MDL-9123:
[moodle-linuxchix.git] / lib / htmlpurifier / HTMLPurifier / URIScheme / https.php
blob7f896592debb9fc9cf4f811710edb4cb4f7dd0c3
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;