diff options
author | Christian Persch <chpe@gnome.org> | 2007-06-28 19:14:16 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-06-28 19:14:16 +0800 |
commit | 71cc504d256eefd65e1de82c41b79325713d779c (patch) | |
tree | d552e5be91cbf1a467b3c2d477bcbd511f687e91 /data/weasel-ua-pref.js.in | |
parent | 3fe4549839878cb97d604fde8fdc769f8dd0cf89 (diff) | |
download | gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar.gz gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar.bz2 gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar.lz gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar.xz gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.tar.zst gsoc2013-epiphany-71cc504d256eefd65e1de82c41b79325713d779c.zip |
A data/weasel-ua-pref.js.in:
2007-06-28 Christian Persch <chpe@gnome.org>
* configure.ac:
* data/Makefile.am:
A data/weasel-ua-pref.js.in:
Make UA ff-compatible. This fixes
https://bugzilla.mozilla.org/show_bug.cgi?id=334967 . See also
Camino bug https://bugzilla.mozilla.org/show_bug.cgi?id=384721 and
https://bugzilla.mozilla.org/show_bug.cgi?id=385999 for discussion.
svn path=/trunk/; revision=7100
Diffstat (limited to 'data/weasel-ua-pref.js.in')
-rw-r--r-- | data/weasel-ua-pref.js.in | 6 |
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@"); |