summarylogtreecommitdiffstats
path: root/ua.patch
diff options
context:
space:
mode:
authorhawkeye1164772019-10-23 14:46:48 +0200
committerhawkeye1164772019-10-23 14:46:48 +0200
commit5effc4fe0d34d4ad63892b224f85681ff8e4d976 (patch)
tree754c5f1d35ebb65f751df2b873f6aa6c8bf5da8b /ua.patch
parentd67265778bb4c56e9c7a43e2a343f366cb7b0955 (diff)
downloadaur-5effc4fe0d34d4ad63892b224f85681ff8e4d976.tar.gz
Fix
Diffstat (limited to 'ua.patch')
-rw-r--r--ua.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/ua.patch b/ua.patch
new file mode 100644
index 000000000000..3430c9405e4f
--- /dev/null
+++ b/ua.patch
@@ -0,0 +1,22 @@
+From 02999ce8d80bd2d996e61faaec654a69820d6c65 Mon Sep 17 00:00:00 2001
+From: hawkeye116477 <hawkeye116477@gmail.com>
+Date: Wed, 16 Oct 2019 18:47:51 +0200
+Subject: [PATCH] Restore user-agent overrides for Linux
+
+---
+ browser/installer/package-manifest.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
+index d5f12ce064bc..52a686a67b0c 100644
+--- a/browser/installer/package-manifest.in
++++ b/browser/installer/package-manifest.in
+@@ -146,7 +146,7 @@
+ @BINPATH@/@DLL_PREFIX@mozavcodec@DLL_SUFFIX@
+ #endif
+ @RESPATH@/browser/blocklist.xml
+-#ifdef XP_WIN
++#if defined(XP_WIN) || defined(XP_LINUX)
+ @BINPATH@/browser/ua-update.json
+ #endif
+ #ifdef XP_MACOSX