Security Report Summary
A
Site: | https://sveltekit-security-headers.vercel.app/ | ||
---|---|---|---|
IP Address: | 64.29.17.195 | ||
Report Time: | 04 Sep 2025 03:46:13 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 | 103 |
---|---|
server | Vercel |
x-vercel-id | 1QgzgZ34aRRKRlt9JfR9EI4ZCKjyRFfn |
HTTP/2 200 | |
access-control-allow-origin | https://sveltekit-security-headers.vercel.app |
age | 0 |
cache-control | public, max-age=0, must-revalidate |
content-encoding | gzip |
content-type | text/html; charset=UTF-8 |
cross-origin-embedder-policy | require-corp |
cross-origin-opener-policy | same-origin |
cross-origin-resource-policy | same-site |
date | Thu, 04 Sep 2025 03:46:13 GMT |
etag | W/"jyp8f9" |
link | <./_app/immutable/assets/0.4Y0WiL7n.css>; rel="preload";as="style"; nopush, <./_app/immutable/entry/start.giytlKaO.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/nexCXFLp.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CAQltQi7.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DOOVRLID.js>; rel="modulepreload"; nopush, <./_app/immutable/entry/app.xlmnv4Pi.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/Cv1diafa.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/CkjN1SYS.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/DKxt3v8_.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/0.CQ8h2Z8B.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BBgx23LD.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/BCq2fPJ1.js>; rel="modulepreload"; nopush, <./_app/immutable/chunks/D1CjAPn4.js>; rel="modulepreload"; nopush, <./_app/immutable/nodes/2.CgpQR9Ws.js>; rel="modulepreload"; nopush |
permissions-policy | geolocation=(), camera=(), microphone=() |
referrer-policy | strict-origin-when-cross-origin |
server | Vercel |
strict-transport-security | max-age=63072000; includeSubDomains; preload |
x-content-type-options | nosniff |
x-dns-prefetch-control | off |
x-frame-options | DENY |
x-vercel-cache | MISS |
x-vercel-id | dub1::iad1::gq449-1756957572561-0bf273aaaf07 |
x-xss-protection | 1; mode=block |
Additional Information
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |
---|---|
access-control-allow-origin | The Access-Control-Allow-Origin header is used to configure CORS. |
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. |
server | Server value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2". |
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". |
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. |