Files
moodle/lib/htmlpurifier/HTMLPurifier/URIScheme/https.php
T

12 lines
192 B
PHP

<?php
/**
* Validates https (Secure HTTP) according to http scheme.
*/
class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
public $default_port = 443;
}