Closed
Bug 630424
Opened 15 years ago
Closed 15 years ago
Add the cdn url to CSP img-src
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
Warning: CSP: Directive "img-src https://m-addons.allizom.org http://pm-app-amo24.mozilla.org https://www.google.com https://statse.webtrendslive.com https://www.getpersonas.com" violated by https://addons-cdn.allizom.org/media/img/amo2009/icons/stars.png
Comment 1•15 years ago
|
||
This is an IT thing. The CSP_IMG_SRC needs to be redeclared after STATIC_URL is set in the config. This is for [PN]AMO right now, and I've added it to our push notes for later.
Assignee: nobody → jeremy.orem+bugs
Updated•15 years ago
|
Component: Public Pages → Server Operations: Web Content Push
Product: addons.mozilla.org → mozilla.org
QA Contact: web-ui → mrz
Target Milestone: 5.12.9 → ---
Version: 4.x → other
Assignee | ||
Comment 2•15 years ago
|
||
Done.
CSP_IMG_SRC = ("'self'", STATIC_URL,
"https://www.google.com", # Recaptcha comes from google
"https://statse.webtrendslive.com",
"https://www.getpersonas.com",)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•