mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Add mailto protocol, to whitelist
This commit is contained in:
parent
0cb6d62089
commit
9287ab12e7
@ -188,6 +188,7 @@ var Page = (function PageClosure() {
|
||||
case 'http':
|
||||
case 'https':
|
||||
case 'ftp':
|
||||
case 'mailto':
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user