mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
14 lines
766 B
JSON
14 lines
766 B
JSON
#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 "
|
|
}
|