Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / htmlpurifier / HTMLPurifier / URIScheme / https.php
blobbbd69b9c42f5dee5c39918ae26b2c39b362be0b0
1 <?php
3 require_once 'HTMLPurifier/URIScheme/http.php';
5 /**
6 * Validates https (Secure HTTP) according to http scheme.
7 */
8 class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
10 var $default_port = 443;