зеркало из https://github.com/mozilla/pjs.git
Bug 204902 - add URL loading security check to link click handler function for mailnews. r=sspitzer, sr=heikki
This commit is contained in:
Родитель
70fc60a896
Коммит
89d540a57c
|
@ -104,6 +104,8 @@ function openNewWindowWith(url, sendReferrer)
|
|||
|
||||
function openTopBrowserWith(url)
|
||||
{
|
||||
urlSecurityCheck(url, document);
|
||||
|
||||
var windowMediator = Components.classes["@mozilla.org/appshell/window-mediator;1"].getService(Components.interfaces.nsIWindowMediator);
|
||||
var browserWin = windowMediator.getMostRecentWindow("navigator:browser");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче