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

Commit

Permalink
Merge 7f0c4dc into 91235d4
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsoulas committed Dec 28, 2016
2 parents 91235d4 + 7f0c4dc commit 666c465
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mozillians/settings/base.py
Expand Up @@ -388,9 +388,6 @@ def COMPRESS_JINJA2_GET_ENVIRONMENT():
'https://*.mozilla.org',
'https://mozorg.cdn.mozilla.net',
)
CSP_CHILD_SRC = (
"'self'",
)
CSP_IMG_SRC = (
"'self'",
'data:',
Expand Down Expand Up @@ -418,9 +415,7 @@ def COMPRESS_JINJA2_GET_ENVIRONMENT():
'https://*.mapbox.com',
)
CSP_CHILD_SRC = (
'https://www.google.com/recaptcha/',
)
CSP_FRAME_SRC = (
"'self'",
'https://www.google.com/recaptcha/',
)

Expand Down

0 comments on commit 666c465

Please sign in to comment.