|
HTMLPurifier 4.4.0
|
Validates https (Secure HTTP) according to http scheme. More...
Public Attributes | |
| $default_port = 443 | |
| Scheme's default port (integer). | |
| $secure = true | |
| Whether or not data transmitted over this scheme is encrypted. | |
| HTMLPurifier_URIScheme_https::$default_port = 443 |
Scheme's default port (integer).
If an explicit port number is specified that coincides with the default port, it will be elided.
Reimplemented from HTMLPurifier_URIScheme_http.
| HTMLPurifier_URIScheme_https::$secure = true |
Whether or not data transmitted over this scheme is encrypted.
https is secure, http is not.
Reimplemented from HTMLPurifier_URIScheme.