Skip to content

Commit

Permalink
Merge pull request #5627 from yurydelendik/tel
Browse files Browse the repository at this point in the history
Whitelists 'tel' schema.
  • Loading branch information
Snuffleupagus committed Jan 10, 2015
2 parents 8d0c442 + 982accf commit 35e6680
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ function isValidUrl(url, allowRelative) {
case 'https':
case 'ftp':
case 'mailto':
case 'tel':
return true;
default:
return false;
Expand Down

0 comments on commit 35e6680

Please sign in to comment.