summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-07 16:52:33 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-07 16:52:33 +0100
commit8ee035aa05b253ac071025e3620bb41c65e0c633 (patch)
tree53db0c0b79d22922eb62f9a0374e777c596a371a /modules
parent826061ed31b2cb2c3cc84ae66753acb7c2a35801 (diff)
downloaduxp-8ee035aa05b253ac071025e3620bb41c65e0c633.tar.gz
Issue mcp-graveyard/UXP#1275 - Add pref to disable warning prompts for SuperfluousAuth
and AutomaticAuth, and default to not prompting. This resolves #1275.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index ea76c30e5c..2e3d2aecfd 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -2006,6 +2006,12 @@ pref("network.auth.subresource-http-auth-allow", 2);
// does not have any effect.
pref("network.auth.subresource-http-img-XO-auth", false);
+// Whether or not to show anti-spoof confirmation prompts when navigating to a
+// URL with user info.
+// true - display extra confirmation prompt ("You are about to log in to...")
+// false - do not display extra confirmation prompt (default)
+pref("network.auth.confirmAuth.enabled", false);
+
// This preference controls whether to allow sending default credentials (SSO) to
// NTLM/Negotiate servers allowed in the "trusted uri" list when navigating them
// in a Private Browsing window.