mirror of https://gitlab.com/curben/blog
ci(netlify): add Clear-Site-Data header
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data
This commit is contained in:
parent
b75903616a
commit
ed3c9b7dc0
|
@ -1,4 +1,5 @@
|
|||
/*
|
||||
Clear-Site-Data '"cookies", "storage"'
|
||||
Content-Language: en-GB
|
||||
Content-Security-Policy: default-src 'self'; child-src 'none'; connect-src 'none'; font-src 'none'; frame-src 'none'; img-src 'self'; manifest-src 'none'; media-src 'none'; object-src 'none'; prefetch-src 'none'; script-src 'self'; style-src 'self'; worker-src 'none'; base-uri 'none'; form-action https://duckduckgo.com https://3g2upl4pq6kufc4m.onion; frame-ancestors 'none'; block-all-mixed-content
|
||||
Expires: 0
|
||||
|
|
Loading…
Reference in New Issue