luigi icon indicating copy to clipboard operation
luigi copied to clipboard

Update 3rd party cookie check with samesite attribute

Open JohannesDoberer opened this issue 2 years ago • 1 comments

Add SameSite=None; Secure to the luigi client cookie otherwise SameSite=Lax will be used (default value). https://github.com/SAP/luigi/blob/master/client/src/lifecycleManager.js#L156

JohannesDoberer avatar Oct 05 '22 09:10 JohannesDoberer

additionally it needs to be updated here:

https://github.com/SAP/luigi/blob/fa9031e8fd1734058d2dd2ba03fe4d6b68688133/core/third-party-cookies/init.html#L16

paschdan avatar Oct 05 '22 10:10 paschdan