From 2b344f2a186d09cb5d4cb037f59180c458df0c30 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Thu, 26 May 2016 11:25:35 +0200 Subject: Move negotiate auth off the main thread, allow negotiate auth for all https:// pages which offers www-authenticate:Negotiate header --- firefox-redhat-default-prefs.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'firefox-redhat-default-prefs.js') 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://") -- cgit