Skip to content

Commit

Permalink
fix: Remove "*" CSP, which was generating warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Oct 16, 2024
1 parent 092eb65 commit e8d57c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ case config_env() do
# Dev is only used for local development, so we don't need, and in
# fact actively do not want, a restrictive CSP
:dev ->
config :dotcom, :content_security_policy_definition, "*"
config :dotcom, :content_security_policy_definition, ""

:test ->
config :dotcom, :content_security_policy_definition, ""
Expand Down

0 comments on commit e8d57c7

Please sign in to comment.