Skip to content

Commit

Permalink
fix: update content-security-policy to allow for base64 images
Browse files Browse the repository at this point in the history
This was preventing the points of diversion query layer symbols from displaying.
  • Loading branch information
stdavis committed Feb 11, 2025
1 parent 95e62ae commit d29126b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'none'; font-src *; worker-src blob:; script-src 'self' 'unsafe-eval' https://*.google.com https://www.googletagmanager.com https://*.qualtrics.com 'unsafe-inline' https://js.arcgis.com; connect-src 'self' https://*.cloudfunctions.net https://*.utah.gov https://*.googleapis.com https://*.arcgis.com https://www.google-analytics.com https://ut-dts-agrc-web-api-dev.web.app https://*.a.run.app https://*.qualtrics.com; img-src 'self' blob: data: https://www.gravatar.com https://*.wp.com https://*.utah.gov https://*.arcgis.com https://www.googletagmanager.com https://*.googleapis.com https://*.qualtrics.com; style-src 'self' 'unsafe-inline' https://*.googleapis.com; base-uri 'self'; form-action 'self' https://*.qualtrics.com; frame-src *; object-src 'self' https://*.googleapis.com"
"value": "default-src 'none'; font-src *; worker-src blob:; script-src 'self' 'unsafe-eval' https://*.google.com https://www.googletagmanager.com https://*.qualtrics.com 'unsafe-inline' https://js.arcgis.com; connect-src 'self' data: https://*.cloudfunctions.net https://*.utah.gov https://*.googleapis.com https://*.arcgis.com https://www.google-analytics.com https://ut-dts-agrc-web-api-dev.web.app https://*.a.run.app https://*.qualtrics.com; img-src 'self' blob: data: https://www.gravatar.com https://*.wp.com https://*.utah.gov https://*.arcgis.com https://www.googletagmanager.com https://*.googleapis.com https://*.qualtrics.com; style-src 'self' 'unsafe-inline' https://*.googleapis.com; base-uri 'self'; form-action 'self' https://*.qualtrics.com; frame-src *; object-src 'self' https://*.googleapis.com"
}
]
},
Expand Down

0 comments on commit d29126b

Please sign in to comment.