Closed
Bug 965067
Opened 11 years ago
Closed 11 years ago
Always use https: protocol when adding Wikipedia event
Categories
(Webmaker Graveyard :: Popcorn Maker, defect)
Webmaker Graveyard
Popcorn Maker
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: mjschranz)
References
Details
(Whiteboard: [mentor=jbuck][goodfirstbug])
Attachments
(1 file)
https://github.com/mozilla/popcorn.webmaker.org/blob/master/public/templates/assets/plugins/wikipedia/popcorn.wikipedia.js#L150 needs to be a https: URL instead of a protocol-less ("//") URL.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → schranz.m
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8369492 -
Flags: review?(jon)
| Reporter | ||
Updated•11 years ago
|
Attachment #8369492 -
Flags: review?(jon) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/popcorn.webmaker.org
https://github.com/mozilla/popcorn.webmaker.org/commit/0a7cc80c6e41b61f9ecd045d8cc2ca53551e5f04
Fix Bug 965067 - Make Wikipedia always access resources over HTTPS
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Hey all, none of my wikipedia links are working yet. Not sure if this is the right thread, but for example a link like this one - http://en.wikipedia.org/wiki/Library_park_(Colombia) turns into https://en.wikipedia.org%2fwiki%2flibrary park (colombia)
Browser says:
Firefox can't find the server at en.wikipedia.org%2fwiki%2flibrary%20park%20(colombia)
Sven
Flags: needinfo?
| Reporter | ||
Comment 4•11 years ago
|
||
Hi Sven, you're absolutely right, Wikipedia links are broken. I've filed bug 981642 to fix this. Thanks for reporting it!
Flags: needinfo?
You need to log in
before you can comment on or make changes to this bug.
Description
•