Hot fix for chat close button

This commit is contained in:
Berkeley Martinez
2015-10-16 20:23:24 -07:00
parent ff74690eb6
commit af654aebdc

View File

@ -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',