зеркало из https://github.com/mozilla/pjs.git
Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase
This commit is contained in:
Родитель
3554e7a908
Коммит
56d38db736
|
@ -697,6 +697,9 @@
|
|||
var origURIStr = safeGetProperty(targetDoc, "documentURI");
|
||||
var origURI = ioService.newURI(origURIStr, docCharset, null);
|
||||
|
||||
if (uri.schemeIs("javascript"))
|
||||
return;
|
||||
|
||||
const nsIScriptSecMan =
|
||||
Components.interfaces.nsIScriptSecurityManager;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче