Security Report Summary
A
Site: https://staging.tenderd.com/
IP Address: 199.36.158.100
Report Time: 27 Apr 2024 23:34:51 UTC
Headers:
  • Content-Security-Policy
  • Permissions-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • 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:
Warnings
Content-Security-PolicyThis policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Referrer-PolicyThe "origin" value is not recommended.
Raw Headers
HTTP/2200
access-control-allow-origin*
cache-controlmax-age=3600
content-encodinggzip
content-security-policydefault-src 'self' https://tenderd-ui.storage.googleapis.com https://tenderd-ui.storage.googleapis.com/testing https://tenderd-ui-ksa.storage.googleapis.com *.tenderd.com *.mixpanel.com https://service.cohere.so *.cohere.so https://forms.zohopublic.com *.jsdelivr.net https://salesiq.zohopublic.com https://app.powerbi.com; img-src data: https: blob:; font-src 'self' https:; connect-src 'self' blob: https://tenderd-ui.storage.googleapis.com https://tenderd-ui.storage.googleapis.com/testing https://tenderd-ui-ksa.storage.googleapis.com https://tenderd-ui-staging.storage.googleapis.com *.googleapis.com *.mixpanel.com *.zohopublic.com *.novu.co *.cohere.so wss://*.cohere.so wss://*.novu.co wss://*.zohopublic.com *.tenderd.com *.hereapi.com *.here.com https://vss.tenderd.com:36301 https://vss-sa.tenderd.com:36301 https://forms.zohopublic.com ws://*.zohopublic.com *.jsdelivr.net; media-src 'self' https://tenderd-ui.storage.googleapis.com https://tenderd-ui-ksa.storage.googleapis.com https://tenderd-ui.storage.googleapis.com/testing *.storage.googleapis.com *.cohere.so; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: https://tenderd-ui.storage.googleapis.com https://tenderd-ui-ksa.storage.googleapis.com https://tenderd-ui-staging.storage.googleapis.com https://tenderd-ui.storage.googleapis.com/testing https://js.api.here.com https://maps.googleapis.com https://cdn.jsdelivr.net https://salesiq.zoho.com https://fonts.googleapis.com https://fonts.gstatic.com https://www.google-analytics.com https://www.googletagmanager.com *.cohere.so *.mixpanel.com *.zohopublic.com *.novu.co *.zoho.com *.alicdn.com *.zohocdn.com https://forms.zohopublic.com *.jsdelivr.net; style-src 'self' 'unsafe-inline' *.here.com *.googleapis.com *.zohocdn.com *.zohostatic.com *.jsdelivr.net;
content-typetext/html; charset=utf-8
etag"cfb13bed4527ab4bc1097e592fa274c46ab1262405b05859a2c40671a8b6e5ba"
last-modifiedWed, 24 Apr 2024 07:34:50 GMT
permissions-policygeolocation=(), microphone=()
referrer-policyorigin
strict-transport-securitymax-age=2592000; includeSubDomains
x-content-type-optionsnosniff
x-dns-prefetch-controloff
x-frame-optionsDENY
x-xss-protection1; mode=block
accept-rangesbytes
dateSat, 27 Apr 2024 23:34:51 GMT
x-served-bycache-sjc10077-SJC
x-cacheMISS
x-cache-hits0
x-timerS1714260892.599310,VS0,VE188
varyx-fh-requested-host, accept-encoding
alt-svch3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
content-length2424
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
access-control-allow-originThis is a very lax CORS policy. Such a policy should only be used on a public CDN.
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.
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.
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-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.