|
| doValidate (&$uri, $config, $context) |
|
| validate (&$uri, $config, $context) |
| Public interface for validating components of a URI.
|
|
|
| $browsable = true |
| @type bool
|
|
| $default_port = 443 |
| @type int
|
|
| $hierarchical = true |
| @type bool
|
|
| $may_omit_host = false |
| Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.
|
|
| $secure = true |
| @type bool
|
|
◆ doValidate()
HTMLPurifier_URIScheme_http::doValidate |
( |
& | $uri, |
|
|
| $config, |
|
|
| $context ) |
|
inherited |
◆ validate()
HTMLPurifier_URIScheme::validate |
( |
& | $uri, |
|
|
| $config, |
|
|
| $context ) |
|
inherited |
Public interface for validating components of a URI.
Performs a bunch of default actions. Don't overload this method.
- Parameters
-
- Return values
-
◆ $may_omit_host
HTMLPurifier_URIScheme::$may_omit_host = false |
|
inherited |
Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file.
As of writing, 'file' is the only scheme that browsers support his properly. @type bool
The documentation for this class was generated from the following file:
- lib/htmlpurifier/HTMLPurifier/URIScheme/https.php