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

Unified Diff: modules/web/templates/adblockplus.org.conf.erb

Issue 29590597: Issue 5950 - Add privacy friendly acceptable ads documentation link redirect (Closed)
Patch Set: Updated commit message Created Oct. 27, 2017, 1:46 p.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/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";
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld