Added required frame-src to display Lighthouse dashboards

Signed-off-by: Florian JUDITH <florian.judith.b@gmail.com>
This commit is contained in:
Florian JUDITH
2023-11-21 23:58:44 -05:00
parent 7f0dbfd35a
commit 7515a338ab
+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
```