diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-01 13:05:35 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-01 13:06:50 (GMT) |
commit | e1feea851ca0e0a7d34efa79ba641d867a113442 (patch) | |
tree | e3b9de6763e69306d3d2b4f9df6307b4d7270f5e /README | |
parent | 26e5caf23fd968217516a691a898dcb205244c3b (diff) |
allow unsafe-inline for styles
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |