From 1819e3a3c48da2e21a53b51cd39bfdbfdde55bff Mon Sep 17 00:00:00 2001 From: Jonas 12t Date: Tue, 1 Jun 2021 17:45:17 +0400 Subject: [PATCH] first --- settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index e52d5f7..f6c01a7 100644 --- a/settings.json +++ b/settings.json @@ -36,8 +36,8 @@ "regexpRemoveFileExtension": "(.+?)(\\.[^.]*$|$)", "api": { - "enabled": false, - "allow_all_domains": false, + "enabled": true, + "allow_all_domains": true, "domains_whitelist": ["localhost","dodoc.3peaks.re"] },