Warning, /webapps/ocs-webserver/library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt is written in an unsupported language. File is not indexed.

0001 URI.AllowedSchemes
0002 TYPE: lookup
0003 --DEFAULT--
0004 array (
0005   'http' => true,
0006   'https' => true,
0007   'mailto' => true,
0008   'ftp' => true,
0009   'nntp' => true,
0010   'news' => true,
0011   'tel' => true,
0012 )
0013 --DESCRIPTION--
0014 Whitelist that defines the schemes that a URI is allowed to have.  This
0015 prevents XSS attacks from using pseudo-schemes like javascript or mocha.
0016 There is also support for the <code>data</code> and <code>file</code>
0017 URI schemes, but they are not enabled by default.
0018 --# vim: et sw=4 sts=4