Security Report Summary
A
Site: https://cloud.stevencharrier.fr/login
IP Address: 51.15.21.75
Report Time: 16 Apr 2024 09:31:41 UTC
Headers:
  • Referrer-Policy
  • X-Content-Type-Options
  • X-Frame-Options
  • Content-Security-Policy
  • Strict-Transport-Security
  • 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/1.25.4
dateTue, 16 Apr 2024 09:31:41 GMT
content-typetext/html; charset=UTF-8
content-length6883
referrer-policyno-referrer
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-permitted-cross-domain-policiesnone
x-robots-tagnoindex, nofollow
x-xss-protection1; mode=block
x-powered-byPHP/8.2.18
set-cookieoc85iblmxsda=d7635448ea025064e4b4f2dcb94f3cc3; path=/; HttpOnly; SameSite=Lax
expiresThu, 19 Nov 1981 08:52:00 GMT
cache-controlno-cache, no-store, must-revalidate
pragmano-cache
set-cookieoc_sessionPassphrase=Cyx3BudEW2zSHdOIg0wbswqtwC3YqricDFY5i%2BnMC%2FZkvoOlId7GohdLCpmWtJ4qMzAmBtCCCSsRexNo9HnLgyoLqx7MdVdds4Im9RmY7iB4VDRozeRfpTTgToV%2Bufs9; path=/; HttpOnly; SameSite=Lax
set-cookieoc85iblmxsda=d7635448ea025064e4b4f2dcb94f3cc3; path=/; HttpOnly; SameSite=Lax
content-security-policydefault-src 'none';base-uri 'none';manifest-src 'self';script-src 'self' blob:;style-src 'self' 'unsafe-inline';img-src 'self' data: blob: http://cloud.stevencharrier.fr https://*.tile.openstreetmap.org;font-src 'self' data:;connect-src 'self' blob: stun.nextcloud.com:443;media-src 'self' blob:;frame-src 'self' nc: http://cloud.stevencharrier.fr;child-src blob: 'self';frame-ancestors 'self' http://cloud.stevencharrier.fr;worker-src blob: 'self';form-action 'self' http://cloud.stevencharrier.fr
set-cookienc_sameSiteCookielax=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax
set-cookienc_sameSiteCookiestrict=true; path=/; httponly;expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict
set-cookieoc85iblmxsda=d7635448ea025064e4b4f2dcb94f3cc3; path=/; HttpOnly; SameSite=Lax
set-cookieoc85iblmxsda=d7635448ea025064e4b4f2dcb94f3cc3; path=/; HttpOnly; SameSite=Lax
x-request-idzfyFilXOjXySV8bF2JDZ
content-encodinggzip
feature-policyautoplay 'self';camera 'self';fullscreen 'self' http://cloud.stevencharrier.fr;geolocation 'none';microphone 'self';payment 'none'
strict-transport-securitymax-age=31536000
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.
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.
x-powered-byX-Powered-By can usually be seen with values like "PHP/5.5.9-1ubuntu4.5" or "ASP.NET". Trying to minimise the amount of information you give out about your server is a good idea. This header should be removed or the value changed.
set-cookieThe 'secure' flag is not set on this cookie. There 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.
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.