mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
56 lines
2.3 KiB
JSON
56 lines
2.3 KiB
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.
|
|
{
|
|
// bug 826347, msn.com
|
|
"msn.com": "Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19",
|
|
// bug 826353, itau.com.br
|
|
"itau.com.br": "\\(Mobile#(Android; Mobile",
|
|
// bug 826510, r7.com
|
|
"r7.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 827622, bing.com
|
|
"bing.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 827626, magazineluiza.com.br
|
|
"magazineluiza.com.br": "\\(Mobile#(Android; Mobile",
|
|
// bug 827633, hao123.com
|
|
"hao123.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 827670, elpais.com.co
|
|
"elpais.com.co": "Mozilla/5.0 (Linux; Android 4.0.4; Galaxy Nexus Build/IMM76B) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.133 Mobile Safari/535.19",
|
|
// bug 827674, avianca.com
|
|
"avianca.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 828416, loteriasyapuestas.es
|
|
"loteriasyapuestas.es": "\\(Mobile#(Android; Mobile",
|
|
// bug 828418, bbva.es
|
|
"bbva.es": "\\(Mobile#(Android; Mobile",
|
|
// bug 828439, movistar.com.ve
|
|
"movistar.com.ve": "\\(Mobile#(Android; Mobile",
|
|
// bug 843132, comunio.es
|
|
"comunio.es": "\\(Mobile#(Android; Mobile",
|
|
// bug 843151, citibank.com
|
|
"citibank.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 843153, games.com
|
|
"games.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 843160, ehow.com
|
|
"ehow.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 878228, blikk.hu
|
|
"blikk.hu": "\\(Mobile#(Android; Mobile",
|
|
// bug 878238, koponyeg.hu
|
|
"koponyeg.hu": "\\(Mobile#(Android; Mobile",
|
|
// bug 878240, kuruc.info
|
|
"kuruc.info": "\\(Mobile#(Android; Mobile",
|
|
// bug 878242, nemzetisport.hu
|
|
"nemzetisport.hu": "\\(Mobile#(Android; Mobile",
|
|
// bug 878246, port.hu
|
|
"port.hu": "\\(Mobile#(Android; Mobile",
|
|
// bug 878249, portfolio.hu
|
|
"portfolio.hu": "\\(Mobile#(Android; Mobile",
|
|
// bug 878260, cdm.me
|
|
"cdm.me": "\\(Mobile#(Android; Mobile",
|
|
// bug 878262, download.com
|
|
"download.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 878273, livescore.com
|
|
"livescore.com": "\\(Mobile#(Android; Mobile",
|
|
// bug 878653, redstarbelgrade.info
|
|
"redstarbelgrade.info": "\\(Mobile#(Android; Mobile"
|
|
}
|