Security Report Summary
A
Site: https://communitech.ca/
IP Address: 34.95.12.47
Report Time: 28 Apr 2024 20:05:35 UTC
Headers:
  • Content-Security-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Permissions-Policy
Warning: Grade capped at A, please see warnings below.
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.
Warnings
Content-Security-PolicyThis policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Raw Headers
HTTP/2200
access-control-allow-originvidyard.com
cache-controlno-store, no-cache, must-revalidate
content-security-policybase-uri 'self'; connect-src 'self' *.communitech.ca *.doubleclick.net *.google-analytics.com *.google.com *.linkedin.com *.tawk.to analytics.google.com api.schemaapp.com assets.calendly.com cdn.schemaapp.com cdnjs.cloudflare.com data.schemaapp.com diffuser-cdn.app-us1.com edge.fullstory.com play.vidyard.com rs.fullstory.com sc.lfeeder.com snap.licdn.com ws: www.google.ca; default-src 'none'; font-src 'self' cdnjs.cloudflare.com communitech-staging data: embed.tawk.to fonts.bunny.net fonts.gstatic.com www.communitech.ca; form-action 'self' *.activehosted.com *.facebook.com; frame-ancestors 'self'; frame-src 'self' *.doubleclick.net *.facebook.com calendly.com play.vidyard.com; img-src 'self' *.communitech.ca *.facebook.com *.google-analytics.com *.google.ca *.google.com *.linkedin.com *.tawk.com cdn.vidyard.com cdnjs.cloudflare.com data: play.vidyard.com px.ads.linkedin.com tr.lfeeder.com; manifest-src 'self'; media-src 'self' cdn.vidyard.com play.vidyard.com; prefetch-src 'self' assets.calendly.com; report-uri /.well-known/csp-violation-report-endpoint/; script-src 'self' 'unsafe-eval' assets.vidyard.com cdn.schemaapp.com cdnjs.cloudflare.com communitech.ca d3rxaij56vjege.cloudfront.net data.schemaapp.com edge.fullstory.com embed.tawk.to play.vidyard.com; script-src-attr 'self' 'unsafe-inline'; script-src-elem 'self' 'unsafe-inline' *.activehosted.com assets.calendly.com cdn.schemaapp.com cdn.schemaapp.com cdnjs.cloudflare.com connect.facebook.net d3rxaij56vjege.cloudfront.net diffuser-cdn.app-us1.com edge.fullstory.com embed.tawk.to googleads.g.doubleclick.net play.vidyard.com prism.app-us1.com sc.lfeeder.com snap.licdn.com trackcmp.net www.google-analytics.com www.googletagmanager.com; style-src 'self' cdnjs.cloudflare.com fonts.googleapis.com; style-src-attr 'self' 'unsafe-inline'; style-src-elem 'self' 'unsafe-inline' *.tawk.to cdnjs.cloudflare.com fonts.bunny.net fonts.googleapis.com unpkg.com
content-typetext/html; charset=UTF-8
dateSun, 28 Apr 2024 20:05:35 GMT
expiresThu, 19 Nov 1981 08:52:00 GMT
pragmano-cache
referrer-policystrict-origin-when-cross-origin
serverApache
set-cookiePHPSESSID=8cfded5aa89873c52a73b50a02580cab; expires=Sun, 05-May-2024 20:05:35 GMT; Max-Age=604800; path=/; secure; HttpOnly
strict-transport-securitymax-age=31536000; includeSubdomains; preload
x-content-security-policyallow 'self';
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-powered-byPHP/7.2.24
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
access-control-allow-originThe Access-Control-Allow-Origin header is used to configure CORS.
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.
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.
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. This is not a SameSite Cookie.
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-security-policyX Content Security Policy is required for CSP support in IE 10 and IE 11. For other modern browsers the Content-Security-Policy header should be used.
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-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.
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.