aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/htmlscrubber.mdwn
Commit message (Collapse)AuthorAge
* deprecate embed plugin tooJoey Hess2008-12-26
| | | | | | I see that this plugin's lists of safe content are already well out of date, and htmlscrubber_skip offers a non whitelist based approach, so let's deprecate this plugin for 3.0.
* Fixed the pagespec linkhttp://john.choffee.co.uk/2008-12-09
|
* htmlscrubber: Add a config setting that can be used to disable the scrubber ↵Joey Hess2008-09-26
| | | | acting on a set of pages.
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* updateJoey Hess2008-02-10
|
* * htmlscrubber security fix: Block javascript in uris.Joey Hess2008-02-10
| | | | * Add htmlscrubber test suite.
* on second thought, simple alphanumeric styles are not actually useful (class ↵joey2007-07-11
| | | | is already supported), and anything more complex is too hard to do, so revert
* * Allow simple alphanumeric style attribute values in the htmlscrubber. Thisjoey2007-07-11
| | | | should be safe from javascript attacks.
* web commit by JoshTriplett: Add another example, and add a description to ↵joey2007-05-08
| | | | each test.
* broken linkjoey2007-04-06
|
* Note that enabling or disabling the htmlscrubber plugin also affects some otherjoshtriplett2007-03-26
| | | | | | | HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags.
* * Allow multiple tag settings to appear in a single page.joey2007-02-14
|
* simplified plugin definitionsjoey2007-02-13
|
* shortcut stuffjoey2006-11-20
|
* no longer need triple quotesjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
* updatsjoey2006-07-29
|
* * Tag plugins according to type.joey2006-07-29
|
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
and --disable-plugin htmlscrubber.