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

Delta Between Two Patch Sets: modules/filterserver/files/site.conf

Issue 29831567: #12255 - Serve compliance lists to extensions in China (Closed)
Left Patch Set: Created July 16, 2018, 3:48 p.m.
Right Patch Set: For comment #2 Created July 16, 2018, 4 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 root /var/www/easylist; 1 root /var/www/easylist;
2 keepalive_timeout 0; 2 keepalive_timeout 0;
3 charset utf-8; 3 charset utf-8;
4 gzip_static on; 4 gzip_static on;
5 default_type text/plain; 5 default_type text/plain;
6 6
7 # http://hub.eyeo.com/issues/262 7 # http://hub.eyeo.com/issues/262
8 location /filters/easylist-min.txt 8 location /filters/easylist-min.txt
9 { 9 {
10 proxy_cache filters; 10 proxy_cache filters;
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 rewrite ^/easylistspanish\+easylist\.(.+) /easylistspanish+easylist-minified.$ 1 break; 119 rewrite ^/easylistspanish\+easylist\.(.+) /easylistspanish+easylist-minified.$ 1 break;
120 rewrite ^/latvianlist\+easylist\.(.+) /latvianlist+easylist-minified.$1 break; 120 rewrite ^/latvianlist\+easylist\.(.+) /latvianlist+easylist-minified.$1 break;
121 rewrite ^/liste_fr\+easylist\.(.+) /liste_fr+easylist-minified.$1 break; 121 rewrite ^/liste_fr\+easylist\.(.+) /liste_fr+easylist-minified.$1 break;
122 rewrite ^/liste_ar\+liste_fr\+easylist\.(.+) /liste_ar+liste_fr+easylist-minif ied.$1 break; 122 rewrite ^/liste_ar\+liste_fr\+easylist\.(.+) /liste_ar+liste_fr+easylist-minif ied.$1 break;
123 rewrite ^/rolist\+easylist\.(.+) /rolist+easylist-minified.$1 break; 123 rewrite ^/rolist\+easylist\.(.+) /rolist+easylist-minified.$1 break;
124 rewrite ^/ruadlist\+easylist\.(.+) /ruadlist+easylist-minified.$1 break; 124 rewrite ^/ruadlist\+easylist\.(.+) /ruadlist+easylist-minified.$1 break;
125 } 125 }
126 126
127 # http://hub.eyeo.com/issues/12255 127 # http://hub.eyeo.com/issues/12255
128 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (4/4) 128 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (4/4)
129 if ($use_alternative_resource_flags ~ ((SBROWSER\+ABPSBROWSER|ABP_WEB_EXTENSION) \+CN)) 129 if ($use_alternative_resource_flags ~ ^((SBROWSER\+ABPSBROWSER|ABP_WEB_EXTENSION )\+CN)$)
mathias 2018/07/16 15:56:23 I know we don't exactly need it here, but still, t
130 { 130 {
131 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylistchina_complianc e+easylist.$1 break; 131 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylistchina_complianc e+easylist.$1 break;
132 } 132 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld