зеркало из https://github.com/mozilla/pjs.git
bug 294074 trunk landing, r=me, a=bsmedberg
This commit is contained in:
Родитель
802da04b42
Коммит
a4646db6da
|
@ -4807,6 +4807,9 @@ function asyncOpenWebPanel(event)
|
|||
// javascript links should be executed in the current browser
|
||||
if (wrapper.href.substr(0, 11) === "javascript:")
|
||||
return true;
|
||||
// data links should be executed in the current browser
|
||||
if (wrapper.href.substr(0, 5) === "data:")
|
||||
return true;
|
||||
|
||||
if (!webPanelSecurityCheck(locWrapper.href, wrapper.href))
|
||||
return false;
|
||||
|
|
Загрузка…
Ссылка в новой задаче