Security Report Summary
A
Site: https://haveibeenpwned.com/
IP Address: 2606:4700::6810:7c21
Report Time: 19 Apr 2024 11:32:59 UTC
Headers:
  • Strict-Transport-Security
  • X-Frame-Options
  • X-Content-Type-Options
  • Referrer-Policy
  • Content-Security-Policy
  • 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
dateFri, 19 Apr 2024 11:32:59 GMT
content-typetext/html; charset=utf-8
access-control-expose-headersRequest-Context
cache-controlpublic, max-age=3596
expiresFri, 19 Apr 2024 11:35:13 GMT
last-modifiedFri, 19 Apr 2024 10:35:13 GMT
vary*, Accept-Encoding
strict-transport-securitymax-age=31536000; includeSubDomains; preload
x-frame-optionsDENY
x-content-type-optionsnosniff
referrer-policystrict-origin-when-cross-origin
x-xss-protection1; mode=block
content-security-policydefault-src 'none';script-src 'self' 'nonce-cBpL/5GROvbs7rs3nVTo' www.google-analytics.com www.google.com www.gstatic.com cdnjs.cloudflare.com az416426.vo.msecnd.net ajax.cloudflare.com challenges.cloudflare.com;style-src 'self' 'unsafe-inline' cdnjs.cloudflare.com;img-src 'self' www.google-analytics.com stats.g.doubleclick.net www.gstatic.com logos.haveibeenpwned.com;font-src 'self' cdnjs.cloudflare.com fonts.gstatic.com;connect-src 'self' api.pwnedpasswords.com www.google-analytics.com stats.g.doubleclick.net dc.services.visualstudio.com;base-uri 'self';child-src www.google.com challenges.cloudflare.com;form-action 'self' accounts.google.com www.paypal.com billing.stripe.com checkout.stripe.com billing.haveibeenpwned.com;frame-ancestors 'none';worker-src 'self';upgrade-insecure-requests;report-uri https://troyhunt.report-uri.com/r/d/csp/enforce
request-contextappId=cid-v1:3665810e-aab5-4aa5-90b9-f46c41b757ec
cf-cache-statusHIT
age3462
set-cookie__cf_bm=SAmWUt0xS7icL5g04YvrXzTAz8rOwSIl2sdPXen8_5o-1713526379-1.0.1.1-qR_2CeH1.iGDSI7WovWlS94OFzMlSrTqkF.1HX5i1Y5_6dLxpIyg7WaQPT_O5r2bBqpineOPdMMbDzhS894HIQ; path=/; expires=Fri, 19-Apr-24 12:02:59 GMT; domain=.haveibeenpwned.com; HttpOnly; Secure; SameSite=None
servercloudflare
cf-ray876c93c2ca9e2518-SJC
content-encodinggzip
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
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-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.
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".
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.
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.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".