mirror of
https://abf.rosa.ru/djam/firefox-esr68.git
synced 2025-02-24 02:12:55 +00:00
Enabled TLMv1 to prevent multiple proxy authentication.
This commit is contained in:
parent
de80ca0c64
commit
7c4b10b055
2 changed files with 14 additions and 1 deletions
11
firefox-38.0-enable-NTLMv1.patch
Normal file
11
firefox-38.0-enable-NTLMv1.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- mozilla-release.orig/modules/libpref/init/all.js 2015-05-14 03:57:03.000000000 +0300
|
||||
+++ mozilla-release/modules/libpref/init/all.js 2015-05-21 12:07:36.577448753 +0300
|
||||
@@ -1622,7 +1622,7 @@
|
||||
// For example, "foo.com" would match "http://www.foo.com/bar", etc.
|
||||
|
||||
// Force less-secure NTLMv1 when needed (NTLMv2 is the default).
|
||||
-pref("network.auth.force-generic-ntlm-v1", false);
|
||||
+pref("network.auth.force-generic-ntlm-v1", true);
|
||||
|
||||
// This list controls which URIs can use the negotiate-auth protocol. This
|
||||
// list should be limited to the servers you know you'll need to login to.
|
|
@ -30,7 +30,7 @@ Summary: Next generation web browser
|
|||
Name: firefox
|
||||
Version: %{major}
|
||||
Epoch: %{ff_epoch}
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MPLv1+
|
||||
Group: Networking/WWW
|
||||
Url: http://www.mozilla.com/firefox/
|
||||
|
@ -57,6 +57,7 @@ Patch12: mozilla-38-kde.patch
|
|||
#Patch13: mozilla-kde-background.patch
|
||||
Patch34: xulrunner_nojit.patch
|
||||
Patch35: firefox-37-build-with-time-independent-uuids.patch
|
||||
Patch36: firefox-38.0-enable-NTLMv1.patch
|
||||
|
||||
# Fedora specific patches
|
||||
# Unable to install addons from https pages
|
||||
|
@ -181,6 +182,7 @@ Files and macros mainly for building Firefox extensions.
|
|||
%endif
|
||||
%endif
|
||||
%patch35 -p1
|
||||
%patch36 -p1
|
||||
|
||||
# Fedora patches
|
||||
%patch204 -p2 -b .966424
|
||||
|
|
Loading…
Add table
Reference in a new issue