open-url-in-container
open-url-in-container copied to clipboard
missing cookies where server uses SameSite=Strict
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>".