Security Report Summary
D
Site: https://www.canacoon.com/
IP Address: 195.192.132.135
Report Time: 08 Jul 2026 03:14:25 UTC
Headers:
  • Referrer-Policy
  • Strict-Transport-Security
  • Content-Security-Policy
  • Permissions-Policy
  • X-Content-Type-Options
  • X-Frame-Options
Advanced:
Your site could be at risk, let’s perform a deeper security analysis of your site and APIs:
Missing Headers
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.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Warnings
X-Content-Type-OptionsWe couldn't detect a valid configuration. The only expected value for this header is "nosniff".
X-Frame-OptionsWe couldn't detect a valid configuration. Expected values are "DENY", "SAMEORIGIN", "ALLOW-FROM (URL)" and "ALLOWALL".
Raw Headers
HTTP/2200
alt-svch3=":443"; ma=2592000
content-encodinggzip
content-typetext/html; charset=UTF-8
dateWed, 08 Jul 2026 03:14:25 GMT
link<https://www.canacoon.com/wp-json/>; rel="https://api.w.org/"
link<https://www.canacoon.com/wp-json/wp/v2/pages/5>; rel="alternate"; title="JSON"; type="application/json"
link</wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.6>; rel=preload; as=style
link</wp-content/cache/borlabs-cookie/1/borlabs-cookie-1-de.css?ver=3.4.2-39>; rel=preload; as=style
link</wp-content/plugins/youtube-embed-plus-pro/styles/ytprefs.min.css?ver=14.2.6>; rel=preload; as=style
link</wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.css?ver=14.2.6>; rel=preload; as=style
link</wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d>; rel=preload; as=script
link</wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec>; rel=preload; as=script
link</wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.6>; rel=preload; as=script
link</wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.6>; rel=preload; as=script
link</wp-content/plugins/contact-form-7-honeypot/legacy-honeypot/includes/js/honeypot-refill.js?ver=3.6.1>; rel=preload; as=script
link</wp-includes/js/jquery/jquery.min.js?ver=3.7.1>; rel=preload; as=script
link</wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1>; rel=preload; as=script
link</wp-content/themes/canacoon/js/bootstrap.min.js?ver=3.0.3>; rel=preload; as=script
link</wp-content/themes/canacoon/js/jquery.backstretch.min.js?ver=2.0.4>; rel=preload; as=script
link</wp-content/themes/canacoon/js/jquery.sticky.js?ver=1.0.0>; rel=preload; as=script
link</wp-content/themes/canacoon/js/jquery.fancybox.pack.js?ver=2.1.5>; rel=preload; as=script
link</wp-content/themes/canacoon/js/skripte.js?ver=1>; rel=preload; as=script
link</wp-content/cache/borlabs-cookie/1/borlabs-cookie-config-de.json.js?ver=3.4.2-41>; rel=preload; as=script
link</wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie-prioritize.min.js?ver=3.4.2>; rel=preload; as=script
link</wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.js?ver=14.2.6>; rel=preload; as=script
link</wp-content/plugins/youtube-embed-plus-pro/scripts/ytprefs.min.js?ver=14.2.6>; rel=preload; as=script
link</wp-content/plugins/youtube-embed-plus-pro/scripts/jquery.cookie.min.js?ver=14.2.6>; rel=preload; as=script
link</wp-content/plugins/youtube-embed-plus-pro/scripts/fitvids.min.js?ver=14.2.6>; rel=preload; as=script
referrer-policyno-referrer
serverCaddy
strict-transport-securitymax-age=31536000
varyAccept-Encoding
via0.0 Caddy
x-content-type-optionsnosniff;
x-frame-optionsSAMEORIGIN;
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
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.
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.