diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-06-23 16:36:14 +0200 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-06-23 16:36:14 +0200 |
commit | 79adaa0250e99e74aa1602ecfab30e4f3419166a (patch) | |
tree | 5ce4425c5a99de32418aee37a3d4cfba618b2548 | |
parent | 2d279662a7bbee546d9e57619c45d0d89e5c6e7b (diff) | |
download | palemoon-gre-79adaa0250e99e74aa1602ecfab30e4f3419166a.tar.gz |
Revert "Bump Firefox compatmode version to 45.9 to (hopefully) shut whiney sites that do UA sniffing up or prevent service altogether."
This reverts commit 95ae200d7c0ac7f887680af879c73a8c3c5b7e60.
-rw-r--r-- | netwerk/protocol/http/nsHttpHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.cpp b/netwerk/protocol/http/nsHttpHandler.cpp index acf63deda..b578d7f0f 100644 --- a/netwerk/protocol/http/nsHttpHandler.cpp +++ b/netwerk/protocol/http/nsHttpHandler.cpp @@ -95,7 +95,7 @@ static NS_DEFINE_CID(kSocketProviderServiceCID, NS_SOCKETPROVIDERSERVICE_CID); #define NS_HTTP_PROTOCOL_FLAGS (URI_STD | ALLOWS_PROXY | ALLOWS_PROXY_HTTP | URI_LOADABLE_BY_ANYONE) // Firefox compatibility version we claim in our UA -#define MOZILLA_COMPATVERSION "45.9" +#define MOZILLA_COMPATVERSION "38.9" //----------------------------------------------------------------------------- |