ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Validates https (Secure HTTP) according to http scheme. More...
Data Fields | |
$default_port = 443 | |
int More... | |
$secure = true | |
bool More... | |
Data Fields inherited from HTMLPurifier_URIScheme_http | |
$default_port = 80 | |
int More... | |
$browsable = true | |
bool More... | |
$hierarchical = true | |
bool More... | |
Data Fields inherited from HTMLPurifier_URIScheme | |
$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... | |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_URIScheme_http | |
doValidate (&$uri, $config, $context) | |
Public Member Functions inherited from HTMLPurifier_URIScheme | |
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... | |