summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-09-16 15:04:42 +0200
committerPale Moon <git-repo@palemoon.org>2017-09-16 15:05:15 +0200
commitabb38ebe535fa897523523f0a261f03c0f94f9fb (patch)
treed162c65859fadf14a8b5025be511cb41f4dc2535
parent072eee80c81ef39fb18c4780ed13a7a2ca39df70 (diff)
downloadpalemoon-abb38ebe535fa897523523f0a261f03c0f94f9fb.tar.gz
Set compatmode version to 52.9 by default.
-rw-r--r--netwerk/protocol/http/nsHttpHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/protocol/http/nsHttpHandler.cpp b/netwerk/protocol/http/nsHttpHandler.cpp
index 565cff3c9..a79f93648 100644
--- a/netwerk/protocol/http/nsHttpHandler.cpp
+++ b/netwerk/protocol/http/nsHttpHandler.cpp
@@ -95,7 +95,7 @@ extern PRThread *gSocketThread;
#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 "52.9"
//-----------------------------------------------------------------------------