Created
May 26, 2020 12:38
-
-
Save paulmwatson/4890eadddec548ef2ef446900c59b4ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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