Browse Source

Added media-src to CSP example.

pull/162/head
Simon Eisenmann 10 years ago
parent
commit
6cd8ce1258
  1. 1
      server.conf.in

1
server.conf.in

@ -118,6 +118,7 @@ serverRealm = local @@ -118,6 +118,7 @@ serverRealm = local
; img-src 'self' data: blob:;
; connect-src 'self' wss://server:port/ws blob:;
; font-src 'self' data: blob:;
; media-src 'self' 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