Validates https (Secure HTTP) according to http scheme.
More...
Data Fields |
| $default_port = 443 |
| int
|
| $secure = true |
| bool
|
| $default_port = 80 |
| int
|
| $browsable = true |
| bool
|
| $hierarchical = true |
| bool
|
| $default_port = null |
| Scheme's default port (integer).
|
| $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.
|
| $secure = false |
| Whether or not data transmitted over this scheme is encrypted.
|
| $hierarchical = false |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute 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.
|
Additional Inherited Members |
| doValidate (&$uri, $config, $context) |
Detailed Description
Validates https (Secure HTTP) according to http scheme.
Definition at line 6 of file https.php.
Field Documentation
HTMLPurifier_URIScheme_https::$default_port = 443 |
HTMLPurifier_URIScheme_https::$secure = true |
The documentation for this class was generated from the following file:
- Services/Html/HtmlPurifier/library/HTMLPurifier/URIScheme/https.php