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

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

Issue 29419604: Noissue - Do not redirect modern ABB versions to noelemhide filters (Closed) Base URL: https://hg1/infrastructure
Patch Set: improve regexp Created April 21, 2017, 3:14 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
===================================================================
--- a/modules/filterserver/files/site.conf
+++ b/modules/filterserver/files/site.conf
@@ -36,6 +36,12 @@
set $use_alternative_resource_flags "BROWSER";
}
+### http://hub.eyeo.com/issues/735 Hack for ABB development build that supports elemhide:
+if ($arg_addonVersion ~ ^2\.(7|8|9)(\..*)?$)
+{
+ set $use_alternative_resource_flags "${use_alternative_resource_flags}+SUPPORTS_ELEMHIDE";
+}
+
if ($arg_addonName = "libadblockplus-android")
{
set $use_alternative_resource_flags "ZTE";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld