Security Report Summary
A+
Site: https://link.moyseafood.com/
IP Address: 170.187.131.209
Report Time: 24 Apr 2024 03:26:19 UTC
Headers:
  • Content-Security-Policy
  • Permissions-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
Advanced:
Wow, amazing grade! Perform a deeper security analysis of your website and APIs:
Raw Headers
HTTP/1.1200 OK
Access-Control-Allow-Methods*
Access-Control-Allow-Origin*
Access-Control-Expose-Headers*
Access-Control-Max-Age600
Cache-Controlno-cache
Content-Security-Policydefault-src 'self'; style-src 'self' https://fonts.googleapis.com 'sha256-qu/DA/rYdnX+6KBfIuR3TOhptBOBZW5dbmK89Ckd3gM=' 'sha256-zqiMqGYP1YZ5gW2psQKxjVB3CQGC7gzqZUrTnc1LAxQ='; font-src 'self' https://fonts.gstatic.com; frame-ancestors 'self'; form-action 'self'; script-src 'sha256-qu/DA/rYdnX+6KBfIuR3TOhptBOBZW5dbmK89Ckd3gM='; img-src 'self' https://www.smtp2go.com;
Content-Typetext/html; charset=utf-8
DateWed, 24 Apr 2024 03:26:19 GMT
Permissions-Policyaccelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()
Referrer-Policyno-referrer
Strict-Transport-Securitymax-age=31536000; includeSubDomains
X-Content-Type-Optionsnosniff
X-Frame-Optionsdeny
X-Permitted-Cross-Domain-Policiesnone
Connectionclose
Transfer-Encodingchunked
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.