mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +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
|
- CNAME
|
||||||
- LICENSE
|
- LICENSE
|
||||||
gems:
|
gems:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
webrick:
|
|
||||||
headers:
|
|
||||||
Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'
|
|
|
@ -7,6 +7,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ site.title }}</title>
|
<title>{{ site.title }}</title>
|
||||||
<meta name="description" content="{{ site.description }}">
|
<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 }}/">
|
<link rel="canonical" href="{{ site.url }}/">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
{% capture style %}
|
{% capture style %}
|
||||||
|
|
Loading…
Reference in a new issue