mirror of
https://github.com/movie-web/movie-web.git
synced 2025-03-03 21:46:06 +00:00
Merge pull request #194 from movie-web/feature-frame-protection
Add security headers
This commit is contained in:
commit
fca9fea265
5
public/_headers
Normal file
5
public/_headers
Normal file
|
@ -0,0 +1,5 @@
|
|||
/*
|
||||
X-Frame-Options: DENY
|
||||
X-XSS-Protection: 1; mode=block
|
||||
X-Content-Type-Options: nosniff
|
||||
Referrer-Policy: origin-when-cross-origin
|
Loading…
Reference in a new issue