From d7691b5655827ca88a9b828cec4aeecca7a6d5ec Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Thu, 7 Mar 2024 14:30:10 -0500 Subject: [PATCH] Bandaid fix for proxy turnstile (just remove it for now) --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 2269500b..ff695c57 100644 --- a/public/config.js +++ b/public/config.js @@ -14,7 +14,7 @@ window.__CONFIG__ = { // 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_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-" and "movie-" VITE_DISALLOWED_IDS: "",