import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
12
libs/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
Executable file
12
libs/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
Executable file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Validates https (Secure HTTP) according to http scheme.
|
||||
*/
|
||||
class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http {
|
||||
|
||||
public $default_port = 443;
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
Reference in New Issue
Block a user