Hi, Recent Firefox versions are throwing a warning about the extension cookie missing the `SameSite` attribute. On the following line: https://github.com/fraoustin/redmine_dark/blob/2fcbc0583e1f898176807d8c8de3d513164b2768/assets/javascripts/dark.js#L5 Please add `+ ";samesite=strict"` Thanks,
Hi,
Recent Firefox versions are throwing a warning about the extension cookie missing the
SameSiteattribute.On the following line:
redmine_dark/assets/javascripts/dark.js
Line 5 in 2fcbc05
Please add
+ ";samesite=strict"Thanks,