Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
csp
Browse files Browse the repository at this point in the history
  • Loading branch information
reesericci committed Mar 18, 2024
1 parent db0f26c commit e3cc8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
policy.font_src :self, :data
policy.img_src :self, :data
policy.object_src :none
policy.script_src :self, "'strict-dynamic'", "/assets/application-fc375a13c2567d620a5507305e2b53993b07847f.js" "https://code.ionicframework.com", "https://cdn.jsdelivr.net/npm/toastify-js", "https://ga.jspm.io/npm:@sentry/", "https://ga.jspm.io/npm:@sentry-internal/", "https://rebound.postmarkapp.com/", "https://esm.sh/v135/[email protected]/", "https://ga.jspm.io/npm:[email protected]/", "https://esm.sh/[email protected]/"
policy.script_src :self, "'strict-dynamic'", "/assets/application-fc375a13c2567d620a5507305e2b53993b07847f.js", "https://code.ionicframework.com", "https://cdn.jsdelivr.net/npm/toastify-js", "https://ga.jspm.io/npm:@sentry/", "https://ga.jspm.io/npm:@sentry-internal/", "https://rebound.postmarkapp.com/", "https://esm.sh/v135/[email protected]/", "https://ga.jspm.io/npm:[email protected]/", "https://esm.sh/[email protected]/"
policy.style_src :self, "https://unpkg.com/cursor-chat/dist/style.css", "https://code.ionicframework.com", "https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css"
policy.style_src_attr :self, "'unsafe-inline'"
policy.script_src_attr :self, "'unsafe-inline'"
Expand Down

0 comments on commit e3cc8c5

Please sign in to comment.