Security Report Summary
A
Site: https://ensons.de/
IP Address: 167.233.29.127
Report Time: 20 Jun 2026 21:48:04 UTC
Headers:
  • Content-Security-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • 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
alt-svch3=":443"; ma=2592000
cache-controlmax-age=0, private, must-revalidate
content-encodinggzip
content-security-policydefault-src 'none'; base-uri 'none'; connect-src 'self' wss://*.ably.net wss://*.ably.io wss://*.ably-realtime.com https://internet-up.ably-realtime.com https://ensons-production.s3.eu-central-1.amazonaws.com https://ensons-production-storage.s3.eu-central-1.amazonaws.com; font-src 'self' https://assets-production.ensons.de; form-action 'self' https://ensons.de; frame-ancestors 'none'; img-src 'self' data: https://tile.openstreetmap.de https://assets-production.ensons.de https://ensons-production.s3.eu-central-1.amazonaws.com https://ensons-production-storage.s3.eu-central-1.amazonaws.com; manifest-src 'self' https://assets-production.ensons.de; media-src https://assets-production.ensons.de https://ensons-production.s3.eu-central-1.amazonaws.com https://ensons-production-storage.s3.eu-central-1.amazonaws.com; object-src 'self'; style-src 'self' https://assets-production.ensons.de; script-src 'self' https://assets-production.ensons.de 'nonce-aca618d88b2aefd7f8596f5981571229'; report-uri https://ensons.report-uri.com/r/d/csp/enforce
content-typetext/html; charset=utf-8
dateSat, 20 Jun 2026 21:48:04 GMT
etagW/"1febabb7d4fa3fcaa4a160244f202122"
expect-ctmax-age=7889238, enforce
feature-policyaccelerometer 'none'; gyroscope 'none'; microphone 'none'; payment 'none'; usb 'none'
link<https://assets-production.ensons.de/assets/ensons/vendor-d3eeacb6.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/generic-4c471f55.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/elements-9644c646.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/objects-b81ec032.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/components-296d2306.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/view_components-93499cf8.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/scopes-6fe78630.css>; rel=preload; as=style; nopush,<https://assets-production.ensons.de/assets/ensons/utilities-85067513.css>; rel=preload; as=style; nopush
referrer-policyno-referrer
set-cookie
strict-transport-securitymax-age=31556952; includeSubDomains; preload
varyAccept, Sec-Fetch-Site
via1.1 Caddy
x-cachemiss
x-content-type-optionsnosniff
x-frame-optionsDENY
x-permitted-cross-domain-policiesnone
x-request-id96b550fc-57bb-4f4b-a020-dd3922f7b826
x-runtime0.123038
x-xss-protection1; mode=block
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
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.
expect-ctExpect-CT will soon be deprecated and can be removed.
feature-policyFeature Policy has been renamed to Permissions Policy, see the details here.
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".
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.