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
4c68536f71
commit
ce238a87d3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +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'">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src https://kaboom.pw 'unsafe-inline' data:">
|
||||
<link rel="canonical" href="{{ site.url }}/">
|
||||
<style type="text/css">
|
||||
{% capture style %}
|
||||
|
|
Loading…
Reference in a new issue