aboutsummaryrefslogtreecommitdiffstats
path: root/data/weasel-ua-pref.js.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/weasel-ua-pref.js.in')
-rw-r--r--data/weasel-ua-pref.js.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/weasel-ua-pref.js.in b/data/weasel-ua-pref.js.in
new file mode 100644
index 000000000..475d52cd8
--- /dev/null
+++ b/data/weasel-ua-pref.js.in
@@ -0,0 +1,6 @@
+// Add "Firefox/@WEASEL_UA_VERSION@" to the UA. This fixes
+// [https://bugzilla.mozilla.org/show_bug.cgi?id=334967]
+// Same as Camino [https://bugzilla.mozilla.org/show_bug.cgi?id=384721] and
+// IceApe [https://bugzilla.mozilla.org/show_bug.cgi?id=386113] do.
+// Also see discussion on [https://bugzilla.mozilla.org/show_bug.cgi?id=385999].
+pref("general.useragent.extra.firefox", "Firefox/@WEASEL_UA_VERSION@");