Merge pull request #8722 from backstage/rugvip/csp

backend-common: reintroduce unsafe-eval
This commit is contained in:
Johan Haals
2022-01-03 11:39:44 +01:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Reverted the default CSP configuration to include `'unsafe-eval'` again, which was mistakenly removed in the previous version.