From 7515a338abf09712f0328ad8a9f93247073e5a2a Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Tue, 21 Nov 2023 23:58:44 -0500 Subject: [PATCH] Added required frame-src to display Lighthouse dashboards Signed-off-by: Florian JUDITH --- plugins/lighthouse/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/lighthouse/README.md b/plugins/lighthouse/README.md index 1d2385e4c4..e834ad39c1 100644 --- a/plugins/lighthouse/README.md +++ b/plugins/lighthouse/README.md @@ -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 ```