Validates file as defined by RFC 1630 and RFC 1738.
More...
|
| doValidate (&$uri, $config, $context) |
|
| doValidate (&$uri, $config, $context) |
| Validates the components of a URI for a specific scheme. More...
|
|
| validate (&$uri, $config, $context) |
| Public interface for validating components of a URI. More...
|
|
|
| $browsable = false |
| Generally file:// URLs are not accessible from most machines, so placing them as an img src is incorrect. More...
|
|
| $may_omit_host = true |
| Basically the only URI scheme for which this is true, since accessing files on the local machine is very common. More...
|
|
| $default_port = null |
| Scheme's default port (integer). More...
|
|
| $browsable = false |
| Whether or not URIs of this scheme are locatable by a browser http and ftp are accessible, while mailto and news are not. More...
|
|
| $secure = false |
| Whether or not data transmitted over this scheme is encrypted. More...
|
|
| $hierarchical = false |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute bool. More...
|
|
| $may_omit_host = false |
| Whether or not the URI may omit a hostname when the scheme is explicitly specified, ala file:///path/to/file. More...
|
|
Validates file as defined by RFC 1630 and RFC 1738.
Definition at line 6 of file file.php.
◆ doValidate()
HTMLPurifier_URIScheme_file::doValidate |
( |
& |
$uri, |
|
|
|
$config, |
|
|
|
$context |
|
) |
| |
- Parameters
-
- Returns
- bool
Definition at line 31 of file file.php.
34 $uri->userinfo = null;
◆ $browsable
HTMLPurifier_URIScheme_file::$browsable = false |
Generally file:// URLs are not accessible from most machines, so placing them as an img src is incorrect.
bool
Definition at line 13 of file file.php.
◆ $may_omit_host
HTMLPurifier_URIScheme_file::$may_omit_host = true |
Basically the only URI scheme for which this is true, since accessing files on the local machine is very common.
In fact, browsers on some operating systems don't understand the authority, though I hear it is used on Windows to refer to network shares. bool
Definition at line 23 of file file.php.
The documentation for this class was generated from the following file:
- libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/file.php