Преглед изворни кода

Fix CSP header for docs (#4428)

tags/v1.6.0-dev
Thomas Boerger пре 5 година
родитељ
комит
8b21cdba78
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      docs/static/_headers

+ 1
- 1
docs/static/_headers Прегледај датотеку

@@ -1,5 +1,5 @@
/*
Content-Security-Policy: default-src 'self'
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
X-Frame-Options: DENY
X-Xss-Protection: 1; mode=block
X-Content-Type-Options: nosniff

Loading…
Откажи
Сачувај