open-url-in-container icon indicating copy to clipboard operation
open-url-in-container copied to clipboard

missing cookies where server uses SameSite=Strict

Open jgilbert2017 opened this issue 6 months ago • 0 comments

If the server sets a cookie using SameSite=Strict the cookie is not present in the request generated by the open-url-in-container link.

This is because the firefox extension request request is treated as a cross site request.

The solution is to update the manifest to include the permission "<all_urls>".

jgilbert2017 avatar Aug 08 '24 15:08 jgilbert2017