dont do that

This commit is contained in:
2026-07-19 16:35:25 +02:00
parent f167ace96b
commit 820e281ac5
+3 -3
View File
@@ -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 '';
}