Header Security
Cross-Origin-Embedder-Policy Header Check
The Cross-Origin-Embedder-Policy header controls which resources can be embedded in your site. Learn how to configure it to enhance security.
What this test checks
This test checks for the presence of the Cross-Origin-Embedder-Policy (COEP) header. This header allows you to control which cross-origin resources can be embedded in your site, protecting against cross-origin information leak attacks and content injections.
Our recommendation
Add the Cross-Origin-Embedder-Policy header with the value 'require-corp' to require that all cross-origin resources use the Cross-Origin-Resource-Policy policy. Test your configuration to avoid blocking legitimate features.
Security tests