1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02:00

tel protocol support.

This commit is contained in:
Wes Cossick
2016-06-17 18:39:18 -05:00
committed by Edward Z. Yang
parent a11aeab4a6
commit cc35c8eb8c
12 changed files with 111 additions and 5 deletions

View File

@@ -25,5 +25,6 @@ URIScheme - needs to have callable generic checks
mailto - doesn't validate emails, doesn't validate querystring
news - doesn't validate opaque path
nntp - doesn't constrain path
tel - doesn't validate phone numbers, only allows characters '+', '1-9', and 'x'
vim: et sw=4 sts=4