Security Report Summary
A
Site: https://berry.senserasystems.com/senserawebservices/
IP Address: 44.199.219.144
Report Time: 28 Apr 2024 18:14:30 UTC
Headers:
  • Strict-Transport-Security
  • Content-Security-Policy
  • X-Content-Type-Options
  • Permissions-Policy
  • Referrer-Policy
  • X-Frame-Options
Warning: Grade capped at A, please see warnings below.
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
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. Recommended value "X-Frame-Options: SAMEORIGIN". Note that CSP frame-ancestors is used but the value is considered too lax to substitue for XFO.
Warnings
Status code indicates errorThe status code of the response indicates an error. Not all headers may be set when the response is an error.
Content-Security-PolicyThis policy contains * which is dangerous in the script-src directive. This policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains * which is dangerous in the style-src directive. This policy contains 'unsafe-hashes' which is dangerous in the style-src directive.
Raw Headers
HTTP/2404
strict-transport-securitymax-age=31536000; includeSubDomains; preload
content-security-policydefault-src 'self' *; media-src 'self' blob: https://*.senserasystems.com:*; frame-ancestors *; connect-src 'self' *; script-src 'self' * 'unsafe-inline' blob:; style-src 'self' * 'unsafe-hashes' 'unsafe-inline'; img-src 'self' * data: blob:; font-src 'self' *; object-src 'self';
x-content-type-optionsnosniff
permissions-policygeolocation=(self)
referrer-policysame-origin
cross-origin-embedder-policyunsafe-none
cross-origin-opener-policysame-origin-allow-popups
cross-origin-resource-policysame-site
x-permitted-cross-domain-policiesnone
content-typetext/html;charset=utf-8
content-languageen
content-length775
dateSun, 28 Apr 2024 18:14:29 GMT
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.
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.
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".
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
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.
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.