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

Unified Diff: lib/prefs.js

Issue 29377570: Issue 4931 - add possibility to not send data depending on connection properties (Closed)
Patch Set: rebase Created March 16, 2017, 4:02 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 | « include/AdblockPlus/JsEngine.h ('k') | src/FilterEngine.cpp » ('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 fd8fa6b7d43400dbbda05b541595be3c6f17c70e..2e33d6f50c8fa35ccb30a98a42ad71c057153f56 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -49,7 +49,7 @@ let defaults = {
};
let preconfigurable = ["suppress_first_run_page", "disable_auto_updates",
- "first_run_subscription_auto_select"];
+ "first_run_subscription_auto_select", "allowed_connection_type"];
let values;
let path = _fileSystem.resolve("prefs.json");
« no previous file with comments | « include/AdblockPlus/JsEngine.h ('k') | src/FilterEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld