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: Use consistent string name Created Oct. 9, 2017, 11:01 a.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 allow only nonintrusive ads that are privacy-friendly."|translate("subscriptions_exceptionsurlPrivacy")}}
+{% 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