Security Report Summary
A
Site: https://terathree2.spdns.de/mycloud/login
IP Address: 62.143.178.226
Report Time: 25 Apr 2024 21:25:57 UTC
Headers:
  • Content-Security-Policy
  • Strict-Transport-Security
  • 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
servernginx
dateThu, 25 Apr 2024 21:25:57 GMT
content-typetext/html; charset=UTF-8
content-length4753
set-cookieoc_sessionPassphrase=8pOaLI%2FOfzCc%2BEV5vs9OCw56eplnY1GhAc8ahP2q9J5be1aAeA1saRKyOAhCZDcGOOT7idkwUGiToTgE4ZwQnEEuejFexFqSmEXUW3j%2BeVFlePE3%2BCFW%2FZHGwIBWI6qS; path=/mycloud; secure; HttpOnly; SameSite=Lax
set-cookienc_sameSiteCookielax=true; path=/mycloud; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
set-cookienc_sameSiteCookiestrict=true; path=/mycloud; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
set-cookieoci3yzx3xzgd=cldjegftl6fiu03uhpeo9uagho; path=/mycloud; secure; HttpOnly; SameSite=Lax
expiresThu, 19 Nov 1981 08:52:00 GMT
pragmano-cache
cache-controlno-cache, no-store, must-revalidate
x-request-idyYf8cyUEukPzWOsoG1a7
content-encodinggzip
content-security-policydefault-src 'none';base-uri 'none';manifest-src 'self';script-src 'self';style-src 'self' 'unsafe-inline';img-src 'self' data: blob:;font-src 'self' data:;connect-src 'self';media-src 'self';frame-src 'self';frame-ancestors 'self';form-action 'self'
feature-policyautoplay 'self';camera 'none';fullscreen 'self';geolocation 'none';microphone 'none';payment 'none'
x-robots-tagnoindex, nofollow
expect-ctenforce; max-age=86400;
strict-transport-securitymax-age=15552000; includeSubDomains; preload;
referrer-policyno-referrer
x-content-type-optionsnosniff
x-download-optionsnoopen
x-frame-optionsSAMEORIGIN
x-permitted-cross-domain-policiesnone
x-robots-tagnoindex, nofollow
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
serverThis Server header seems to advertise the software being run on the server but you can remove or change this value.
set-cookieThere is no Cookie Prefix on this cookie.
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.
feature-policyFeature Policy has been renamed to Permissions Policy, see the details here.
expect-ctExpect-CT will soon be deprecated and can be removed.
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-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.