Hot fix for chat close button
This commit is contained in:
@ -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',
|
||||||
|
Reference in New Issue
Block a user