diff options
author | Jan Horak <jhorak@redhat.com> | 2016-05-26 11:25:35 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2016-05-26 11:25:35 +0200 |
commit | 2b344f2a186d09cb5d4cb037f59180c458df0c30 (patch) | |
tree | 65e803a0177aee742b4138ca5d8ddcac4e1fa552 /firefox-redhat-default-prefs.js | |
parent | Rebuilt for new bookmarks (rhbz#1338010) (diff) | |
download | librewolf-fedora-ff-2b344f2a186d09cb5d4cb037f59180c458df0c30.tar.gz librewolf-fedora-ff-2b344f2a186d09cb5d4cb037f59180c458df0c30.tar.bz2 librewolf-fedora-ff-2b344f2a186d09cb5d4cb037f59180c458df0c30.zip |
Move negotiate auth off the main thread, allow negotiate auth for all https:// pages which offers www-authenticate:Negotiate header
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r-- | firefox-redhat-default-prefs.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index d7ed1c5..13fc643 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -26,4 +26,6 @@ pref("media.gmp-gmpopenh264.enabled",false); pref("plugins.notifyMissingFlash", false); /* See https://bugzilla.redhat.com/show_bug.cgi?id=1226489 */ pref("browser.display.use_system_colors", false); -pref("layers.use-image-offscreen-surfaces", false);
\ No newline at end of file +pref("layers.use-image-offscreen-surfaces", false); +/* Allow sending credetials to all https:// sites */ +pref("network.negotiate-auth.trusted-uris", "https://") |