Security Report Summary
A
Site: https://ot.innovation.dev.oneteam.services/
IP Address: 2620:1ec:bdf::69
Report Time: 27 Jul 2024 02:31:24 UTC
Headers:
  • Content-Security-Policy
  • Strict-Transport-Security
  • X-Frame-Options
  • X-Content-Type-Options
  • Permissions-Policy
  • Referrer-Policy
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
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.
Raw Headers
HTTP/2200
dateSat, 27 Jul 2024 02:31:24 GMT
content-typetext/html; charset=utf-8
content-length1364
content-md55/8Jonp529bH3MA/lEjwgA==
last-modifiedFri, 26 Jul 2024 07:07:06 GMT
etag"0x8DCAD418F1D5D4A"
x-ms-request-id4aef7fe6-701e-003c-62cd-dfc3e3000000
x-ms-version2018-03-28
x-azure-ref20240727T023123Z-r1975748545j77bj77x3yfcnrn000000019g00000000a2cn
content-security-policydefault-src 'none'; connect-src 'self' ws: *.oneteam.services *.azure.com *.google.com; img-src 'self' data: *.oneteam.services *.z8.web.core.windows.net blob: *.oneteam.services; font-src 'self' fonts.gstatic.com maxcdn.bootstrapcdn.com *.z8.web.core.windows.net cdn.jsdelivr.net; frame-src 'self' *.google.com; script-src 'self' *.google.com *.gstatic.com cdn.jsdelivr.net; style-src 'self' 'unsafe-inline' *.googleapis.com accounts.google.com maxcdn.bootstrapcdn.com *.z8.web.core.windows.net *.oneteam.services cdn.jsdelivr.net;
strict-transport-securitymax-age=63072000; includeSubDomains; preload
x-frame-optionsDENY
x-content-type-optionsnosniff
permissions-policymicrophone=(), camera=(), geolocation=()
x-ruleNoExtension
x-cacheCONFIG_NOCACHE
accept-rangesbytes
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. You can sign up for a free account on Report URI to collect reports about problems on your site.
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-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-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.