I started to investigate a bit and it looks like we could use `siteOriginNoPrefix` instead of `siteOrigin` on the principal when we attempt to make an `URL` from an origin. This is obviously what we see in the stack in comment 0 but I am wondering if that would allow us to have a single add-on for a given origin, no matter whether we are in a PB window or container tab.
Bug 1793365 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I started to investigate a bit and it looks like we could possibly use `siteOriginNoPrefix` instead of `siteOrigin` on the principal when we attempt to make an `URL` from an origin. This is obviously what we see in the stack in comment 0 but I am wondering if that would allow us to have a single add-on for a given origin, no matter whether we are in a PB window or container tab.