Open
Bug 925680
Opened 12 years ago
Updated 3 years ago
Duplicated tabs (ctrl + drag) should persist disabled protection option for MCB
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
NEW
People
(Reporter: mihai.morar, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.80 KB,
patch
|
Details | Diff | Splinter Review |
STR:
1. Load a page with mixed active content (e.g. https://people.mozilla.com/~bsterne/tests/62178/test.html)
2. Click the shield icon.
3. Click the arrow next to "Keep blocking"
4. Select "Disable protection on this page"
5. Reload the page.
6. Duplicate the tab using (CTRL+drag)
Expected results:
After step 5 the shield and lock icons shouldn't be displayed again and the script should be loaded.
After step 6 the shield and lock icons shouldn't be displayed again and the script should be loaded.
Actual results:
After step 5 - Works as expected.
After step 6 the shield and lock icons are displayed again and the script and the insecured script in not loaded.
This is happening on Latest Nightly 27 and FF 25b7 too.
Tanvi can you please take a look at this issue?
Reporter | ||
Updated•12 years ago
|
QA Contact: mihai.morar
Reporter | ||
Comment 1•12 years ago
|
||
This is related on FF 24.0 too, it is not a regression.
Comment 2•12 years ago
|
||
(In reply to Mihai Morar, QA (:MihaiMorar) from comment #0)
> Actual results:
> After step 5 - Works as expected.
Indeed, just verified.
> After step 6 the shield and lock icons are displayed again and the script
> and the insecured script in not loaded.
Bug 906190 allows to persist a users decision of disabling MCB when loading new tabs trough |right-click| or also |ctrl-click|. However, bug 906190 does not allow to persist a users decision when a new tab is created through |ctrl+drag|.
Let's leave this bug open for now, and we decide later if and how we are going to fix this.
Updated•12 years ago
|
Blocks: MixedContentBlocker
Summary: Duplicating a tab using MCB with protection disabled doesn't load the insecured content in the second tab → Duplicated tabs (ctrl + drag) should persist disabled protection option for MCB
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Attaching a work in progress patch, which allows to persist a users decision of disabling MCB for |CTRL-DRAG| of links into a new tab. Please note, that this patch does not support |CTRL-DRAG| (duplicating) the current tab.
![]() |
||
Updated•12 years ago
|
Hardware: x86 → All
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•