Closed
Bug 1179290
Opened 10 years ago
Closed 10 years ago
Don't depend on Google Fonts on HTTP
Categories
(Release Engineering Graveyard :: Applications: Balrog (frontend), defect)
Release Engineering Graveyard
Applications: Balrog (frontend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
()
Details
Attachments
(1 file)
We currently use a CSS injector from the Dashboard controller that inserts a link tag that tries to add http://fonts.googleapis.com/css?family=Bangers which is on HTTP. That won't work since in deployment we're on HTTPS.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8628317 -
Flags: review?(bhearsum)
Comment 2•10 years ago
|
||
Comment on attachment 8628317 [details] [review]
Link to Github pull-request: https://github.com/mozilla/balrog-ui/pull/9
I merged this.
Attachment #8628317 -
Flags: review?(bhearsum) → review+
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 3•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/b78d3101483f19dc914dd0c8f4cc0449d9d72a33
[balrog-ui] fixes bug 1179290 - Don't depend on Google Fonts on HTTP
https://github.com/mozilla/balrog/commit/fd920f07dc9f6f5f48c1c8ee6f0b18d355c726f0
[balrog-ui] Merge pull request #9 from peterbe/bug-1179290-dont-depend-on-google-fonts-on-http
fixes bug 1179290 - Don't depend on Google Fonts on HTTP
Updated•6 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•