Closed
Bug 489093
Opened 16 years ago
Closed 16 years ago
"Mixed content" icon appears without any http:// loads
Categories
(Firefox :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 477118
People
(Reporter: gerv, Unassigned)
Details
Attachments
(1 file)
861 bytes,
text/plain
|
Details |
I've recently come across two occurrences of this. Here is one. Steps to reproduce:
1. Visit http://www.justgiving.com/nathanaelayling
2. Click "Sponsor Me Now..."
3. Enter name and amount and click "Donate"
(don't worry, no actual money is required to reproduce!)
The resulting page has the mixed content icon. However, Firebug's Net panel shows no HTTP loads and the "show the mixed-content culprit" Greasemonkey script <http://userscripts.org/scripts/show/17437> also turns up nothing.
If this is a false positive, it will give people who are paying attention unnecessary concern, and reduce the trustworthiness of the indicator.
Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1b3) Gecko/20090305 Firefox/3.1b3
Gerv
Comment 1•16 years ago
|
||
I can't reproduce this, I see the EV UI when I follow those STR. Firebug itself may be to blame, have you tried disabling it? I seem to recall bugs about it's interaction with page content triggering the mixed content warnings.
Reporter | ||
Comment 2•16 years ago
|
||
OK, I found the problem. It was a Greasemonkey script which highlights password fields with a background, which is provides by inserting a background-image CSS with a data: URL.
Do we have any bugs about the interaction of data: URLs and SSL?
I'll attach the user script.
Gerv
Reporter | ||
Comment 3•16 years ago
|
||
Comment 4•16 years ago
|
||
Yep, bug 477118.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•