diff options
author | trav90 <travawine@protonmail.ch> | 2016-01-30 23:11:41 -0600 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2016-01-31 20:33:20 -0600 |
commit | 9b289207388006b276982403bb295b98b055c18e (patch) | |
tree | a017d56bdc5f72774d4416c1e2ca94bae0f01954 /modules/libpref | |
parent | 6a4ae5ea1ec25f919238f4f90c5aeb5b772df0d8 (diff) | |
download | palemoon-gre-9b289207388006b276982403bb295b98b055c18e.tar.gz |
Remove LM code from the internal NTLM handler
Diffstat (limited to 'modules/libpref')
-rw-r--r-- | modules/libpref/src/init/all.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/libpref/src/init/all.js b/modules/libpref/src/init/all.js index 79f4aed3c..40117026c 100644 --- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -1362,14 +1362,6 @@ pref("network.automatic-ntlm-auth.trusted-uris", ""); // AD Domain. pref("network.generic-ntlm-auth.workstation", "WORKSTATION"); -// This preference controls whether or not the LM hash will be included in -// response to a NTLM challenge. By default, this is disabled since servers -// should almost never need the LM hash, and the LM hash is what makes NTLM -// authentication less secure. See bug 250691 for further details. -// NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM -// implementation will not be affected by this preference. -pref("network.ntlm.send-lm-response", false); - pref("permissions.default.image", 1); // 1-Accept, 2-Deny, 3-dontAcceptForeign pref("network.proxy.type", 5); |