ソースを参照

Fix CSP header for docs (#4428)

tags/v1.6.0-dev
Thomas Boerger 5年前
コミット
8b21cdba78
コミッターのメールアドレスに関連付けられたアカウントが存在しません
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

読み込み中…
キャンセル
保存