mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
fix: helmet wap csp in quotes
This commit is contained in:
parent
86d6589145
commit
7ac134312f
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.5.4
|
||||||
|
|
||||||
|
- fix: helmet wap csp in quotes
|
||||||
|
|
||||||
## 3.5.3
|
## 3.5.3
|
||||||
|
|
||||||
- fix: lax helmet csp config for styles.
|
- fix: lax helmet csp config for styles.
|
||||||
|
@ -14,10 +14,10 @@ module.exports = function(config) {
|
|||||||
],
|
],
|
||||||
styleSrc: [
|
styleSrc: [
|
||||||
"'self'",
|
"'self'",
|
||||||
|
"'unsafe-inline'",
|
||||||
'fonts.googleapis.com',
|
'fonts.googleapis.com',
|
||||||
'fonts.gstatic.com',
|
'fonts.gstatic.com',
|
||||||
'data:',
|
'data:',
|
||||||
'unsafe-inline',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user