Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1768 from flamingspaz/csp
Browse files Browse the repository at this point in the history
Allow loading images from MEDIA_URL
  • Loading branch information
flamingspaz committed Jun 21, 2017
2 parents d9f2a67 + afbdde7 commit e9eb9dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mozillians/settings/base_env_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ def COMPRESS_JINJA2_GET_ENVIRONMENT():
'*.google-analytics.com',
'*.gravatar.com',
'*.wp.com',
'media-mozillians-staging.production.paas.mozilla.community',
'media-mozillians.production.paas.mozilla.community',
)
CSP_SCRIPT_SRC = (
"'self'",
Expand Down

0 comments on commit e9eb9dc

Please sign in to comment.