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

@@ -64,7 +64,8 @@ const Setting = {
'STRIP_METADATA': 'stripMetadata',
'LAST_MAPPING_UPDATE': 'lastMappingUpdate',
'WHITELISTED_DOMAINS': 'whitelistedDomains',
'XHR_TEST_DOMAIN': 'xhrTestDomain'
'XHR_TEST_DOMAIN': 'xhrTestDomain',
'LOGGING': 'enableLogging'
};
const WebRequest = {