Security Report Summary
A
Site: https://www.huffpost.com/entry/4-tips-for-funding-a-new_b_11651376
IP Address: 199.232.26.114
Report Time: 07 Jun 2026 00:23:55 UTC
Headers:
  • Content-Security-Policy
  • X-Content-Type-Options
  • Strict-Transport-Security
  • Referrer-Policy
  • X-Frame-Options
  • Permissions-Policy
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
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.
Raw Headers
HTTP/2200
x-hp-webpfalse
servernginx
x-powered-byExpress
cache-controlno-store, no-cache, must-revalidate
x-request-id912e8376e759b6769160416755c541b9
document-policyjs-profiling
content-encodinggzip
content-typetext/html; charset=utf-8
expires0
via1.1 varnish, 1.1 varnish
content-security-policysandbox allow-forms allow-same-origin allow-scripts allow-popups allow-popups-to-escape-sandbox allow-presentation allow-top-navigation-by-user-activation; frame-ancestors 'self' *.huffpost.com *.huffingtonpost.com *.huffpost.net *.buzzfeed.com clients.opinary.com compass.pressekompass.net *.newsbreak.com *.newsbreakapp.com *.upday-content.com *.upday.com *.samsung-news.com; report-uri https://huffpost.report-uri.com/r/d/csp/enforce;
accept-rangesbytes
age152031
dateSun, 07 Jun 2026 00:23:55 GMT
set-cookiebf-geo-country=IE; expires=Mon, 08 Jun 2026 00:23:55 GMT; path=/; domain=www.huffpost.com;
set-cookiebf-geo-region=D; expires=Mon, 08 Jun 2026 00:23:55 GMT; path=/; domain=www.huffpost.com;
set-cookiegdpr=true; expires=Sun, 21 Jun 2026 00:23:55 GMT; path=/; domain=www.huffpost.com;
timing-allow-origin*
x-served-bycache-iad-kcgs7200044-IAD, cache-iad-kcgs7200124-IAD, cache-dub4340-DUB
x-cacheMISS, HIT, MISS
x-cache-hits0, 2, 0
x-timerS1780791835.043412,VS0,VE92
varyAccept-Encoding
x-content-type-optionsnosniff
strict-transport-securitymax-age=31536000
referrer-policyno-referrer-when-downgrade
x-xss-protection1; mode=block
content-length74801
X-Frame-OptionsHeader not set, see Additional Information below.
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
serverThis Server header seems to advertise the software being run on the server but you can remove or change this value.
x-powered-byX-Powered-By can usually be seen with values like "PHP/5.5.9-1ubuntu4.5" or "ASP.NET". Trying to minimise the amount of information you give out about your server is a good idea. This header should be removed or the value changed.
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.
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".
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.
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.
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.
X-Frame-OptionsThe XFO header was not sent but frame-ancestors in Content Security Policy was used instead.