We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9fa09a commit 49fcd12Copy full SHA for 49fcd12
config/initializers/content_security_policy.rb
@@ -26,6 +26,6 @@
26
27
Rails.application.configure do
28
config.content_security_policy do |policy|
29
- policy.frame_ancestors :self, "https://envoy.firstdraft.com"
+ policy.frame_ancestors :self, "https://envoy.fyi"
30
end
31
0 commit comments