1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Logging (on/off) added in the settings

This commit is contained in:
nobody42
2020-03-29 10:23:16 +02:00
parent a79062148b
commit b58ef634e0
6 changed files with 42 additions and 5 deletions

View File

@@ -33,7 +33,8 @@ main._initializeSettings = function () {
[Setting.ENFORCE_STAGING]: false,
[Setting.STRIP_METADATA]: true,
[Setting.LAST_MAPPING_UPDATE]: "2020-01-01",
[Setting.WHITELISTED_DOMAINS]: {}
[Setting.WHITELISTED_DOMAINS]: {},
[Setting.LOGGING]: false
};
chrome.storage.local.get(settingDefaults, function (items) {