Header Security
Cross-Origin-Opener-Policy Header Check
The Cross-Origin-Opener-Policy header isolates your site from malicious browsing contexts. Check its presence to strengthen your web application security.
What this test checks
This test checks for the presence of the Cross-Origin-Opener-Policy (COOP) header. This header allows you to control whether your site can be opened in cross-origin browsing contexts, protecting against cross-origin information leak attacks.
Our recommendation
Add the Cross-Origin-Opener-Policy header with the value 'same-origin' to limit access to your site. Use 'same-origin-allow-popups' to allow legitimate popups. Test your configuration with browser developer tools.
Security tests