diff options
author | Thomas Boerger <thomas@webhippie.de> | 2018-07-11 16:43:33 +0200 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2018-07-11 16:43:33 +0200 |
commit | d84490a0df308f0783637e39bf5302128f9f8584 (patch) | |
tree | eb49f2408e4b0648567844a57872ed6f975af089 /docs/static/_headers | |
parent | c2ec38f9b70157ae08867190b2d2b23efd1d4cb0 (diff) | |
download | gitea-d84490a0df308f0783637e39bf5302128f9f8584.tar.gz gitea-d84490a0df308f0783637e39bf5302128f9f8584.zip |
Replaced docker docs with netlify deployment (#4420)
Diffstat (limited to 'docs/static/_headers')
-rw-r--r-- | docs/static/_headers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/static/_headers b/docs/static/_headers new file mode 100644 index 0000000000..b3c268ea10 --- /dev/null +++ b/docs/static/_headers @@ -0,0 +1,6 @@ +/* + Content-Security-Policy: default-src 'self' + X-Frame-Options: DENY + X-Xss-Protection: 1; mode=block + X-Content-Type-Options: nosniff + Referrer-Policy: strict-origin-when-cross-origin |