Add opt-in CORS bypass endpoint

This commit is contained in:
Cohee
2023-11-25 21:56:57 +02:00
parent 0410540066
commit b24d4f2340
2 changed files with 44 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ const allowKeysExposure = false; // If true, private API keys could be fetched t
const skipContentCheck = false; // If true, no new default content will be delivered to you.
const thumbnailsQuality = 95; // Quality of thumbnails. 0-100
const disableChatBackup = false; // Disables the backup of chat logs to the /backups folder
const enableCorsProxy = false; // Enables the CORS proxy for the frontend
// If true, Allows insecure settings for listen, whitelist, and authentication.
// Change this setting only on "trusted networks". Do not change this value unless you are aware of the issues that can arise from changing this setting and configuring a insecure setting.