mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-01 16:37:39 +01:00
Bandaid fix for proxy turnstile (just remove it for now)
This commit is contained in:
parent
b45a6dbed4
commit
d7691b5655
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ window.__CONFIG__ = {
|
||||||
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
|
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
|
||||||
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
||||||
|
|
||||||
VITE_TURNSTILE_KEY: "0x4AAAAAAATd-oefbvXlJvmj", // "3x00000000000000000000FF",
|
//VITE_TURNSTILE_KEY: "0x4AAAAAAATd-oefbvXlJvmj", // "3x00000000000000000000FF",
|
||||||
|
|
||||||
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
||||||
VITE_DISALLOWED_IDS: "",
|
VITE_DISALLOWED_IDS: "",
|
||||||
|
|
Loading…
Reference in a new issue