Browse Source

Merge pull request #194 from movie-web/feature-frame-protection

Add security headers
pull/196/head
mrjvs 2 years ago committed by GitHub
parent
commit
fca9fea265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      public/_headers

5
public/_headers

@ -0,0 +1,5 @@ @@ -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…
Cancel
Save