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