Bug 1449143 - Temporarily not setting network.auth.* preferences to avoid asserts. rs=bustage-fix CLOSED TREE
This commit is contained in:
Родитель
b9c2e0d28b
Коммит
dedaad888c
|
@ -330,8 +330,9 @@ pref("network.cookie.cookieBehavior", 0);
|
|||
|
||||
// To allow images to be inserted into a composition with an auth prompt, we
|
||||
// need the following two.
|
||||
pref("network.auth.subresource-img-cross-origin-http-auth-allow", true);
|
||||
pref("network.auth.non-web-content-triggered-resources-http-auth-allow", true);
|
||||
// Temporarily not setting the following two, see bug 1449143.
|
||||
// pref("network.auth.subresource-img-cross-origin-http-auth-allow", true);
|
||||
// pref("network.auth.non-web-content-triggered-resources-http-auth-allow", true);
|
||||
|
||||
// clear the SeaMonkey pref, so we don't hear about how we don't have a chrome
|
||||
// package registered for editor-region while opening about:config
|
||||
|
|
Загрузка…
Ссылка в новой задаче