Ticket #2257 (closed defect: fixed)
CSP + dotaddict theme images url = no theme image displayed
Reported by: | tomek | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | module:admin | Version: | 2.12.1 |
Severity: | minor | Keywords: | |
Cc: |
Description
On the admin add theme page, when using https for the site, images from Dotaddict are not displayed because served over http.
Change History
comment:2 Changed 8 years ago by franck
Anyway, you can also add it directly with about:config, csp_admin_img (system), add
http://
before media.dotaddict.org
comment:3 Changed 8 years ago by franck <carnet.franck.paul@…>
- Status changed from new to closed
- Resolution set to fixed
(In [1bea61af9270]) Add http:// protocol before media.dotaddict.org for csp_admin_img, fixes #2257
Note: See
TracTickets for help on using
tickets.
I wonder why the domain (without protocol) is not taken into account by the CSP system. Anyway I will add it…