Missing Headers
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Warnings
Status code indicates errorThe status code of the response indicates an error. Not all headers may be set when the response is an error.
Referrer-PolicyThe "origin" value is not recommended.
Content-Security-PolicyThis policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Raw Headers
HTTP/1.1400 Bad Request
X-Frame-OptionsALLOW-FROM https://*.ey.com:*/ https://capitaledge.ey.com https://capitaledge-au.ey.com https://usedtasce5wap04.azurewebsites.net https://capitaledge-stage.ey.com https://capitaledge-archive.ey.com https://capitaledge-nl.ey.com https://capitaledge-api-nl.ey.com https://capitaledge-archive-nl.ey.com https://capitaledge-archiveapi-nl.ey.com https://capitaledge-stage-nl.ey.com https://capitaledge-stageapi-nl.ey.com;
Referrer-Policyorigin
Strict-Transport-Securitymax-age=31536000; includeSubDomains
X-Content-Type-Optionsnosniff
Content-Security-Policybase-uri 'self' https://*.ey.com:*/; img-src data: 'self' https://*.ey.com:*/ https://*.ey.net:*/ https://assets.adobedtm.com https://eycom.d3.sc.omtrdc.net https://dpm.demdex.net; object-src 'self' https://*.ey.com:*/; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.ey.com:*/ https://assets.adobedtm.com https://eycom.d3.sc.omtrdc.net https://dpm.demdex.net; style-src 'self' 'unsafe-inline' https://*.ey.com:*/; frame-ancestors 'self' https://*.ey.com:*/ https://capitaledge.ey.com https://capitaledge-au.ey.com https://usedtasce5wap04.azurewebsites.net https://capitaledge-stage.ey.com https://capitaledge-archive.ey.com https://capitaledge-nl.ey.com https://capitaledge-api-nl.ey.com https://capitaledge-archive-nl.ey.com https://capitaledge-archiveapi-nl.ey.com https://capitaledge-stage-nl.ey.com https://capitaledge-stageapi-nl.ey.com;
X-XSS-Protection1; mode=block
Pragmano-cache
Set-CookiePF=7WAdQBRaQEE4axfaM3I7GF; Path=/; Secure; HttpOnly; SameSite=None
Content-Typetext/html;charset=utf-8
Cache-Controlmust-revalidate,no-cache,no-store
Set-CookieNSC_BNQG-TMC=ffffffff09877a4945525d5f4f58455e445a4a421577;expires=Mon, 06-May-2024 03:34:23 GMT;path=/;secure;httponly
transfer-encodingchunked
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
X-Frame-OptionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
Referrer-PolicyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
Strict-Transport-SecurityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
X-Content-Type-OptionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets. Analyse this policy in more detail. You can sign up for a free account on Report URI to collect reports about problems on your site.
X-XSS-ProtectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.