first commit for adding whitelist

base functionality
This commit is contained in:
Banaanae
2024-06-25 16:15:14 +10:00
committed by Kevin
parent deec80b763
commit e86654ed29
5 changed files with 44 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ function initSettings() {
storage.badged_color = "#ffa500";
storage.hashURL = "https://rules2.clearurls.xyz/rules.minify.hash";
storage.ruleURL = "https://rules2.clearurls.xyz/data.minify.json";
storage.whitelist = []; // TODO: If we do whitelist per rule, this needs to be obj
storage.contextMenuEnabled = true;
storage.historyListenerEnabled = true;
storage.localHostsSkipping = true;