diff options
author | Thomas Boerger <thomas@webhippie.de> | 2018-07-12 01:24:06 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-07-11 19:24:06 -0400 |
commit | 8afd500c4801171bfc2fb905310b5f72b4a90297 (patch) | |
tree | 22e7cfcfc8d935e1f495a1cf0a2c48dc190be641 /docs/static | |
parent | 8b21cdba78421547759780563342f379817dde57 (diff) | |
download | gitea-8afd500c4801171bfc2fb905310b5f72b4a90297.tar.gz gitea-8afd500c4801171bfc2fb905310b5f72b4a90297.zip |
Add missing font hosts to CSP header (#4429)
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 8a7e391dbf..b671116957 100644 --- a/docs/static/_headers +++ b/docs/static/_headers @@ -1,5 +1,5 @@ /* - Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.googleapis.com + Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com https://fonts.gstatic.com X-Frame-Options: DENY X-Xss-Protection: 1; mode=block X-Content-Type-Options: nosniff |