Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/dotcom_web/plugs/content_security_policy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ defmodule DotcomWeb.Plugs.ContentSecurityPolicy do
'self'
#{@tile_server_url}
*.arcgis.com
ad.doubleclick.net
analytics.google.com
analytics.tiktok.com
analytics-ipv6.tiktokw.us
bded8a3c6ae-1-1053047382554.us-central1.run.app
cdn.mbta.com
md-eecad2978f7a43f5b7838c919258e6de.ecs.us-east-2.on.aws
px.ads.linkedin.com
stats.g.doubleclick.net
translate.googleapis.com
translate-pa.googleapis.com
www.google.com
www.google-analytics.com
www.googleadservices.com
www.googletagmanager.com
],
default_src: ~w['self'],
Expand All @@ -31,6 +35,7 @@ defmodule DotcomWeb.Plugs.ContentSecurityPolicy do
*.arcgis.com
*.soundcloud.com
*.vimeo.com
14897135.fls.doubleclick.net
cdn.knightlab.com
data.mbta.com
livestream.com
Expand Down
Loading