root/afridex/plugins/Flutter/purifier_lib/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt @ 22

Revision 21, 339 bytes (checked in by admin, 18 years ago)
Line 
1URI.AllowedSchemes
2TYPE: lookup
3--DEFAULT--
4array (
5  'http' => true,
6  'https' => true,
7  'mailto' => true,
8  'ftp' => true,
9  'nntp' => true,
10  'news' => true,
11)
12--DESCRIPTION--
13Whitelist that defines the schemes that a URI is allowed to have.  This
14prevents XSS attacks from using pseudo-schemes like javascript or mocha.
Note: See TracBrowser for help on using the browser.