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:
parent
86d6589145
commit
7ac134312f
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 3.5.4
|
||||
|
||||
- fix: helmet wap csp in quotes
|
||||
|
||||
## 3.5.3
|
||||
|
||||
- fix: lax helmet csp config for styles.
|
||||
|
@ -14,10 +14,10 @@ module.exports = function(config) {
|
||||
],
|
||||
styleSrc: [
|
||||
"'self'",
|
||||
"'unsafe-inline'",
|
||||
'fonts.googleapis.com',
|
||||
'fonts.gstatic.com',
|
||||
'data:',
|
||||
'unsafe-inline',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user