Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Allow file:// URLs for extension icons
Browse files Browse the repository at this point in the history
Fix #6257

Auditors: @bridiver
  • Loading branch information
bbondy authored and cezaraugusto committed Dec 20, 2016
1 parent c0b657d commit f90081a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ let generateBraveManifest = () => {
'form-action': '\'none\'',
'referrer': 'no-referrer',
'style-src': '\'self\' \'unsafe-inline\'',
'img-src': '* data:',
'img-src': '* data: file://*',
'frame-src': '\'self\' https://buy.coinbase.com'
}

Expand Down

0 comments on commit f90081a

Please sign in to comment.