Closed
Bug 928761
Opened 12 years ago
Closed 12 years ago
change http/https error for slowparse
Categories
(Webmaker Graveyard :: Thimble, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: michiel, Assigned: michiel)
Details
For script and iframe, the message is correct, but for link the message will tell the user to put the content on the page as content for a <link> element, which is wrong, because the element required depends on the rel="..." value. (stylesheet -> <style>, etc). We can probably change this to:
---
The <...> tag's href attribute points to a HTTP resource here, but the page itself is hosted on HTTPS. Most browsers will not be able to load this resource because of mixed-content restrictions. Either point to an HTTPS resource, or include the data as content in an on-page element instead.
---
(without the element's tag listed a second time)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•