https://bugzilla.wikimedia.org/show_bug.cgi?id=28776

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Bawolff <[email protected]> 2011-06-12 02:34:24 UTC ---
For the original issue (microdata), that's already available as an option ( set
$wgAllowMicrodataAttributes = true; in LocalSettins.php). If i recall, the
reason that its not enabled by default is that there is some concern that once
its enabled, we'll never be able to un-enable it [since disabling it would than
brake user content], so we want to make sure we really want to whitelist those
elements before actually whitelisting. (Don't quote me on that though, could be
wrong on reason, this is from half remembered mailing list threads).


As for <link> and <meta> in body - Well first off, whitelisting them totally is
probably a bad idea - certain link elements can be dangerous (<link
rel="stylesheet" ...> can be used to load js, <meta http-equiv="refresh" ...>,
is also evil, etc). In order to get them [or the safe parts] whitelisted, it'd
probably help to provide concrete use-cases where the tags would be useful
(Just going from experience on other bugs where people wanted things
whitelisted, concrete examples go a long way)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to