mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 01:01:28 +00:00
strip_tags_long: use htmlpurifier to properly reformat html content
This commit is contained in:
12
lib/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
Executable file
12
lib/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