HTMLPurifier 4.4.0
HTMLPurifier_URIScheme_https Class Reference

Validates https (Secure HTTP) according to http scheme. More...

Inheritance diagram for HTMLPurifier_URIScheme_https:
HTMLPurifier_URIScheme_http HTMLPurifier_URIScheme_http HTMLPurifier_URIScheme HTMLPurifier_URIScheme HTMLPurifier_URIScheme HTMLPurifier_URIScheme

List of all members.

Public Attributes

 $default_port = 443
 Scheme's default port (integer).
 $secure = true
 Whether or not data transmitted over this scheme is encrypted.

Detailed Description

Validates https (Secure HTTP) according to http scheme.

Definition at line 6 of file https.php.


Member Data Documentation

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.

Definition at line 8 of file https.php.

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.

Definition at line 9 of file https.php.


The documentation for this class was generated from the following files: