Opened 15 years ago
Closed 15 years ago
#18133 closed enhancement (duplicate)
Allow rel="" attribute for links to get through KSES for HTML textareas etc
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 3.2.1 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Currently, attributes like rel="me" are stripped from things like comments and the description/About Me field in WP due to the $allowedtags var in KSES. Since this is a pretty common/innocent attribute, we should allow it by default. Patch attached.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
I agree, we already allow rel in post content so it seems like allowing it in comments etc shouldn't be an issue.