mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 07:45:00 +00:00
Added CSP
This commit is contained in:
parent
f3fb53dfc4
commit
4c68536f71
2 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,4 @@ exclude:
|
|||
- CNAME
|
||||
- LICENSE
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
webrick:
|
||||
headers:
|
||||
Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'
|
||||
- jekyll-sitemap
|
|
@ -7,6 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ site.title }}</title>
|
||||
<meta name="description" content="{{ site.description }}">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src https: 'unsafe-inline' 'unsafe-eval'">
|
||||
<link rel="canonical" href="{{ site.url }}/">
|
||||
<style type="text/css">
|
||||
{% capture style %}
|
||||
|
|
Loading…
Reference in a new issue