Issue #1275 - Add pref to disable warning prompts for SuperfluousAuth

and AutomaticAuth, and default to not prompting.

This resolves #1275.
This commit is contained in:
wolfbeast 2019-11-07 16:52:33 +01:00 committed by Roy Tam
commit fe92ae641a
3 changed files with 21 additions and 3 deletions

View file

@ -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.