summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-09-01 13:05:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-09-01 13:06:50 (GMT)
commite1feea851ca0e0a7d34efa79ba641d867a113442 (patch)
treee3b9de6763e69306d3d2b4f9df6307b4d7270f5e
parent26e5caf23fd968217516a691a898dcb205244c3b (diff)
allow unsafe-inline for styles
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index f0cbe29..6554f3b 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ LDAPTrustedGlobalCert CA_BASE64 /etc/ldap/ldapscert.pem
add the following to the virtualhost config:
~~~snip~~~
- Header always set Content-Security-Policy "default-src 'none'; connect-src 'self' wss://import.helsinki.at; img-src 'self'; script-src 'self'; style-src 'self'; font-src 'self';"
+ Header always set Content-Security-Policy "default-src 'none'; connect-src 'self' wss://import.helsinki.at; img-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self';"
AssignUserID rduser rivendell