[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ -> URI.AllowedSchemes.txt (source)

   1  URI.AllowedSchemes
   2  TYPE: lookup
   3  --DEFAULT--
   4  array (
   5    'http' => true,
   6    'https' => true,
   7    'mailto' => true,
   8    'ftp' => true,
   9    'nntp' => true,
  10    'news' => true,
  11  )
  12  --DESCRIPTION--
  13  Whitelist that defines the schemes that a URI is allowed to have.  This
  14  prevents XSS attacks from using pseudo-schemes like javascript or mocha.
  15  --# vim: et sw=4 sts=4


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1