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

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

Issue 29826567: #10517 - Serve correct versions of lists (Closed)
Patch Set: Created July 10, 2018, 10:09 a.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
@@ -93,7 +93,7 @@
}
# http://hub.eyeo.com/issues/10493
-if ($use_alternative_resource_flags ~ (LIBABP_ANDROID|LIBABP_ANDROID+MIN))
+if ($use_alternative_resource_flags = "LIBABP_ANDROID+MIN")
{
rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break;
rewrite ^/easylist\.(.+) /easylist-minified.$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