Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/filterserver/files/site.conf

Issue 29465623: #1374 - Fix ZTE/UME browser detection (Closed)
Patch Set: Created June 14, 2017, 1:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/files/site.conf
diff --git a/modules/filterserver/files/site.conf b/modules/filterserver/files/site.conf
index dcf92f6b210b19e98beb7386450af9064d73a812..7a7d775aecde2f05f27ea43cafccda8f1d2925df 100644
--- a/modules/filterserver/files/site.conf
+++ b/modules/filterserver/files/site.conf
@@ -48,9 +48,9 @@ if ($arg_addonName = "libadblockplus-android")
}
# http://hub.eyeo.com/issues/1374
-if ($arg_application = "com.mx.browser")
+if ($arg_application = "com.ume.browser.global")
{
- set $use_alternative_resource_flags "${use_alternative_resource_flags}+MX"
+ set $use_alternative_resource_flags "${use_alternative_resource_flags}+UME";
}
if ($geoip_country_code = "DE")
@@ -77,7 +77,7 @@ if ($use_alternative_resource_flags = "ZTE")
rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break;
}
-if ($use_alternative_resource_flags = "ZTE+MX")
+if ($use_alternative_resource_flags = "ZTE+UME")
{
rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break;
rewrite ^/easylist\.(.+) /easylist-minimal.$1 break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld