Closed
Bug 622776
Opened 14 years ago
Closed 14 years ago
MetaWebPro font should be served over SSL when requested
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Unassigned)
Details
Right now the font is being served over plain text no matter what and is breaking our SSL if you go to https://www.mozilla.org/. The URL it's requesting supports SSL, it just needs to ask for it.
Comment 1•14 years ago
|
||
The template actually tries to request the fonts via HTTPS if the page is using HTTPS by checking $_SERVER['HTTPS']. This doesn't appear to be set, though. I suspect this is due to the load-balancing setup, or some other server configuration issue.
Wil, can you advise on who might be best to investigate this? It's hard to debug without knowing more about the internal mozilla hosting infrastructure.
Reporter | ||
Comment 2•14 years ago
|
||
> Wil, can you advise on who might be best to investigate this? It's hard to
> debug without knowing more about the internal mozilla hosting infrastructure.
That's true, it's often not set by default. Jeremy can either fix it or tell us who to talk to - I'm not sure if m.o is behind zeus or the NS.
Comment 3•14 years ago
|
||
If this can't just be a relative url, I think you can use '//www.mozilla.com/img/fonts/MetaWebPro-Bold.woff' and firefox will determine http vs. https for you.
Comment 4•14 years ago
|
||
(In reply to comment #3)
> If this can't just be a relative url, I think you can use
> '//www.mozilla.com/img/fonts/MetaWebPro-Bold.woff' and firefox will determine
> http vs. https for you.
So you can! Done in r80271. Thanks.
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•