Closed
Bug 779227
Opened 13 years ago
Closed 13 years ago
Security warning keeps coming back and blocks use of today's nightly with social.enabled = true
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lsblakk, Assigned: swex)
Details
Attachments
(2 files)
STR:
1. Created a new profile
2. Opened Nightly (it was from 6/27 I believe)
3. Went to about:config and created social.enabled, set to true
4. Restarted browser, browser opens with Social sidebar
5. Checked for updates and got today's Nightly update, downloaded restarted to update
6. Now on start there is a warning for security that cannot be dismissed (window keeps coming back on "OK" click)
I had to force quit, and on second or third re-opening I got session restore and still had the security popup blocking me which is why this definitely looks like social api.
| Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
FWIW, I can't repro this.
| Assignee | ||
Comment 3•13 years ago
|
||
The template code was loading some non-ssl resources from gravatar. I'll push the change out shortly.
Assignee: nobody → swex
Status: NEW → ASSIGNED
Comment 4•13 years ago
|
||
Separately from the current motown issue, we should try to harden the client against this kind of problem in general (and other potential dialogs that may appear), so if that's not going to be tracked in this bug we should get another one on file.
Comment 5•13 years ago
|
||
I talked with Brian Smith and Sid Stamm and we can probably use CSP here to restrict all content to be over HTTPS. See bug 768029 for how CSP is being applied to apps.
Comment 6•13 years ago
|
||
motown is gone, closing.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Comment 7•13 years ago
|
||
Looking at it as a "we should handle crazy things providers do" point of view, though, we should still make sure we're covered here.
Thankfully bug 799009 got rid of most of the dialogs that could possibly appear in these situations. The dialog that occurs when submitting a form to an insecure site from a secure site is still around, though. We could do work to try to avoid that from appearing from social panels, but maybe it's not worth the effort.
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•