|
ILIAS
Release_4_0_x_branch Revision 61816
|
Validates https (Secure HTTP) according to http scheme. More...
Inheritance diagram for HTMLPurifier_URIScheme_https:
Collaboration diagram for HTMLPurifier_URIScheme_https:Data Fields | |
| $default_port = 443 | |
Data Fields inherited from HTMLPurifier_URIScheme_http | |
| $default_port = 80 | |
| $browsable = true | |
| $hierarchical = true | |
Data Fields inherited from HTMLPurifier_URIScheme | |
| $default_port = null | |
| Scheme's default port (integer) | |
| $browsable = false | |
| Whether or not URIs of this schem are locatable by a browser http and ftp are accessible, while mailto and news are not. | |
| $hierarchical = false | |
| Whether or not the URI always uses <hier_part>, resolves edge cases with making relative URIs absolute. | |
Additional Inherited Members | |
Public Member Functions inherited from HTMLPurifier_URIScheme_http | |
| validate (&$uri, $config, $context) | |
| Validates the components of a URI. | |