diff options
author | trav90 <travawine@protonmail.ch> | 2016-01-31 20:36:47 -0600 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2016-01-31 20:36:47 -0600 |
commit | 2e3059639b0602c1b766cd7c7ef02d18f1644521 (patch) | |
tree | 1b18c2a47d1df84edcc0016fdf23f984c1c7936e /modules/libpref | |
parent | e9e72a4924ecc0c0e696d1405d9387cbd951dec2 (diff) | |
download | palemoon-gre-2e3059639b0602c1b766cd7c7ef02d18f1644521.tar.gz |
Cleanup leftover NTLMv1 bits
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/src/init/all.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 2d0706dda..e17a7c80e 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1344,9 +1344,6 @@ pref("network.auth.use-sspi", true); // unless you know what you're doing! pref("network.auth.force-generic-ntlm", false); -// Allow insecure NTLMv1 when needed. -pref("network.negotiate-auth.allow-insecure-ntlm-v1", false); - // The following prefs are used to enable automatic use of the operating // system's NTLM implementation to silently authenticate the user with their // Window's domain logon. The trusted-uris pref follows the format of the |