Bug 1572568 - Disallow eval() with system principal in Daily/Nightly build. r=me
--HG-- extra : rebase_source : 1d4d846667fc14737bc4a22411fc383c79cc7c2f
This commit is contained in:
Родитель
1382828b5d
Коммит
02fe415047
|
@ -775,6 +775,11 @@ pref("security.sandbox.content.level", 0);
|
|||
pref("security.sandbox.content.mac.earlyinit", false);
|
||||
#endif
|
||||
|
||||
#ifdef NIGHTLY_BUILD
|
||||
// See bug 1572568 for details. Disallow eval() with system principal.
|
||||
pref("security.allow_eval_with_system_principal", false);
|
||||
#endif
|
||||
|
||||
// Enable FIDO U2F
|
||||
pref("security.webauth.u2f", true);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче