Security Report Summary
A
Site: | https://blackhat.nz/ | ||
---|---|---|---|
IP Address: | 2606:4700:3037::6815:17b8 | ||
Report Time: | 14 Sep 2024 17:36:42 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 | Sat, 14 Sep 2024 17:36:42 GMT |
content-type | text/html; charset=utf-8 |
cf-ray | 8c3224093e0ecf23-SJC |
cf-cache-status | DYNAMIC |
access-control-allow-origin | * |
age | 0 |
cache-control | max-age=600 |
expires | Sat, 14 Sep 2024 17:46:42 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 |
x-cache | MISS |
x-cache-hits | 0 |
x-content-type-options | nosniff |
x-fastly-request-id | 83ca0feb26be221b84df01309ae214f23292b706 |
x-frame-options | DENY |
x-github-request-id | C713:3C196D:219F2C7:22838E5:66E5C9A7 |
x-permitted-cross-domain-policies | none |
x-proxy-cache | MISS |
x-served-by | cache-sjc1000091-SJC |
x-timer | S1726335402.473415,VS0,VE90 |
x-xss-protection | 0 |
report-to | {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=ePb8EtvZpurJ0Xfm3U%2BqEXMTq0cLFpOfaTtOpTFhe1ZBtMomHrWmyrXdZsKxUPv8d%2BIzZsNFw4bgvUDXTeebrjdncf55ejv81FZICi5I18ZoYqMiBpMtCEMPaPW2c8U6ufqnnGIzYqrXMA%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". |