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

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

Issue 29587581: #4599 - Repair regular expressions for ZTE/UME rewrites (Closed) Base URL: https://hg1/infrastructure
Patch Set: Created Oct. 24, 2017, 10:21 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
@@ -83,7 +83,7 @@
rewrite ^/easylist\.(.+) /easylist-minimal.$1 break;
rewrite ^/easylistchina\.(.+) /easylistchina-minimal.$1 break;
rewrite ^/advblock\.(.+) /advblock-minimal.$1 break;
- rewrite ^/easylistchina+easylist\.(.+) /easylistchina-minimal+easylist-minimal.$1 break;
- rewrite ^/ruadlist+easylist\.(.+) /ruadlist-minimal+easylist-minimal.$1 break;
+ rewrite ^/easylistchina\+easylist\.(.+) /easylistchina-minimal+easylist-minimal.$1 break;
+ rewrite ^/ruadlist\+easylist\.(.+) /ruadlist-minimal+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