ciscoheat / sveltekit-flash-message

Send temporary data after redirect, usually from endpoints. Works with both SSR and client.
https://www.npmjs.com/package/sveltekit-flash-message
MIT License
246 stars 5 forks source link

Firefox Warning: Misuse of the SameSite Cookie Attribute #24

Closed kaiserbh closed 10 months ago

kaiserbh commented 10 months ago

I've encountered warnings in the Firefox console related to the misuse of the SameSite attribute with sveltekit-flash-message. This issue appears to occur specifically on Firefox.

2023-08-18T13:27:30,470301386+10:00

ciscoheat commented 10 months ago

Should be fixed now in v2.2.0, can you confirm that it is?

kaiserbh commented 10 months ago

Should be fixed now in v2.2.0, can you confirm that it is?

Will update my package and test it.

kaiserbh commented 10 months ago

Just tested it seem all is well, no more warnings in Firefox :partying_face:. Thank you will close this now.