We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 289270f + b9b2ea9 commit 1239ec6Copy full SHA for 1239ec6
_includes/head.html
@@ -1,6 +1,7 @@
1
<head>
2
<meta charset="utf-8">
3
<meta http-equiv="X-UA-Compatible" content="IE=edge">
4
+ <META HTTP-EQUIV="Content-Security-Policy" content="default-src 'none'; script-src 'unsafe-eval' 'unsafe-inline' 'self' ; connect-src 'self' firmware.ffmuc.net; img-src 'self' cdn.rawgit.com raw.githubusercontent.com ; style-src 'self' 'unsafe-inline' 'unsafe-eval' ; media-src 'self' ; font-src 'self'; frame-src 'self'">
5
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
6
<meta name="viewport" content="width=device-width">
7
0 commit comments