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 ''; }