Add security headers
This commit is contained in:
parent
9f66c880b6
commit
c0360469e3
1 changed files with 4 additions and 0 deletions
4
static/_headers
Normal file
4
static/_headers
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/*
|
||||
X-Frame-Options: DENY
|
||||
Permissions-Policy: camera=(), microphone=(), geolocation=()
|
||||
Content-Security-Policy: frame-ancestors 'none'
|
||||
Loading…
Add table
Reference in a new issue