diff options
author | John Olheiser <42128690+jolheiser@users.noreply.github.com> | 2019-12-13 14:03:09 -0600 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-12-13 22:03:09 +0200 |
commit | 8f16a2c37b4f2650f5e9623a92eb368db9564c6f (patch) | |
tree | 3f89e55d5855de44b9646bdc4a0d880039027b23 /docs/static | |
parent | f09cdb239cb7e2d96c6bc9d5d43ada165b1240d1 (diff) | |
download | gitea-8f16a2c37b4f2650f5e9623a92eb368db9564c6f.tar.gz gitea-8f16a2c37b4f2650f5e9623a92eb368db9564c6f.zip |
Update _headers (#9349)
Diffstat (limited to 'docs/static')
-rw-r--r-- | docs/static/_headers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/static/_headers b/docs/static/_headers index b1f7453c5d..7bf593b769 100644 --- a/docs/static/_headers +++ b/docs/static/_headers @@ -1,5 +1,5 @@ /* - Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com + Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' data: https://cdnjs.cloudflare.com https://fonts.gstatic.com X-Frame-Options: DENY X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff |