Add opt-in CORS bypass endpoint
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user