Skip to content

Commit

Permalink
early nanopay
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Mar 2, 2024
1 parent 87d47e2 commit 4cdf260
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 @@ -58,7 +58,7 @@ def sso_host
p.connect_src :self, :data, :blob, *media_hosts, Rails.configuration.x.streaming_api_base_url, *front_end_build_urls
p.script_src :self, :unsafe_inline, :unsafe_eval, assets_host
else
p.connect_src :self, :data, :blob, *media_hosts, Rails.configuration.x.streaming_api_base_url, 'https://pay.nano.to', 'https://rpc.nano.to'
p.connect_src :self, :data, :blob, *media_hosts, Rails.configuration.x.streaming_api_base_url, 'https://pay.nano.to', 'https://rpc.nano.to', 'https://api.nano.to'
p.script_src :self, :unsafe_inline, assets_host, "'wasm-unsafe-eval'", 'https://pay.nano.to'
end
end
Expand Down

0 comments on commit 4cdf260

Please sign in to comment.