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 |