Browse Source

Also allow data: urls for fonts.

pull/156/merge
Simon Eisenmann 11 years ago
parent
commit
38f8105c2e
  1. 2
      server.conf.in

2
server.conf.in

@ -109,7 +109,7 @@ serverRealm = local @@ -109,7 +109,7 @@ serverRealm = local
; style-src 'self' 'unsafe-inline';
; img-src 'self' data: blob:;
; connect-src 'self' wss://server:port/ws blob:;
; font-src 'self' blob;
; font-src 'self' data: blob:;
;contentSecurityPolicy =
; Content-Security-Policy-Report-Only HTTP response header value. Use this
; to test your CSP before putting it into production.

Loading…
Cancel
Save