From 0df6002c9aa7c83ab59b1bb97e7fa74e9f4e1836 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:30:40 +0200 Subject: [PATCH] Update privacy policy to new provider --- app/features/info/routes/privacy-policy.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/features/info/routes/privacy-policy.tsx b/app/features/info/routes/privacy-policy.tsx index 91113fcbd..2de534afd 100644 --- a/app/features/info/routes/privacy-policy.tsx +++ b/app/features/info/routes/privacy-policy.tsx @@ -12,12 +12,7 @@ export const meta: MetaFunction = (args) => { export default function PrivacyPolicyPage() { return (
-
let optOutCounter = 0; function setCookie(cname,cvalue,exdays){var d = new Date();d.setTime(d.getTime()+(exdays*24*60*60*1000));var expires='expires='+d.toUTCString();document.cookie=cname+'='+cvalue+';'+expires+';path=/'; if(optOutCounter==0){ let cookieP = document.getElementById('cookieP'); var successCookie = document.createElement('h3'); successCookie.innerHTML = 'Optout Success!'; successCookie.setAttribute('style','color:green'); cookieP.appendChild(successCookie); optOutCounter ++ } };

Common ID Cookie

This site uses cookies and similar tracking technologies such as the Common ID cookie to provide its services. Cookies are important devices for measuring advertising effectiveness and ensuring a robust online advertising industry. The Common ID cookie stores a unique user id in the first party domain and is accessible to our ad partners. This simple ID that can be utilized to improve user matching, especially for delivering ads to iOS and MacOS browsers. Users can opt out of the Common ID tracking cookie by clicking here.

Advertising Privacy Settings

FOR EU USERS ONLY: When you use our site, pre-selected companies may access and use certain information on your device and about your interests to serve ads or personalized content. You may revisit or change consent-choices at any time by clicking here.

`, - }} - /> +
); }