We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0d19e commit 88d54b2Copy full SHA for 88d54b2
1 file changed
lib/html/pipeline/sanitization_filter.rb
@@ -39,7 +39,7 @@ class SanitizationFilter < Filter
39
'video' => ['src', 'controls']
40
},
41
:protocols => {
42
- 'a' => {'href' => ['ftp', 'http', 'https', 'irc', 'mailto', 'xmpp', 'ed2k', 'magnet', :relative]},
+ 'a' => {'href' => ['ftp', 'http', 'https', 'irc', 'mailto', 'xmpp', 'ed2k', 'magnet', 'tel', :relative]},
43
'blockquote' => {'cite' => ['http', 'https', :relative]},
44
'img' => {'src' => ['http', 'https', :relative]},
45
'q' => {'cite' => ['http', 'https', :relative]}
0 commit comments