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

Implemented notification if something changed on CDNs or frameworks

This commit is contained in:
nobody
2020-03-08 12:30:03 +01:00
parent 40ea8a2625
commit 48283328c7
10 changed files with 221 additions and 5 deletions

View File

@@ -62,6 +62,7 @@ const Setting = {
'SHOW_ICON_BADGE': 'showIconBadge',
'SHOW_RELEASE_NOTES': 'showReleaseNotes',
'STRIP_METADATA': 'stripMetadata',
'LAST_MAPPING_UPDATE': 'lastMappingUpdate',
'WHITELISTED_DOMAINS': 'whitelistedDomains',
'XHR_TEST_DOMAIN': 'xhrTestDomain'
};