mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: lax helmet csp config for styles.
Required to support react-selct, see https://github.com/JedWatson/react-select/issues/2917
This commit is contained in:
parent
83e0388520
commit
bf42fa135d
@ -12,6 +12,13 @@ module.exports = function(config) {
|
|||||||
'data:',
|
'data:',
|
||||||
'gravatar.com',
|
'gravatar.com',
|
||||||
],
|
],
|
||||||
|
styleSrc: [
|
||||||
|
"'self'",
|
||||||
|
'fonts.googleapis.com',
|
||||||
|
'fonts.gstatic.com',
|
||||||
|
'data:',
|
||||||
|
'unsafe-inline',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user