aboutsummaryrefslogtreecommitdiffstats
path: root/data/weasel-ua-pref.js.in
blob: 475d52cd89f9295e2d0df97a6b6f782df081fb03 (plain) (blame)
1
2
3
4
5
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@");