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

Unified Diff: pages/preferences.tmpl

Issue 29565858: Issue 5803 - add privacy friendly acceptable ads preference (Closed)
Patch Set: Created Oct. 5, 2017, 10:10 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: pages/preferences.tmpl
===================================================================
--- a/pages/preferences.tmpl
+++ b/pages/preferences.tmpl
@@ -224,6 +224,10 @@
{{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow non-intrusive ads</a>."|translate("subscriptions_exceptionsurl-s1")}}
{% endmacro %}
+{% macro subscriptions_exceptionsurlPrivacyDescription() %}
+{{"Location of the filter list used to\n<a href=\"acceptable-ads\">allow privacy-friendly non-intrusive ads</a>."|translate("subscriptions_exceptionsurl-privacy")}}
saroyanm 2017/10/05 22:17:49 @Wspee: DO we have, or planing to have a dedicated
+{% endmacro %}
+
{% macro notificationurlDescription() %}
{{"Location of the file containing emergency notifications."|translate("notificationurl-s1")}}
{% endmacro %}
@@ -550,6 +554,11 @@
"description": subscriptions_exceptionsurlDescription
},
{
+ "name": "subscriptions_exceptionsurl_privacy",
+ "default": "",
+ "description": subscriptions_exceptionsurlPrivacyDescription
+ },
+ {
"name": "subscriptions_fallbackerrors",
"default": "5",
"description": subscriptions_fallbackerrorsDescription
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld