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

Unified Diff: lib/prefs.js

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Patch Set: Addressed Nits Created May 18, 2016, 11:30 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 | « dependencies ('k') | lib/punycode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
diff --git a/lib/prefs.js b/lib/prefs.js
index e1aa3f751c5feb430e5dfb83ada7917bd777bd9f..066a59feba603d801509e2ef3b2820e84fc68765 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -177,6 +177,11 @@ defaults.suppress_first_run_page = false;
defaults.additional_subscriptions = [];
/**
+ * Whether to enable the use of Safari's content blocker mechanism.
+ */
+defaults.safariContentBlocker = false;
+
+/**
* @namespace
* @static
*/
« no previous file with comments | « dependencies ('k') | lib/punycode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld