Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

Commit 6d0c55f

Browse files
committed
add blob: as a connect source for firefox
1 parent d8322d0 commit 6d0c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/express.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function (){
2323
app.use(helmet.csp({
2424
'default-src': ["'self'"],
2525
'connect-src': [
26-
"'self'",
26+
"'self'", "blob:",
2727
'api.bitcoinaverage.com', 'chain.so', // tickers
2828
'btc.blockr.io', 'tbtc.blockr.io', 'ltc.blockr.io', // blockchain APIs
2929
process.env.DB_HOST, proxyHost

0 commit comments

Comments
 (0)