From cc89e0f3f18a68d291f9a5ff9eb047afb287d228 Mon Sep 17 00:00:00 2001 From: Jai A Date: Mon, 14 Oct 2024 23:49:27 -0700 Subject: [PATCH] remove ad cookie (main) --- apps/frontend/src/public/promo-frame.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/frontend/src/public/promo-frame.html b/apps/frontend/src/public/promo-frame.html index 0b72fc3be..416ccf48c 100644 --- a/apps/frontend/src/public/promo-frame.html +++ b/apps/frontend/src/public/promo-frame.html @@ -71,12 +71,6 @@ tude.setPrivacySettings({ personalizedAds: personalized ?? true, }); - - const hash = getCookie("modrinth-app-token"); - console.log(hash); - tude.setIdProfile({ - e: hash, - }); }); }