mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
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:
parent
c7212a0d1a
commit
fe92ae641a
3 changed files with 21 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue