]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/URIScheme/https.php
remove autoload section in composer.json
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / URIScheme / https.php
CommitLineData
d4949327
NL
1<?php\r
2\r
3/**\r
4 * Validates https (Secure HTTP) according to http scheme.\r
5 */\r
6class HTMLPurifier_URIScheme_https extends HTMLPurifier_URIScheme_http\r
7{\r
8 /**\r
9 * @type int\r
10 */\r
11 public $default_port = 443;\r
12 /**\r
13 * @type bool\r
14 */\r
15 public $secure = true;\r
16}\r
17\r
18// vim: et sw=4 sts=4\r