| Index: modules/web/templates/adblockplus.org.conf.erb |
| =================================================================== |
| --- a/modules/web/templates/adblockplus.org.conf.erb |
| +++ b/modules/web/templates/adblockplus.org.conf.erb |
| @@ -52,16 +52,17 @@ if ($http_user_agent ~ \bYaBrowser/\d+) |
| set $user_agent "yandex-browser"; |
| } |
| if ($http_user_agent ~ \bMaxthon/\d+) |
| { |
| set $user_agent "maxthon"; |
| } |
| sub_filter ' id="content" class="' ' id="content" class="ua-$user_agent '; |
| +sub_filter_last_modified on; |
| set $index_page "firefox"; |
| if ($user_agent != "") |
| { |
| set $index_page $user_agent; |
| } |
| # Various redirects |