From ad0f40e638dc8c65f812f499b08af5e2c6529169 Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Thu, 22 Feb 2024 23:17:47 -0600 Subject: [PATCH] god I hate you rammerhead :sob: --- src/components/ProxyRegistrar.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProxyRegistrar.astro b/src/components/ProxyRegistrar.astro index 0f45ae8..af7571a 100644 --- a/src/components/ProxyRegistrar.astro +++ b/src/components/ProxyRegistrar.astro @@ -41,7 +41,7 @@ // Now save it in a cookie that expires in 72 hours. document.cookie = `rammerhead-session=${sessionID}; max-age=${60 * 60 * 72}; path=/`; } - iframe.src = `/${getCookie("rammerhead-session")}/${url}`; + iframe.src = `https://aluu.xyz/${getCookie("rammerhead-session")}/${url}`; } else { // Default to UV iframe.src = window.__uv$config.prefix + window.__uv$config.encodeUrl(url);