Skip to content

Commit

Permalink
Hot fix for chat close button
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkeley Martinez authored and Berkeley Martinez committed Oct 17, 2015
1 parent ff74690 commit af654ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/middlewares/csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ export default function csp() {
imgSrc: [
// allow all input since we have user submitted images for
// public profile
'*'
'*',
'data:'
].concat(trusted),
fontSrc: [
'*.googleapis.com',
Expand Down

0 comments on commit af654ae

Please sign in to comment.