elan-ev / studip-opencast-plugin

This is an Stud.IP plugin for Opencast
https://elan-ev.github.io/studip-opencast-plugin/
GNU General Public License v2.0
9 stars 20 forks source link

Problems with new cookie policy in Firefox 132.0 #1045

Open pettobia opened 2 weeks ago

pettobia commented 2 weeks ago

Version 3.17

Describe the bug After updating to Firefox 132.0, the plugin does not work properly anymore when Strict Mode is activated at the browsers tracking protection settings. E.g. the video preview images cannot be loaded The browser console shows the following error: Cookie “JSESSIONID” has been rejected because it is foreign and does not have the “Partitioned“ attribute.

To Reproduce Steps to reproduce the behavior:

  1. Update Firefox
  2. Enable Strict Mode

Expected behavior

Screenshots

tgloeggl commented 1 week ago

Opencast needs to facilitate https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_sandbox/Partitioned_cookies I will check on how it is possible to achieve that.