1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: helmet wap csp in quotes

This commit is contained in:
Ivar Conradi Østhus 2020-09-07 09:51:30 +02:00
parent 86d6589145
commit 7ac134312f
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 3.5.4
- fix: helmet wap csp in quotes
## 3.5.3
- fix: lax helmet csp config for styles.

View File

@ -14,10 +14,10 @@ module.exports = function(config) {
],
styleSrc: [
"'self'",
"'unsafe-inline'",
'fonts.googleapis.com',
'fonts.gstatic.com',
'data:',
'unsafe-inline',
],
},
},