Merge pull request #8673 from backstage/rugvip/nocopy

backend-common: get default csp policy from helmet
This commit is contained in:
Patrik Oldsberg
2021-12-29 12:54:24 +01:00
committed by GitHub
3 changed files with 9 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Use the default CSP policy provided by `helmet` directly rather than a copy.