From f93e9288b54f63f05c8ac1993c202585173235a8 Mon Sep 17 00:00:00 2001
From: qtchaos <72168435+qtchaos@users.noreply.github.com>
Date: Mon, 26 Feb 2024 14:06:33 +0200
Subject: [PATCH 2/2] feat: remove default VITE_CORS_PROXY_URL
---
public/config.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/config.js b/public/config.js
index 011e8630..a0681d06 100644
--- a/public/config.js
+++ b/public/config.js
@@ -1,6 +1,7 @@
window.__CONFIG__ = {
// The URL for the CORS proxy, the URL must NOT end with a slash!
- VITE_CORS_PROXY_URL: "CHANGEME",
+ // If not specified, the onboarding will not allow a "default setup". The user will have to use the extension or set up a proxy themselves
+ VITE_CORS_PROXY_URL: "",
// The READ API key to access TMDB
VITE_TMDB_READ_API_KEY: "CHANGEME",