Skip to content

Commit

Permalink
BCA connect-src Fix (#2864)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky authored Nov 18, 2024
1 parent 3ecdadc commit b0ccefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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';
";
Expand Down

0 comments on commit b0ccefa

Please sign in to comment.