Skip to content

Commit

Permalink
Merge pull request #1636 from muffinresearch/add-static.addons.m.n
Browse files Browse the repository at this point in the history
CSP: Add static.addons.mozilla.net to img-src
  • Loading branch information
muffinresearch committed Feb 8, 2016
2 parents 1a2d8f7 + 24c1a42 commit 36fc26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/olympia/lib/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ def JINJA_CONFIG():
'https://www.paypal.com',
ANALYTICS_HOST,
PROD_CDN_HOST,
'https://static.addons.mozilla.net', # CDN origin server.
'https://ssl.gstatic.com/',
'https://sentry.prod.mozaws.net',
)
Expand Down

0 comments on commit 36fc26a

Please sign in to comment.