зеркало из https://github.com/mozilla/gecko-dev.git
temporarily disable js in mailnews for 3.0 b1, r=bz, sr=dmose 453943
This commit is contained in:
Родитель
e8ff3730c6
Коммит
112c5625ca
|
@ -1708,7 +1708,8 @@ nsScriptSecurityManager::CanExecuteScripts(JSContext* cx,
|
|||
if (NS_FAILED(rv)) return rv;
|
||||
if (appType == nsIDocShell::APP_TYPE_MAIL)
|
||||
{
|
||||
*result = mIsMailJavaScriptEnabled;
|
||||
// we are temporarily disabling js in mail for TB 3.0 b1
|
||||
*result = PR_FALSE; // mIsMailJavaScriptEnabled;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче