Skip to content

Commit cf4bbaf

Browse files
authored
Merge pull request #108 from rajatomar788/rajatomar788-patch-1
Fixed failing on tel links
2 parents 99958af + 84e66e2 commit cf4bbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pywebcopy/schedulers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def get_handler(self, key, *args, **params):
9797
return self.data[key](*args, **params)
9898

9999
invalid_schemas = tuple([
100-
'data', 'javascript', 'mailto',
100+
'data', 'javascript', 'mailto', 'tel',
101101
])
102102

103103
def validate_url(self, url):

0 commit comments

Comments
 (0)