Security Report Summary
D
Site: | https://podcasters.spotify.com/pod/show/fhewd | ||
---|---|---|---|
IP Address: | 2600:1901:1:7c5:: | ||
Report Time: | 12 Oct 2024 13:54:33 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. |
---|---|
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. Recommended value "X-Frame-Options: SAMEORIGIN". |
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. |
Permissions-Policy | Permissions Policy is a new header that allows a site to control which features and APIs can be used in the browser. |
Warnings
Status code indicates error | The status code of the response indicates an error. Not all headers may be set when the response is an error. |
---|
Raw Headers
HTTP/2 | 404 |
---|---|
server | envoy |
date | Sat, 12 Oct 2024 13:54:33 GMT |
content-type | text/html; charset=utf-8 |
content-length | 5283 |
x-powered-by | Express |
etag | W/"42a3-quDBs7F0f0TwROvERcqlWqWnv/s" |
cache-control | public, s-maxage=120, max-age=0 |
content-encoding | gzip |
content-language | en |
x-timer | S1728741274.709747,VS0,VE25 |
accept-ranges | bytes |
age | 0 |
x-served-by | cache-iad-kcgs7200073-IAD, cache-iad-kcgs7200051-IAD, cache-chi-klot8100170-CHI |
x-cache | MISS, MISS, MISS |
x-cache-hits | 0, 0, 0 |
vary | Accept-Language, Accept-Encoding |
strict-transport-security | max-age=31536000 |
x-content-type-options | nosniff |
via | 1.1 varnish, 1.1 varnish, 1.1 varnish, HTTP/2 edgeproxy, 1.1 google |
alt-svc | h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 |
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
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |
---|---|
x-powered-by | X-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. |
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. |
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". |