| Index: modules/web/templates/adblockplus.org.conf.erb |
| diff --git a/modules/web/templates/adblockplus.org.conf.erb b/modules/web/templates/adblockplus.org.conf.erb |
| index f6f63e29f93369303630c02d864c39eba1e4ce02..7bcc94d29e9971c1092677300dc43030c9bedd34 100644 |
| --- a/modules/web/templates/adblockplus.org.conf.erb |
| +++ b/modules/web/templates/adblockplus.org.conf.erb |
| @@ -342,6 +342,11 @@ location /redirect |
| set $link "acceptable-ads"; |
| set $anchor "#criteria"; |
| } |
| + if ($arg_link = "privacy_friendly_ads") |
| + { |
| + set $link "acceptable-ads"; |
| + set $anchor "#privacy-friendly-acceptable-ads"; |
| + } |
| if ($arg_link = "contributors") |
| { |
| set $link "contributors"; |