Security Report Summary
A
Site: | https://blackhat.nz/ | ||
---|---|---|---|
IP Address: | 2606:4700:3030::ac43:d4bc | ||
Report Time: | 14 Oct 2024 11:37:26 UTC | ||
Headers: |
|
||
Advanced: |
|
Missing Headers
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. |
---|
Raw Headers
HTTP/2 | 200 |
---|---|
date | Mon, 14 Oct 2024 11:37:26 GMT |
content-type | text/html; charset=utf-8 |
cf-ray | 8d274702996796d2-SJC |
cf-cache-status | DYNAMIC |
access-control-allow-origin | * |
age | 0 |
cache-control | max-age=600 |
expires | Mon, 14 Oct 2024 10:04:45 GMT |
last-modified | Thu, 23 Mar 2023 10:10:26 GMT |
strict-transport-security | max-age=63072000; includeSubDomains; preload |
vary | Accept-Encoding |
via | 1.1 varnish |
content-security-policy-report-only | frame-ancestors 'self';block-all-mixed-content;default-src 'self';script-src 'self' 'report-sample' 'unsafe-inline' https://code.jquery.com https://maxcdn.bootstrapcdn.com https://netdna.bootstrapcdn.com https://stackpath.bootstrapcdn.com;style-src 'self' 'report-sample' 'unsafe-inline' *.bootstrapcdn.com code.jquery.com fonts.googleapis.com;object-src 'none';frame-src 'self';child-src 'self';img-src 'self' code.jquery.com fonts.gstatic.com;font-src 'self' *.bootstrapcdn.com fonts.googleapis.com fonts.gstatic.com;connect-src 'self' code.jquery.com fonts.gstatic.com fonts.googleapis.com;manifest-src 'self';base-uri 'self';form-action 'self';media-src 'self' data:;prefetch-src 'self';report-uri https://infosec01.report-uri.com/r/d/csp/wizard;worker-src 'self'; |
cross-origin-embedder-policy | require-corp; report-to="default"; |
cross-origin-opener-policy | same-site; report-to="default"; |
cross-origin-resource-policy | same-site |
permissions-policy | camera=(), microphone=(), geolocation=() |
referrer-policy | no-referrer-when-downgrade |
speculation-rules | "/cdn-cgi/speculation" |
x-cache | HIT |
x-cache-hits | 0 |
x-content-type-options | nosniff |
x-fastly-request-id | b37a949a389e8b9e3e9e73d69acb1f07eee008ca |
x-frame-options | DENY |
x-github-request-id | 608B:13ABEF:1CACAD7:1D95124:670CEA65 |
x-permitted-cross-domain-policies | none |
x-proxy-cache | MISS |
x-served-by | cache-sjc10083-SJC |
x-timer | S1728905846.193854,VS0,VE154 |
x-xss-protection | 0 |
server-timing | cfCacheStatus;desc="DYNAMIC" |
report-to | {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=X%2FNXw492usUqOxPl%2BpMBBQQYZ2C9JZYlq73TFezr42AjPHIBJUxP83xuO1qgp80RTnXkY4T9EKyMmSDUePyf845yAegxDTimLmEo7tNE4MqONowFSfRhma9PbtPgLN0cYphIk93PMcsk6A%3D%3D"}],"group":"cf-nel","max_age":604800} |
nel | {"success_fraction":0,"report_to":"cf-nel","max_age":604800} |
server | cloudflare |
content-encoding | gzip |
alt-svc | h3=":443"; ma=86400 |
Additional Information
access-control-allow-origin | This is a very lax CORS policy. Such a policy should only be used on a public CDN. |
---|---|
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. |
content-security-policy-report-only | Content 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. |
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. |
permissions-policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
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-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". |
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. |
report-to | Report-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. |
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. |
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |