Security Report Summary
A+
Site: https://tedman.dev/
IP Address: 104.21.80.1
Report Time: 01 Sep 2025 19:56:48 UTC
Headers:
  • Content-Security-Policy
  • Permissions-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • Referrer-Policy
  • X-Frame-Options
Advanced:
Wow, amazing grade! Perform a deeper security analysis of your website and APIs:
Raw Headers
HTTP/2200
dateMon, 01 Sep 2025 19:56:48 GMT
content-typetext/html; charset=utf-8
servercloudflare
last-modifiedSun, 02 Feb 2025 05:48:49 GMT
access-control-allow-originhttps://tedman.dev
content-security-policydefault-src 'none'; script-src https://cloud.umami.is; connect-src https://cloud.umami.is https://api-gateway.umami.dev; img-src 'self'; font-src https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com; manifest-src 'self'; frame-ancestors 'none'; base-uri 'self'; form-action 'self'; report-to 'default';
expiresMon, 01 Sep 2025 18:47:04 GMT
cache-controlmax-age=600
report-to{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lFuJad7reBayeW%2Bv3J%2BEJBPpIEjC325ha%2FDl%2FAayZF74jDihN23%2F9WEaFOFsC8UUCeBB%2F2sJNSMrCYHXHhbmunGTgeZtTISm8LY%3D"}]}
x-proxy-cacheMISS
cross-origin-opener-policysame-origin; report-to="default"
cross-origin-embedder-policyrequire-corp; report-to="default"
age4783
permissions-policygeolocation=(), camera=(), microphone=(), display-capture=()
x-served-bycache-dub4321-DUB
x-cacheMISS
x-cache-hits0
x-timerS1755792906.244030,VS0,VE92
varyAccept-Encoding
cross-origin-resource-policysame-origin
cf-cache-statusHIT
nel{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-securitymax-age=31536000; includeSubDomains; preload
x-content-type-optionsnosniff
expect-ctmax-age=86400, enforce
referrer-policystrict-origin-when-cross-origin
x-frame-optionsDENY
x-xss-protection1; mode=block
content-encodinggzip
cf-ray9787554099c4b959-DUB
alt-svch3=":443"; ma=86400
Additional Information
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
access-control-allow-originThe Access-Control-Allow-Origin header is used to configure CORS.
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.
report-toReport-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports.
cross-origin-opener-policyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
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.
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
cross-origin-resource-policyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
nelNetwork Error Logging is a new header that instructs the browser to send reports during various network or application errors. You can sign up for a free account on Report URI to collect these reports.
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".
expect-ctExpect-CT will soon be deprecated and can be removed.
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-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-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.