Why does Cross-Origin-Opener-Policy prevent opening links to the same-origin/domain when target="_blank" is used?
Let’s say you serve a website with the header Cross-Origin-Opener-Policy: same-origin. This is a new header that, if I understood it correctly, completely separates a browsing tab/origin to prevent against such low-level attacks like CPU-m… Continue reading Why does Cross-Origin-Opener-Policy prevent opening links to the same-origin/domain when target="_blank" is used?