Bug 747451 - Desktop web runtime user agent breaks apps expecting "Firefox" in the UA [f=myk, r=felipe, a=desktop-only]

Use the compatibility mode to include Firefox/<version> with WebappRuntime/<version>.

--HG--
extra : rebase_source : 3e8a5bbeb50ef3cca68c2a8bc618ded968449039
This commit is contained in:
Edward Lee 2012-04-20 15:56:11 -07:00
parent 9d32be4533
commit 365c525d3f

View File

@ -3,3 +3,4 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */
pref("browser.chromeURL", "chrome://webapprt/content/webapp.xul");
pref("general.useragent.compatMode.firefox", true);