···11window.__CONFIG__ = {
22 // The URL for the CORS proxy, the URL must NOT end with a slash!
33 // 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
44- VITE_CORS_PROXY_URL: "REPLACE THIS",
44+ VITE_CORS_PROXY_URL: "",
5566 // The READ API key to access TMDB
77 VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1NzlkZWYyZDY5ZWFlNDk4ZjJiOTI4MTgyNDdjM2ViMCIsInN1YiI6IjY2MjdmMGJlNjJmMzM1MDE0YmQ4NTFmMiIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.h3KpPvkiaz8uNz1bntAKqsPrxG_4UUWaY3kYME6N6m8",
···1010 VITE_DMCA_EMAIL: null,
11111212 // Whether to disable hash-based routing, leave this as false if you don't know what this is
1313- VITE_NORMAL_ROUTER: true,
1313+ VITE_NORMAL_ROUTER: false,
14141515 // The backend URL to communicate with
1616- VITE_BACKEND_URL: "https://backend.sudo-flix.lol",
1616+ VITE_BACKEND_URL: null,
17171818 // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
1919- VITE_DISALLOWED_IDS: "",
2020-2121- VITE_ALLOW_AUTOPLAY: true,
1919+ VITE_DISALLOWED_IDS: ""
2220};