Skip to content

Commit 04de3db

Browse files
authored
fix(front): bring back storage.googleapis.com to connect_src (#456)
## 📝 Description `storage.googleapis.com` is still used for test results. ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 654dbcf commit 04de3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front/lib/front_web/plugs/content_security_policy.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ defmodule FrontWeb.Plug.ContentSecurityPolicy do
6161
"ekr.zdassets.com",
6262
"beaconapi.helpscout.net",
6363
"chatapi.helpscout.net",
64+
"storage.googleapis.com",
6465
"d3hb14vkzrxvla.cloudfront.net",
6566
"wss://*.pusher.com",
6667
"*.sumologic.com",

0 commit comments

Comments
 (0)