Wiki source for SafeHTML
=====Safely embedding HTML in Wikka pages=====
>>**see also:**---[[ThirdPartyInfo | Third-party software bundled with Wikka]]>>
Wikka uses the SafeHTML Parser by [[http://wikkawiki.org/RomanIvanov | RomanIvanov]].
This parser strips down all potentially dangerous content within HTML:
- opening tag without its closing tag : ##""<""##
- closing tag without its opening tag : ##"">""##
- any of these tags: ##base, basefont, head, html, body, applet, object, iframe, frame, frameset, script, layer, ilayer, embed, bgsound, link, meta, style, title, blink, xml## etc.
- any of these attributes: ##on*, data*, dynsrc##
- javascript:/vbscript:/about: etc. protocols
- expression/behavior etc. in styles
- any other active content
Check [[http://pixel-apes.com/safehtml | the SafeHTML home page]] for more info.
----
CategoryReference - CategoryEN
>>**see also:**---[[ThirdPartyInfo | Third-party software bundled with Wikka]]>>
Wikka uses the SafeHTML Parser by [[http://wikkawiki.org/RomanIvanov | RomanIvanov]].
This parser strips down all potentially dangerous content within HTML:
- opening tag without its closing tag : ##""<""##
- closing tag without its opening tag : ##"">""##
- any of these tags: ##base, basefont, head, html, body, applet, object, iframe, frame, frameset, script, layer, ilayer, embed, bgsound, link, meta, style, title, blink, xml## etc.
- any of these attributes: ##on*, data*, dynsrc##
- javascript:/vbscript:/about: etc. protocols
- expression/behavior etc. in styles
- any other active content
Check [[http://pixel-apes.com/safehtml | the SafeHTML home page]] for more info.
----
CategoryReference - CategoryEN