Security Report Summary
A
Site: https://bongo.cat/
IP Address: 2606:4700:3037::6815:4315
Report Time: 26 Apr 2024 16:32:43 UTC
Headers:
  • Strict-Transport-Security
  • Content-Security-Policy
  • X-Content-Type-Options
  • Permissions-Policy
  • Referrer-Policy
  • X-Frame-Options
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.
Raw Headers
HTTP/2103
link<https://cdnjs.cloudflare.com>; rel=preconnect, <https://static.cloudflareinsights.com>; rel=preconnect
HTTP/2 200
dateFri, 26 Apr 2024 16:32:43 GMT
content-typetext/html; charset=utf-8
cf-ray87a7f8716b02cf82-SJC
cf-cache-statusHIT
age3975139
cache-controlmax-age=2678400
expiresFri, 24 Nov 2023 03:14:08 GMT
last-modifiedFri, 13 Oct 2023 22:32:33 GMT
link<https://cdnjs.cloudflare.com>; rel="preconnect", <https://static.cloudflareinsights.com>; rel="preconnect"
strict-transport-securitymax-age=31536000; includeSubDomains; preload
varyAccept-Encoding
content-security-policydefault-src 'none'; connect-src 'self' https:; font-src 'self'; frame-ancestors https:; img-src 'self'; manifest-src 'self'; script-src 'self' 'nonce-script/tCg2Wu8HI9aiB+QXpFYNrLDO' 'nonce-script/IcKqktIxA0Z7YDTFPVx4B1VC' 'nonce-script/fvCSWGUMk/E8KIUL9oBl9Hfr' 'nonce-script/k0241omLT0QR86+GjImM8voF' 'nonce-script/5FXjTmq9P+186cGZM3F/zic5' 'nonce-script/SKVoEvolbia9DUjepW/UtK0p' 'nonce-script/OBktykjsdObk8R7n/dxw+vcZ' cdnjs.cloudflare.com static.cloudflareinsights.com; style-src 'self' 'nonce-style/JyigjZwobCH9x8egkyTCdsfe' 'nonce-stylesheet/Y1SfBD5NulcQonOE7En94H4c' 'nonce-stylesheet/pG8cZQknbfzkCFryFciY2HRz' 'sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=' cdnjs.cloudflare.com; media-src 'self'; report-uri https://eric.report-uri.com/r/d/csp/enforce; upgrade-insecure-requests;
x-content-type-optionsnosniff
report-to{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=qm2qv9yw%2F2LmmUxsuLDGG%2Fq%2BwtBtHgFjnrMTje3re%2FpGOY%2F7drcSfSOrLE0mB8GM3Qf%2FpqiXejETm%2Bn3VeFIw7lDMRI0L6zAk3i20FZgoab1VYROwZbK75zEzd9HPOyTsDeZr3tsS68%3D"}],"group":"cf-nel","max_age":604800}
nel{"success_fraction":0,"report_to":"cf-nel","max_age":604800}
access-control-allow-originhttps://bongo.cat
cross-origin-embedder-policyrequire-corp
cross-origin-opener-policysame-origin
cross-origin-resource-policycross-origin
expect-ctmax-age=86400, enforce
expect-staplemax-age=604800; report-uri="https://eric.report-uri.com/r/d/staple/reportOnly"; includeSubDomains; preload
permissions-policyaccelerometer=(), autoplay=(), camera=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), sync-xhr=(), usb=(), xr-spatial-tracking=()
referrer-policysame-origin
x-xss-protection1; mode=block
servercloudflare
content-encodinggzip
alt-svch3=":443"; ma=86400
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.
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".
report-toReport-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports.
nelNetwork Error Logging is a new header that instructs the browser to send reports during various network or application errors. You can sign up for a free account on Report URI to collect these reports.
access-control-allow-originThe Access-Control-Allow-Origin header is used to configure CORS.
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.
expect-ctExpect-CT will soon be deprecated and can be removed.
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.
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.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".