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: [ imgSrc: [
// allow all input since we have user submitted images for // allow all input since we have user submitted images for
// public profile // public profile
'*' '*',
'data:'
].concat(trusted), ].concat(trusted),
fontSrc: [ fontSrc: [
'*.googleapis.com', '*.googleapis.com',