mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +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
|
|
@ -185,6 +185,9 @@ private:
|
|||
static uint32_t sAuthAllowPref;
|
||||
static bool sImgCrossOriginAuthAllowPref;
|
||||
nsCOMPtr<nsICancelable> mGenerateCredentialsCancelable;
|
||||
|
||||
// Variable holding the preference for anti-spoof auth confirmation prompts.
|
||||
static bool sConfirmAuthPref;
|
||||
};
|
||||
|
||||
} // namespace net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue