tel protocol support.
commitcc35c8eb8cdad097d14ae1f66b6951cb5b675cd4
authorWes Cossick <WesCossick@users.noreply.github.com>
Fri, 17 Jun 2016 23:39:18 +0000 (17 18:39 -0500)
committerEdward Z. Yang <ezyang@cs.stanford.edu>
Fri, 1 Jul 2016 01:19:49 +0000 (30 21:19 -0400)
tree956a50db46645fd8a05e65c07cce93bcf19abba2
parenta11aeab4a6837e07cfc42c024821d268e917c8b3
tel protocol support.
12 files changed:
NEWS
configdoc/usage.xml
docs/dev-code-quality.txt
library/HTMLPurifier.includes.php
library/HTMLPurifier.safe-includes.php
library/HTMLPurifier/ConfigSchema/schema.ser
library/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
library/HTMLPurifier/URIScheme/tel.php [new file with mode: 0644]
tests/HTMLPurifier/AttrDef/URITest.php
tests/HTMLPurifier/URIFilter/MakeAbsoluteTest.php
tests/HTMLPurifier/URIParserTest.php
tests/HTMLPurifier/URISchemeTest.php