fix(trusted_domains): removed https:// from the beginning of localhost

This commit is contained in:
CuriousMagpie
2023-07-24 15:53:28 -04:00
parent b77cb874c9
commit c1d6e0b580
+1 -1
View File
@@ -87,5 +87,5 @@
"REDIS_HOST": "aaabbbcccdddeeefff",
"REDIS_PORT": "1234",
"REDIS_PASSWORD": "12345678",
"TRUSTED_DOMAINS": "https://localhost,https://habitica.com"
"TRUSTED_DOMAINS": "localhost,https://habitica.com"
}