HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
Go to the documentation of this file.
00001 <?php
00002 
00006 class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
00007 
00008     public $default_port = 443;
00009     public $secure = true;
00010 
00011 }
00012 
00013 // vim: et sw=4 sts=4