Author: plasmeier180
Description:
I would like to have the ability in MediaWiki to be able to allow embedded
javascript and other normally verboten code on certain pages. I can't just
flat out enable $wgRawHtml because then everyone with editing privileges can add
dangerous code. We can't make it that only certain users are able to insert it,
because there is no way to check it and subsequent editors could change the code
on the page. So what we need to do is restrict only certain users the
permission to edit pages with dangerous code. Protected pages is perfect for this.
We should make a feature for MediaWiki that allows raw HTML on protected pages.
Of course this could be turned off (and would probably be turned off be
default). Admins would be able to add embedded HTML and JS features without
every user having the ability to do this.
Version: unspecified
Severity: enhancement