From a588b2485eeca2e9e0379c88c7a44fac31c12005 Mon Sep 17 00:00:00 2001 From: ThellraAK Date: Fri, 1 Jul 2022 02:07:38 -0800 Subject: [PATCH 1/2] Change loglevel to error --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 7e445cf2..2c8c0d1c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ declare global { } } -LogService.setLevel(LogLevel.DEBUG); +LogService.setLevel(LogLevel.ERROR); LogService.setLogger(new RichConsoleLogger()); LogService.info("index", "Starting dimension " + CURRENT_VERSION); From 1cdac6b5ecd73bb9ac02b79c7167fdd436a057bf Mon Sep 17 00:00:00 2001 From: ThellraAK Date: Wed, 14 Dec 2022 02:51:06 -0900 Subject: [PATCH 2/2] Update default.yaml --- config/default.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 7a4287a1..e8b00423 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -37,9 +37,9 @@ admins: # IPs and CIDR ranges listed here will be blocked from being widgets. # Note: Widgets may still be embedded with restricted content, although not through Dimension directly. widgetBlacklist: - - 10.0.0.0/8 - - 172.16.0.0/12 - - 192.168.0.0/16 + - 10.0.0.0/32 + - 172.16.0.0/32 + - 192.168.0.0/32 - 127.0.0.0/8 database: