Skip to content

Commit

Permalink
analytics needs data: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Feb 22, 2017
1 parent 3027025 commit d363317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teamtemp/settings/base.py
Expand Up @@ -218,6 +218,6 @@
GOOGLE_ANALYTICS_DOMAIN = os.environ.get('GOOGLE_ANALYTICS_DOMAIN', 'auto')

if GOOGLE_ANALYTICS_PROPERTY_ID:
CSP_SCRIPT_SRC += ("'unsafe-inline'", 'www.google-analytics.com', 'ssl.google-analytics.com')
CSP_SCRIPT_SRC += ("'unsafe-inline'", 'www.google-analytics.com', 'ssl.google-analytics.com', 'data:')
CSP_IMG_SRC += ('www.google-analytics.com', 'ssl.google-analytics.com')

0 comments on commit d363317

Please sign in to comment.