mobile/android/app/ua-update.json.in
author Mike Taylor <miket@mozilla.com>
Thu, 09 Feb 2017 13:55:11 -0600
changeset 481457 94db509e794cd3eb68f55415fa4574314d74cb39
parent 433413 2cae9cfcf54dbe7ac217bf7cb03568b92ac17ea2
child 587916 ecad8cb9f20c5c4a3e768ebb96ec52917474680d
permissions -rw-r--r--
Bug 1338260. Add Fennec-only UA override for directv.com. r=mconnor They use an older version of Sencha Touch (v2.1.0) which is known to not be compatibile with Firefox. However, pretending to be Chrome fixes the issue of not being able to scroll and various paint bugs. MozReview-Commit-ID: K35ll42Xxlt

#filter slashslash
// Everything after the first // on a line will be removed by the preproccesor.
// Send these sites a custom user-agent. Bugs should be included with an entry.
// NOTE: trailing commas are not valid JSON and will prevent the CDN from syncing.
{
  "weather.yahoo.co.jp": "Mozilla/5.0 (Linux; Android 5.0.2; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36",
  // bug 1177298, lohaco.jp
  "lohaco.jp": "Mozilla/5.0 (Linux; Android 5.0.2; Galaxy Nexus Build/IMM76B) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.93 Mobile Safari/537.36",
  // bug 1177298, www.nhk.or.jp
  "nhk.or.jp": "\\)\\s# AppleWebKit ",
  // bug 1177298, uniqlo.com
  "uniqlo.com": "\\)\\s#) Mobile Safari ",
  // bug 1338260, directv.com
  "directv.com": "Mozilla/5.0 (Linux; Android 6.0.1; SM-G920F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.91 Mobile Safari/537.36"
}