Skip to content

Commit f81fc18

Browse files
authored
Merge pull request #193 from awlx/fix_security_policy
Fix security policy
2 parents 6f9484c + bc02f8e commit f81fc18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ github_username: FreifunkMUC
1010
# Build settings
1111
markdown: kramdown
1212
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

Comments
 (0)