Skip to content

Commit

Permalink
backend-app-api: csp changeset
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
  • Loading branch information
vinzscam committed May 10, 2024
1 parent 2deb523 commit 2a61a25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/olive-pants-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@backstage/backend-app-api': patch
---

Added support for camelCase CSP directives in app-config. For example:

Check failure on line 5 in .changeset/olive-pants-leave.md

View workflow job for this annotation

GitHub Actions / check-all-files

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'camelCase'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'camelCase'?", "location": {"path": ".changeset/olive-pants-leave.md", "range": {"start": {"line": 5, "column": 19}}}, "severity": "ERROR"}

```yaml
backend:
csp:
upgradeInsecureRequests: false
```

0 comments on commit 2a61a25

Please sign in to comment.