Security Report Summary
A+
Site: | https://securityheaders.com/ | ||
---|---|---|---|
IP Address: | 104.26.13.57 | ||
Report Time: | 11 Oct 2024 06:08:27 UTC | ||
Headers: |
|
||
Advanced: |
|
Raw Headers
HTTP/2 | 200 |
---|---|
date | Fri, 11 Oct 2024 06:08:26 GMT |
content-type | text/html; charset=UTF-8 |
vary | Accept-Encoding |
set-cookie | anti_forgery_cookie=6f6845324e039a86c472f0a8a8499407; expires=Fri, 11-Oct-2024 08:08:26 GMT; Max-Age=7200; path=/ |
access-control-allow-origin | * |
content-security-policy | default-src 'self'; script-src 'self' js.stripe.com static.cloudflareinsights.com www.google.com/recaptcha/api.js www.gstatic.com/recaptcha/releases/; img-src 'self'; style-src 'self' 'unsafe-inline' fonts.googleapis.com cdnjs.cloudflare.com; font-src 'self' fonts.gstatic.com cdnjs.cloudflare.com; form-action 'self'; frame-src js.stripe.com www.google.com; report-uri https://scotthelme.report-uri.com/r/d/csp/enforce; report-to default |
strict-transport-security | max-age=31536000; includeSubDomains; preload |
referrer-policy | strict-origin-when-cross-origin |
x-frame-options | SAMEORIGIN |
x-xss-protection | 1; mode=block; report=https://scotthelme.report-uri.com/r/d/xss/enforce |
x-content-type-options | nosniff |
expect-ct | max-age=0, report-uri="https://scotthelme.report-uri.com/r/d/ct/reportOnly" |
permissions-policy | accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=() |
report-to | {"group":"default","max_age":31536000,"endpoints":[{"url":"https://scotthelme.report-uri.com/a/d/g"}],"include_subdomains":true} |
nel | {"report_to":"default","max_age":31536000,"include_subdomains":true} |
cache-control | public, max-age=60 |
cross-origin-embedder-policy-report-only | require-corp; report-to="default" |
cross-origin-opener-policy-report-only | same-origin; report-to="default" |
cf-cache-status | DYNAMIC |
server | cloudflare |
cf-ray | 8d0cacf578aabe52-DUB |
content-encoding | gzip |
Upcoming Headers
Cross-Origin-Embedder-Policy | Cross-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-Policy | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
Cross-Origin-Resource-Policy | Cross-Origin Resource Policy allows a resource owner to specify who can load the resource. |
Additional Information
access-control-allow-origin | This is a very lax CORS policy but the current site is a whitelisted CDN, so this is expected. |
---|---|
content-security-policy | Content 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. |
strict-transport-security | HTTP 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. |
referrer-policy | Referrer 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-frame-options | X-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-protection | X-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. |
x-content-type-options | X-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". |
expect-ct | Expect-CT will soon be deprecated and can be removed. |
permissions-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
report-to | Report-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. |
nel | Network 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. |
cross-origin-embedder-policy-report-only | Cross-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-policy-report-only | Cross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser. |
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |