1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Whitelists 'tel' schema.

This commit is contained in:
Yury Delendik 2015-01-08 09:10:42 -06:00
parent 5332c02a02
commit 982accf1d7

View file

@ -310,6 +310,7 @@ function isValidUrl(url, allowRelative) {
case 'https':
case 'ftp':
case 'mailto':
case 'tel':
return true;
default:
return false;