Adding basic security headers.

This commit is contained in:
Joseph Hanson 2024-07-02 11:28:55 -05:00
parent 2463988889
commit e806e0ba05
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

5
public/_headers Normal file
View file

@ -0,0 +1,5 @@
/*
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
Referrer-Policy: no-referrer
Content-Security-Policy: default-src 'self'; img-src https://*; child-src 'none';