Closed
Bug 155518
Opened 23 years ago
Closed 23 years ago
No alert about sending unencrypted data in a new tab
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: brbukh, Assigned: arun)
Details
To reproduce:
1. Enable security alerts about sending unencrypted data
2. Go to http://www.google.com/
3a. Click on "Groups"
or
3b. Click right button on "Groups" and select "Open in a New Tab"
Expected Results:
In both a) and b) a warning about sending unencrypted data should be shown.
Actual Results:
In a) there is a warning that unencrypted data is sent.
In b) there is no warning.
System info:
Windows 98 running Mozilla Build 20020628.
Comment 1•23 years ago
|
||
Behavior verified in build 2002072204 PC/Win98.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
->PSM. I think they own the unencrypted data warnings.
Assignee: mstoltz → ssaux
Component: Security: General → Client Library
Product: Browser → PSM
QA Contact: bsharma → junruh
Version: other → 2.4
Comment 4•23 years ago
|
||
There is no bug here. Let me explain.
The Google page is using some JavaScript tricks. If you had JavaScript disabled,
you would not see any security warnings.
The "Groups" wording is a multi purpose object.
- It contains a regular hyperlink.
When you right click the groups object and instruct to open a new tab or
window, you are actually opening that hyperlink. You will see that a blank
search form will open. The data you had entered on the start page will not have
been transmitted to the new page
It is correct that no submit warning is shown.
- when you left click with JavaScript disabled, the same thing happens
- if you left click with JavaScript enabled, JS logic is being activated. The
logic will actually submit your input and do a Groups search.
So we warn only when data is being submitted, and that is correct behaviour.
Marking worksforme. Please reopen if you disagree.
Over to Evangelism FYI.
Status: NEW → RESOLVED
Closed: 23 years ago
Component: Client Library → US Ecommerce
Product: PSM → Tech Evangelism
Resolution: --- → WORKSFORME
Summary: No alert about sending unencrypted data in a new tab
Target Milestone: 2.4 → ---
Version: 2.4 → unspecified
Comment 5•23 years ago
|
||
For some reason bugzilla cleared the summary when I updated the bug. I think it
was not me doing that :)
Adding back summary.
Summary: No alert about sending unencrypted data in a new tab
Comment 6•23 years ago
|
||
Reopen to reassign.
Status: RESOLVED → REOPENED
QA Contact: junruh → bclary
Resolution: WORKSFORME → ---
Comment 8•23 years ago
|
||
invalid.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•