mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Implemented: Option to enable HTML-Filter by default (#33)
This commit is contained in:
@@ -35,7 +35,8 @@ main._initializeSettings = function () {
|
||||
[Setting.STRIP_METADATA]: true,
|
||||
[Setting.WHITELISTED_DOMAINS]: {},
|
||||
[Setting.LOGGING]: false,
|
||||
[Setting.DOMAINS_MANIPULATE_DOM]: {}
|
||||
[Setting.DOMAINS_MANIPULATE_DOM]: {},
|
||||
[Setting.NEGATE_HTML_FILTER_LIST]: false
|
||||
};
|
||||
|
||||
chrome.storage.sync.get(settingDefaults, function (items) {
|
||||
|
Reference in New Issue
Block a user