Skip to content

Commit

Permalink
add data: to allowed image domains
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Aug 5, 2015
1 parent 475adcf commit ead25de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/public/appframework/http/contentsecuritypolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class ContentSecurityPolicy {
/** @var array Domains from which images can get loaded */
private $allowedImageDomains = [
'\'self\'',
'data:',
];
/** @var array Domains to which connections can be done */
private $allowedConnectDomains = [
Expand Down

0 comments on commit ead25de

Please sign in to comment.