mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-14 23:16:22 +00:00
Merge pull request #194 from movie-web/feature-frame-protection
Add security headers
This commit is contained in:
commit
fca9fea265
1 changed files with 5 additions and 0 deletions
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