Skip to content

Commit

Permalink
fix: appcues and fullstory csp (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyqrose authored Jan 23, 2025
1 parent 7a0b09b commit fd75058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orbit_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule OrbitWeb.Router do
frame-src 'self' https://*.appcues.com;\
img-src 'self' https://*.appcues.com https://*.appcues.net res.cloudinary.com cdn.jsdelivr.net;\
script-src 'self' *.fullstory.com https://*.appcues.com https://*.appcues.net;\
script-src-elem 'self' 'unsafe-inline';\
script-src-elem 'self' *.fullstory.com https://*.appcues.com https://*.appcues.net 'unsafe-inline';\
style-src 'self' https://*.appcues.com https://*.appcues.net https://fonts.googleapis.com https://fonts.google.com 'unsafe-inline';\
"
}
Expand Down

0 comments on commit fd75058

Please sign in to comment.