Security Report Summary
F
Site: https://jsnelders.com/
IP Address: 101.0.118.8
Report Time: 25 Apr 2024 23:18:19 UTC
Headers:
  • Strict-Transport-Security
  • Content-Security-Policy
  • X-Frame-Options
  • X-Content-Type-Options
  • Referrer-Policy
  • Permissions-Policy
Advanced:
Ouch, you should work on your security posture immediately:
Missing Headers
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. Recommended value "Strict-Transport-Security: max-age=31536000; includeSubDomains".
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.
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".
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".
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.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/2200
x-powered-byPHP/7.4.33
content-typetext/html; charset=UTF-8
content-security-policy-report-onlydefault-src 'self'; font-src 'self' data: use.fontawesome.com wordpress.com s0.wp.com; frame-src 'self' widgets.wp.com; img-src 'self' pixel.wp.com secure.gravatar.com; script-src 'self' 'unsafe-inline' secure.gravatar.com s0.wp.com s1.wp.com; style-src 'self' 'unsafe-inline' s0.wp.com secure.gravatar.com use.fontawesome.com; report-uri https://jsnelders.report-uri.com/r/d/csp/enforce
link<https://jsnelders.com/wp-json/>; rel="https://api.w.org/"
link<https://jsnelders.com/wp-json/wp/v2/pages/14>; rel="alternate"; type="application/json"
link<https://jsnelders.com/>; rel=shortlink
content-encodinggzip
varyAccept-Encoding,User-Agent
dateThu, 25 Apr 2024 23:18:19 GMT
serverLiteSpeed
alt-svch3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46"
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
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.
content-security-policy-report-onlyContent Security Policy Report Only is used to test a Content Security Policy before making it live. The browser will report on actions that would have been taken based on the policy. Analyse this policy in more detail.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".