summaryrefslogtreecommitdiff
path: root/firefox-redhat-default-prefs.js
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2016-07-27 10:08:22 +0200
committerJan Horak <jhorak@redhat.com>2016-07-27 10:08:22 +0200
commitcaf2f588ecfab474bfcf51d2fcd16bd7f87c8820 (patch)
tree4f88389690338b5ff6e11c24b8af6c4de895a049 /firefox-redhat-default-prefs.js
parentAdded arm build fix (diff)
downloadlibrewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.tar.gz
librewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.tar.bz2
librewolf-fedora-ff-caf2f588ecfab474bfcf51d2fcd16bd7f87c8820.zip
Added async negotiate patch and fixed default prefs to allow using negotiate auth for all https:// pages
Diffstat (limited to 'firefox-redhat-default-prefs.js')
-rw-r--r--firefox-redhat-default-prefs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index 13fc643..a62532d 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -28,4 +28,4 @@ pref("plugins.notifyMissingFlash", false);
pref("browser.display.use_system_colors", false);
pref("layers.use-image-offscreen-surfaces", false);
/* Allow sending credetials to all https:// sites */
-pref("network.negotiate-auth.trusted-uris", "https://")
+pref("network.negotiate-auth.trusted-uris", "https://");
bgstack15