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

Adjustments to LocalCDN

This commit is contained in:
nobody
2020-07-04 07:38:59 +02:00
parent 30e36abd72
commit 3f5738fb3b
3 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ var main = {};
main._initializeSettings = function () {
let settingDefaults = {
[Setting.XHR_TEST_DOMAIN]: Address.DECENTRALEYES,
[Setting.XHR_TEST_DOMAIN]: Address.LOCALCDN,
[Setting.SHOW_ICON_BADGE]: true,
[Setting.BLOCK_MISSING]: false,
[Setting.DISABLE_PREFETCH]: true,