Skip to content

Commit

Permalink
expand allowed protocols to allow tel: and line:
Browse files Browse the repository at this point in the history
related to #147

closes #104
  • Loading branch information
flavorjones committed Oct 28, 2018
1 parent efb182c commit a1b1da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/loofah/html5/whitelist.rb
Expand Up @@ -729,6 +729,7 @@ module WhiteList
"http",
"https",
"irc",
"line",
"mailto",
"news",
"nntp",
Expand All @@ -737,6 +738,7 @@ module WhiteList
"sftp",
"ssh",
"tag",
"tel",
"telnet",
"urn",
"webcal",
Expand Down

0 comments on commit a1b1da9

Please sign in to comment.