Skip to content

Commit aa6361a

Browse files
authored
fix(front): enable domain in form action (#460)
## 📝 Description Fix for [this issue](renderedtext/tasks#8338). ## ✅ Checklist - [ ] I have tested this change - [ ] This change requires documentation update
1 parent 4dc4f20 commit aa6361a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/lib/front_web/plugs/content_security_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ defmodule FrontWeb.Plug.ContentSecurityPolicy do
3434
base_uri: ~w('self'),
3535
connect_src: connect_src(),
3636
default_src: ~w('none'),
37-
form_action: ~w('self'),
37+
form_action: ~w('self' semaphoreci.zendesk.com),
3838
media_src: ~w(beacon-v2.helpscout.net),
3939
child_src: ~w('self'),
4040
font_src: ~w('self' beacon-v2.helpscout.net fonts.gstatic.com cdn.jsdelivr.net),

0 commit comments

Comments
 (0)