Closed Bug 1127988 Opened 11 years ago Closed 11 years ago

Badly fixed protocol relative URLs

Categories

(Firefox for iOS :: Reader View, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: st3fan, Unassigned)

References

Details

http://www.theguardian.com/cities/2015/jan/28/china-pearl-river-delta-overtake-tokyo-world-largest-megacity-urban-area There is an image of a map in the middle of the page with the following src: src="//i.guim.co.uk/static/w-620/h--/q-95/sys-images/Guardian/Pix/pictures/2015/1/27/1422377298156/8fd6b8d4-59f6-463a-aada-472eaa5f5ab9-620x469.png" In reader mode this image is not loaded because it's src has changed to: src="http:://i.guim.co.uk/static/w-620/h--/q-95/sys-images/Guardian/Pix/pictures/2015/1/27/1422377298156/8fd6b8d4-59f6-463a-aada-472eaa5f5ab9-620x469.png"
The problem is that we set Readability._uri.scheme to document.location.protocol, which as a trailing :
Summary: Missing image because of malformed url → Badly fixed protocol relative URLs
See Also: → 1128718
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.