Merge pull request #5627 from yurydelendik/tel

Whitelists 'tel' schema.
This commit is contained in:
Jonas Jenwald 2015-01-10 18:21:36 +01:00
commit 35e668079d

View File

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