1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #1611 from saebekassebil/mailto

Add mailto protocol to whitelist - #1608
This commit is contained in:
Yury Delendik 2012-04-25 11:50:29 -07:00
commit be584d5bc7

View file

@ -188,6 +188,7 @@ var Page = (function PageClosure() {
case 'http':
case 'https':
case 'ftp':
case 'mailto':
return true;
default:
return false;