Skip to content

Instantly share code, notes, and snippets.

@paulmwatson
Created May 26, 2020 12:38
Show Gist options
  • Select an option

  • Save paulmwatson/4890eadddec548ef2ef446900c59b4ff to your computer and use it in GitHub Desktop.

Select an option

Save paulmwatson/4890eadddec548ef2ef446900c59b4ff to your computer and use it in GitHub Desktop.
Rails.application.config.content_security_policy do |policy|
policy.script_src :self, 'https://www.googletagmanager.com', 'https://www.google-analytics.com'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment