Bug 1449143 - Temporarily not setting network.auth.* preferences to avoid asserts. rs=bustage-fix CLOSED TREE

This commit is contained in:
Jorg K 2018-03-27 23:59:00 +02:00
Родитель b9c2e0d28b
Коммит dedaad888c
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -330,8 +330,9 @@ pref("network.cookie.cookieBehavior", 0);
// To allow images to be inserted into a composition with an auth prompt, we // To allow images to be inserted into a composition with an auth prompt, we
// need the following two. // need the following two.
pref("network.auth.subresource-img-cross-origin-http-auth-allow", true); // Temporarily not setting the following two, see bug 1449143.
pref("network.auth.non-web-content-triggered-resources-http-auth-allow", true); // 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 // 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 // package registered for editor-region while opening about:config