Security Report Summary
A
Site: https://suche.org/
IP Address: 2a0c:82c0::1
Report Time: 29 Mar 2024 09:33:38 UTC
Headers:
  • Strict-Transport-Security
  • Content-Security-Policy
  • Referrer-Policy
  • 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
strict-transport-securitymax-age=31536000; includeSubdomains; preload
x-ua-compatibleIE=edge
access-control-max-age1728000
access-control-allow-headersOrigin, Content-Type, Accept
access-control-allow-originhttps://suche.org:443
content-security-policyupgrade-insecure-requests; default-src 'none'; form-action 'self'; base-uri 'self'; frame-ancestors 'self'; style-src 'nonce-7657C656340E56971367EF102F4350EB' 'self'; script-src 'nonce-7657C656340E56971367EF102F4350EB'; img-src 'self'; font-src 'self'; media-src 'self'; connect-src 'self'; object-src 'self'; frame-src 'self' https://suche.org; report-uri https://suche.org/csp.report
varyAccept-Encoding
referrer-policystrict-origin-when-cross-origin
x-content-type-optionsnosniff
x-xss-protection1; mode=block
expect-ctenforce; max-age=3600; report-uri="https://194.50.33.11/ct-report"
public-key-pinspin-sha256="4HA/iJk8PoYAYLzDZvhBoyh50b9a5aphgTVWIePdF3w="; pin-sha256="udc18/DlIEAhF0DIFTqkiTvddezJ6gpR+Od/etbZz2g="; pin-sha256="I3dI5BuM4PHlzYhqmtMf4OUPahIOIqIzP4rxjEFd3X0="; pin-sha256="d7TeQjbH3bijsmFiyt72NNAfh2zF05EMk4MQkailomI="; pin-sha256="ffRIWsigiR307Kc+GxWXqGZDl8N2YfV0tieRocJEIVc="; max-age=31536000; report-uri="http://194.50.33.11/hpkp-report"
etagpd32fuxLYVsEmm6f08e01IfuseN9tM1VVfNuylSJ9uWX
last-modifiedFri, 29 Mar 2024 09:33:38 GMT
set-cookieEtag=pd32fuxLYVsEmm6f08e01IfuseN9tM1VVfNuylSJ9uWX; Domain=suche.org; Expires=Thu, 24-Mar-2044 09:33:38 GMT; Max-Age=630720000; Secure; HttpOnly; SameSite=Strict
expiresThu, 01 Jan 1970 00:00:00 GMT
content-typetext/html;charset=utf-8
cache-controlmust-revalidate, private, max-age=3
set-cookiesid=node018tzjelmm3uqideoe186toour4440.node0; Path=/; Secure; HttpOnly; SameSite=Strict
content-encodinggzip
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
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.
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.
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-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-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.
expect-ctExpect-CT will soon be deprecated and can be removed.
public-key-pinsHTTP Public Key Pinning protects your site from MiTM attacks using rogue X.509 certificates. By whitelisting only the identities that the browser should trust, your users are protected in the event a certificate authority is compromised. Analyse this policy in more detail.
X-Frame-OptionsThe XFO header was not sent but frame-ancestors in Content Security Policy was used instead.