[1231] Latest edit on
2008-11-01 23:23:06 by
YanB [Removed HomePage link]
No Differences
[288] Edited on
2006-11-19 08:58:24 by
YanB [created + minor formatting]
Additions:
Deletions:
[287] The oldest known version of this page was created on
2006-11-19 08:57:59 by
YanB [created, minor reformatting]
HomePage
Safely embedding HTML in Wikka pages
Wikka uses the
SafeHTML Parser by
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
the SafeHTML home page for more info.
CategoryReference -
CategoryEN