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

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

Issue 29821555: #12823 - Serve minified lists to chromium applications (Closed)
Patch Set: Created July 3, 2018, 9:50 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
@@ -55,7 +55,7 @@
# http://hub.eyeo.com/issues/1374
# http://hub.eyeo.com/issues/10493
# http://hub.eyeo.com/issues/10517
-if ($arg_application ~ (com\.microsoft\.emmx|com\.ume\.browser\.global))
+if ($arg_application ~ (com\.microsoft\.emmx|com\.ume\.browser\.global|org\.chromium\.chrome))
{
set $use_alternative_resource_flags "${use_alternative_resource_flags}+MIN";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld