Merge pull request #21464 from testruction/master

[Lighthouse] Fixed crashes when customizing the schedule
This commit is contained in:
Fredrik Adelöw
2023-11-29 23:36:49 +01:00
committed by GitHub
8 changed files with 116 additions and 49 deletions
+4
View File
@@ -47,6 +47,10 @@ const routes = (
Then configure the `lighthouse-audit-service` URL in your [`app-config.yaml`](https://github.com/backstage/backstage/blob/master/app-config.yaml).
```yaml
backend:
csp:
frame-src:
- http://your-service-url
lighthouse:
baseUrl: http://your-service-url
```