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:
commit
be584d5bc7
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ var Page = (function PageClosure() {
|
|||
case 'http':
|
||||
case 'https':
|
||||
case 'ftp':
|
||||
case 'mailto':
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue