mirror of
https://github.com/kccleoc/seedpgp-web.git
synced 2026-03-07 01:47:52 +08:00
fix built by serving https
This commit is contained in:
9
_headers
Normal file
9
_headers
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
# Security Headers
|
||||
X-Frame-Options: DENY
|
||||
X-Content-Type-Options: nosniff
|
||||
Referrer-Policy: no-referrer
|
||||
X-XSS-Protection: 1; mode=block
|
||||
|
||||
# Content Security Policy
|
||||
Content-Security-Policy: default-src 'none'; script-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self'; form-action 'none'; frame-ancestors 'none'; base-uri 'self'; upgrade-insecure-requests; block-all-mixed-content; worker-src 'self' blob:; script-src-elem 'self' 'unsafe-inline';
|
||||
Reference in New Issue
Block a user