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 6f9484c + bc02f8e commit f81fc18Copy full SHA for f81fc18
_config.yml
@@ -10,3 +10,8 @@ github_username: FreifunkMUC
10
# Build settings
11
markdown: kramdown
12
permalink: pretty
13
+
14
+# Custom headers
15
+webrick:
16
+ headers:
17
+ Content-Security-Policy: default-src 'none'; script-src 'unsafe-eval' 'unsafe-inline' 'self' ; connect-src 'self' firmware.ffmuc.net; img-src 'self' ; style-src 'self' 'unsafe-inline' 'unsafe-eval' ; media-src 'self' ; font-src 'self'; frame-src 'self';
0 commit comments