From b0ccefafb89970c4e33f521f6eb930e5fe4a25cd Mon Sep 17 00:00:00 2001 From: Dylan Barkowsky <37922247+dbarkowsky@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:33:03 -0800 Subject: [PATCH] BCA connect-src Fix (#2864) --- react-app/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-app/nginx.conf b/react-app/nginx.conf index 92293338f..f7b1eac47 100644 --- a/react-app/nginx.conf +++ b/react-app/nginx.conf @@ -27,7 +27,7 @@ server { style-src 'self' 'unsafe-inline' https://unpkg.com https://cdnjs.cloudflare.com; font-src 'self'; img-src 'self' data: tile.openstreetmap.org https://maps.googleapis.com https://unpkg.com https://cdnjs.cloudflare.com https://openmaps.gov.bc.ca https://server.arcgisonline.com; - connect-src 'self' https://openmaps.gov.bc.ca; + connect-src 'self' https://openmaps.gov.bc.ca https://test.apps.gov.bc.ca https://apps.gov.bc.ca; manifest-src 'self'; form-action 'self'; ";