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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user