[Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 30 15:59:09 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378

--- Comment #145 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Just a note: JavaScript code from the test plan needs to have its quotes fixed
in order to work:

(function() { 
    console.log('Hello from test1'); 
    document.cookie = "test1=testing; domain=localhost; path=/; SameSite=None;
Secure"; 
})();

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list