diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmuBCUZS8S2ZTKLh1rSKvUshO_YMFxuLyo <Julian@web> | 2011-10-31 11:47:30 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-31 11:47:30 -0400 |
commit | 7ae4cb3af2d60dd64ab4d44d41ff275ba26e1376 (patch) | |
tree | e6b98cbf3fd5b72e40c098710bc04a876a22501d /doc | |
parent | 5423ae244468d12f819fbdef539e97826b55d844 (diff) | |
download | ikiwiki-7ae4cb3af2d60dd64ab4d44d41ff275ba26e1376.tar ikiwiki-7ae4cb3af2d60dd64ab4d44d41ff275ba26e1376.tar.gz |
Noted dead link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/htmlscrubber.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/htmlscrubber.mdwn b/doc/plugins/htmlscrubber.mdwn index 3ce40d991..31f2d0c02 100644 --- a/doc/plugins/htmlscrubber.mdwn +++ b/doc/plugins/htmlscrubber.mdwn @@ -6,7 +6,8 @@ to avoid XSS attacks and the like. It excludes all html tags and attributes except for those that are whitelisted using the same lists as used by Mark Pilgrim's Universal Feed -Parser, documented at <http://feedparser.org/docs/html-sanitization.html>. +Parser, documented at <http://feedparser.org/docs/html-sanitization.html> +(dead link 2011.10.31). Notably it strips `style` and `link` tags, and the `style` attribute. All attributes that can be used to specify an url are checked to make sure |