From 820e281ac5ee069369279eecfa2cce43ef790f94 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 19 Jul 2026 16:35:25 +0200 Subject: [PATCH] dont do that --- web/js/rtc-audio.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/js/rtc-audio.js b/web/js/rtc-audio.js index 8c4839d..b7ce1db 100644 --- a/web/js/rtc-audio.js +++ b/web/js/rtc-audio.js @@ -242,9 +242,9 @@ window.addEventListener('load', (() => { function getCookieDomainAttribute() { const hostname = String(window.location.hostname || '').toLowerCase(); - if (hostname === 'fmtuner.org' || hostname.endsWith('.fmtuner.org')) { - return '; domain=.fmtuner.org'; - } + // if (hostname === 'fmtuner.org' || hostname.endsWith('.fmtuner.org')) { + // return '; domain=.fmtuner.org'; + // } return ''; }