Modify ↓
Opened 18 years ago
Closed 18 years ago
#6566 closed defect (worksforme)
object tag
| Reported by: | anonymous | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
If an object (using only xhtml strict attributes) added to the wiki, via the HTML formatter, this is not viewed.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Assuming you are using a Trac 0.10.x release (as you did not report the version you are referring to), this is the expected behavior: (X)HTML is sanitized before being rendered for security reasons.
If you're using Trac on a LAN or trust your users - which means never allow anonymous to edit your pages - you may want to disable the sanitizer: check out the
render_unsafe_contentoptions in TracIni.