Security Report Summary
B
Site: https://www.richeyweb.com/
IP Address: 172.234.196.42
Report Time: 19 Mar 2024 09:26:23 UTC
Headers:
  • Content-Security-Policy
  • X-Content-Type-Options
  • X-Frame-Options
  • Referrer-Policy
  • Strict-Transport-Security
  • Permissions-Policy
Warning: Grade capped at A, please see warnings below.
Advanced:
Solid grade,let’s perform a deeper security analysis of your website and APIs:
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".
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-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Raw Headers
HTTP/2200
dateTue, 19 Mar 2024 09:26:23 GMT
content-typetext/html; charset=utf-8
content-length9485
varyAccept-Encoding
content-security-policydefault-src 'self' cdn.richeyweb.com; connect-src 'self' graph.facebook.com cors-anywhere.herokuapp.com www.google-analytics.com www.googleapis.com; font-src 'self' data: cdn.richeyweb.com fonts.gstatic.com; frame-src 'self' www.youtube.com cdn.richeyweb.com www.youtube-nocookie.com js.stripe.com *.paddle.com; img-src 'self' data: blob: sslbadge.org www.google-analytics.com securityheadersiobadges.azurewebsites.net exam.joomla.org *.gstatic.com *.googleapis.com cdn.richeyweb.com img.youtube.com secure.gravatar.com q.stripe.com *.teespring.com *.lithium.com *.paddle.com; media-src 'self' cdn.richeyweb.com; object-src 'self'; script-src 'self' www.google-analytics.com www.linkedin.com api.pinterest.com cdn.jsdelivr.net www.promisejs.org cdn.richeyweb.com www.youtube.com s.ytimg.com js.stripe.com *.googleapis.com *.paddle.com *.fontawesome.com 'unsafe-eval' 'unsafe-inline'; style-src 'self' cdn.richeyweb.com *.googleapis.com *.paddle.com 'unsafe-inline'; base-uri 'self'; form-action 'self' www.paypal.com; frame-ancestors 'self'; report-uri https://www.richeyweb.com/report-uri; block-all-mixed-content
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-xss-protection1; mode=block; report=https://www.richeyweb.com/report-uri
referrer-policystrict-origin
feature-policygeolocation 'none'; midi 'none'; notifications 'none'; push 'none'; sync-xhr *; microphone 'self'; camera 'none'; magnetometer 'none'; speaker 'none'; vibrate 'none'; fullscreen 'self' https://youtube.com https://www.youtube.com https://youtu.be https://real.video; payment 'none'; accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'self'; encrypted-media 'self'; gyroscope 'none'
x-dns-prefetch-controlon
content-encodinggzip
cache-controlpublic, max-age=180, stale-while-revalidate=360, stale-if-error=43200
age498
expiresTue, 19 Mar 2024 09:41:22 GMT
accept-rangesbytes
access-control-allow-methodsGET, POST, PUT, DELETE, OPTIONS
access-control-allow-headersAccept,Authorization,Cache-Control,Content-Type,DNT,If-Modified-Since,Keep-Alive,Origin,User-Agent,X-Requested-With
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
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.
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.
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.
feature-policyFeature Policy has been renamed to Permissions Policy, see the details here.