| OLD | NEW |
| 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 26 matching lines...) Expand all Loading... |
| 37 } | 37 } |
| 38 | 38 |
| 39 ### http://hub.eyeo.com/issues/735 Hack for ABB development build that supports
elemhide: | 39 ### http://hub.eyeo.com/issues/735 Hack for ABB development build that supports
elemhide: |
| 40 if ($arg_addonVersion ~ ^2\.(7|8|9)(\..*)?$) | 40 if ($arg_addonVersion ~ ^2\.(7|8|9)(\..*)?$) |
| 41 { | 41 { |
| 42 set $use_alternative_resource_flags "${use_alternative_resource_flags}+SUPPORT
S_ELEMHIDE"; | 42 set $use_alternative_resource_flags "${use_alternative_resource_flags}+SUPPORT
S_ELEMHIDE"; |
| 43 } | 43 } |
| 44 | 44 |
| 45 if ($arg_addonName = "libadblockplus-android") | 45 if ($arg_addonName = "libadblockplus-android") |
| 46 { | 46 { |
| 47 set $use_alternative_resource_flags "ZTE"; | 47 set $use_alternative_resource_flags "LIBABP_ANDROID"; |
| 48 } | |
| 49 | |
| 50 # http://hub.eyeo.com/issues/1374 | |
| 51 if ($arg_application = "com.ume.browser.global") | |
| 52 { | |
| 53 set $use_alternative_resource_flags "${use_alternative_resource_flags}+UME"; | |
| 54 } | 48 } |
| 55 | 49 |
| 56 if ($geoip_country_code = "DE") | 50 if ($geoip_country_code = "DE") |
| 57 { | 51 { |
| 58 set $use_alternative_resource_flags "${use_alternative_resource_flags}+LOCATIO
N"; | 52 set $use_alternative_resource_flags "${use_alternative_resource_flags}+LOCATIO
N"; |
| 59 } | 53 } |
| 60 | 54 |
| 55 # http://hub.eyeo.com/issues/1374 |
| 61 # http://hub.eyeo.com/issues/10493 | 56 # http://hub.eyeo.com/issues/10493 |
| 62 if ($arg_application = "com.microsoft.emmx") | 57 # http://hub.eyeo.com/issues/10517 |
| 58 if ($arg_application ~ (com\.microsoft\.emmx|com\.ume\.browser\.global)) |
| 63 { | 59 { |
| 64 set $use_alternative_resource_flags "${use_alternative_resource_flags}+MSF"; | 60 set $use_alternative_resource_flags "${use_alternative_resource_flags}+MIN"; |
| 65 } | 61 } |
| 66 | 62 |
| 67 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (1/4) | 63 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (1/4) |
| 68 if ($arg_application = "sbrowser") | 64 if ($arg_application = "sbrowser") |
| 69 { | 65 { |
| 70 set $use_alternative_resource_flags "SBROWSER"; | 66 set $use_alternative_resource_flags "SBROWSER"; |
| 71 } | 67 } |
| 72 | 68 |
| 73 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (2/4) | 69 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (2/4) |
| 74 if ($arg_addonName = "adblockplussbrowser") | 70 if ($arg_addonName = "adblockplussbrowser") |
| (...skipping 14 matching lines...) Expand all Loading... |
| 89 rewrite ^/easylistgermany\.(.+) /easylistgermany_noelemhide.$1 redirect; | 85 rewrite ^/easylistgermany\.(.+) /easylistgermany_noelemhide.$1 redirect; |
| 90 } | 86 } |
| 91 | 87 |
| 92 if ($use_alternative_resource_flags = "IE+LOCATION") | 88 if ($use_alternative_resource_flags = "IE+LOCATION") |
| 93 { | 89 { |
| 94 rewrite ^/easylist\.(.+) /easylist_noelemhide.$1 break; | 90 rewrite ^/easylist\.(.+) /easylist_noelemhide.$1 break; |
| 95 rewrite ^/easylistgermany\+easylist\.(.+) /easylistgermany_noelemhide+easylist
_noelemhide.$1 break; | 91 rewrite ^/easylistgermany\+easylist\.(.+) /easylistgermany_noelemhide+easylist
_noelemhide.$1 break; |
| 96 rewrite ^/easylistgermany\.(.+) /easylistgermany_noelemhide.$1 break; | 92 rewrite ^/easylistgermany\.(.+) /easylistgermany_noelemhide.$1 break; |
| 97 } | 93 } |
| 98 | 94 |
| 99 if ($use_alternative_resource_flags = "ZTE") | |
| 100 { | |
| 101 rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break; | |
| 102 } | |
| 103 | |
| 104 if ($use_alternative_resource_flags = "ZTE+UME") | |
| 105 { | |
| 106 rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break; | |
| 107 rewrite ^/easylist\.(.+) /easylist-minimal.$1 break; | |
| 108 rewrite ^/easylistchina\.(.+) /easylistchina-minimal.$1 break; | |
| 109 rewrite ^/advblock\.(.+) /advblock-minimal.$1 break; | |
| 110 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina-minimal+easylist-minima
l.$1 break; | |
| 111 rewrite ^/ruadlist\+easylist\.(.+) /ruadlist-minimal+easylist-minimal.$1 break
; | |
| 112 } | |
| 113 | |
| 114 # http://hub.eyeo.com/issues/10493 | 95 # http://hub.eyeo.com/issues/10493 |
| 115 if ($use_alternative_resource_flags = "ZTE+MSF") | 96 if ($use_alternative_resource_flags ~ (LIBABP_ANDROID|LIBABP_ANDROID+MIN)) |
| 116 { | 97 { |
| 117 rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break; | 98 rewrite ^/exceptionrules\.(.+) /exceptionrules-minimal.$1 break; |
| 118 rewrite ^/easylist\.(.+) /easylist-minified.$1 break; | 99 rewrite ^/easylist\.(.+) /easylist-minified.$1 break; |
| 119 rewrite ^/easyprivacy\.(.+) /easyprivacy-minified.$1 break; | 100 rewrite ^/easyprivacy\.(.+) /easyprivacy-minified.$1 break; |
| 120 rewrite ^/fanboy-social\.(.+) /fanboy-social-minified.$1 break; | 101 rewrite ^/fanboy-social\.(.+) /fanboy-social-minified.$1 break; |
| 121 rewrite ^/abpindo\+easylist\.(.+) /abpindo+easylist-minified.$1 break; | 102 rewrite ^/abpindo\+easylist\.(.+) /abpindo+easylist-minified.$1 break; |
| 122 rewrite ^/abpvn\+easylist\.(.+) /abpvn+easylist-minified.$1 break; | 103 rewrite ^/abpvn\+easylist\.(.+) /abpvn+easylist-minified.$1 break; |
| 123 rewrite ^/bulgarian_list\+easylist\.(.+) /bulgarian_list+easylist-minified.$1
break; | 104 rewrite ^/bulgarian_list\+easylist\.(.+) /bulgarian_list+easylist-minified.$1
break; |
| 124 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylist-minified.$1 br
eak; | 105 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylist-minified.$1 br
eak; |
| 125 rewrite ^/easylistczechslovak\+easylist\.(.+) /easylistczechslovak+easylist-mi
nified.$1 break; | 106 rewrite ^/easylistczechslovak\+easylist\.(.+) /easylistczechslovak+easylist-mi
nified.$1 break; |
| 126 rewrite ^/easylistdutch\+easylist\.(.+) /easylistdutch+easylist-minified.$1 br
eak; | 107 rewrite ^/easylistdutch\+easylist\.(.+) /easylistdutch+easylist-minified.$1 br
eak; |
| 127 rewrite ^/easylistgermany\+easylist\.(.+) /easylistgermany+easylist-minified.$
1 break; | 108 rewrite ^/easylistgermany\+easylist\.(.+) /easylistgermany+easylist-minified.$
1 break; |
| 128 rewrite ^/israellist\+easylist\.(.+) /israellist+easylist-minified.$1 break; | 109 rewrite ^/israellist\+easylist\.(.+) /israellist+easylist-minified.$1 break; |
| 129 rewrite ^/easylistitaly\+easylist\.(.+) /easylistitaly+easylist-minified.$1 br
eak; | 110 rewrite ^/easylistitaly\+easylist\.(.+) /easylistitaly+easylist-minified.$1 br
eak; |
| 130 rewrite ^/easylistlithuania\+easylist\.(.+) /easylistlithuania+easylist-minifi
ed.$1 break; | 111 rewrite ^/easylistlithuania\+easylist\.(.+) /easylistlithuania+easylist-minifi
ed.$1 break; |
| 131 rewrite ^/easylistpolish\+easylist\.(.+) /easylistpolish+easylist-minified.$1
break; | 112 rewrite ^/easylistpolish\+easylist\.(.+) /easylistpolish+easylist-minified.$1
break; |
| 132 rewrite ^/easylistspanish\+easylist\.(.+) /easylistspanish+easylist-minified.$
1 break; | 113 rewrite ^/easylistspanish\+easylist\.(.+) /easylistspanish+easylist-minified.$
1 break; |
| 133 rewrite ^/latvianlist\+easylist\.(.+) /latvianlist+easylist-minified.$1 break; | 114 rewrite ^/latvianlist\+easylist\.(.+) /latvianlist+easylist-minified.$1 break; |
| 134 rewrite ^/liste_fr\+easylist\.(.+) /liste_fr+easylist-minified.$1 break; | 115 rewrite ^/liste_fr\+easylist\.(.+) /liste_fr+easylist-minified.$1 break; |
| 135 rewrite ^/liste_ar\+liste_fr\+easylist\.(.+) /liste_ar+liste_fr+easylist-minif
ied.$1 break; | 116 rewrite ^/liste_ar\+liste_fr\+easylist\.(.+) /liste_ar+liste_fr+easylist-minif
ied.$1 break; |
| 136 rewrite ^/rolist\+easylist\.(.+) /rolist+easylist-minified.$1 break; | 117 rewrite ^/rolist\+easylist\.(.+) /rolist+easylist-minified.$1 break; |
| 137 rewrite ^/ruadlist\+easylist\.(.+) /ruadlist+easylist-minified.$1 break; | 118 rewrite ^/ruadlist\+easylist\.(.+) /ruadlist+easylist-minified.$1 break; |
| 138 } | 119 } |
| 139 | 120 |
| 140 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (4/4) | 121 ### http://hub.eyeo.com/issues/3924 for Chinese SBrowser video exceptions (4/4) |
| 141 if ($use_alternative_resource_flags = "SBROWSER+ABPSBROWSER+CN") | 122 if ($use_alternative_resource_flags = "SBROWSER+ABPSBROWSER+CN") |
| 142 { | 123 { |
| 143 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylistchina_complianc
e+easylist.$1 break; | 124 rewrite ^/easylistchina\+easylist\.(.+) /easylistchina+easylistchina_complianc
e+easylist.$1 break; |
| 144 } | 125 } |
| OLD | NEW |