Home
last modified time | relevance | path

Searched refs:kNegotiateAuthAllowNonFqdn (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp65 static const char kNegotiateAuthAllowNonFqdn[] = variable
575 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) { in TestNonFqdn()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp62 static const char kNegotiateAuthAllowNonFqdn[] = variable
560 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) return false; in TestNonFqdn()
/dports/www/firefox/firefox-99.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp65 static const char kNegotiateAuthAllowNonFqdn[] = variable
565 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) { in TestNonFqdn()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp65 static const char kNegotiateAuthAllowNonFqdn[] = variable
575 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) { in TestNonFqdn()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/auth/
H A DnsHttpNegotiateAuth.cpp64 static const char kNegotiateAuthAllowNonFqdn[] = variable
561 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) return false; in TestNonFqdn()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/auth/
H A DnsHttpNegotiateAuth.cpp57 static const char kNegotiateAuthAllowNonFqdn[] = "network.negotiate-auth.allow-non-fqdn"; variable
612 if (!TestBoolPref(kNegotiateAuthAllowNonFqdn)) in TestNonFqdn()