Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1194 from johngian/fix-planet
Browse files Browse the repository at this point in the history
Add CSP policy to allow fetching reps-planet posts.
  • Loading branch information
johngian committed May 31, 2016
2 parents 7aee723 + fcfc340 commit 1f3bd09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remo/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ def COMPRESS_JINJA2_GET_ENVIRONMENT():
'https://*.google-analytics.com',
'https://login.persona.org',
'https://*.mapbox.com',
'https://ajax.googleapis.com',
)

CSP_STYLE_SRC = (
Expand Down

0 comments on commit 1f3bd09

Please sign in to comment.