Closed
Bug 1332931
Opened 8 years ago
Closed 5 years ago
About:support/about can not load about:plugins when the latter is loaded via various "load in new tab/window" UI actions
Categories
(SeaMonkey :: Security, defect, P1)
Tracking
(seamonkey2.49esr unaffected, seamonkey2.50 affected)
RESOLVED
DUPLICATE
of bug 1589189
Tracking | Status | |
---|---|---|
seamonkey2.49esr | --- | unaffected |
seamonkey2.50 | --- | affected |
People
(Reporter: frg, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #1331686 +++
This is a follow up from Bug 1329032:
STR:
1. Open about:support
2. Click on "about:plugins" or other "about:" links
Error shown in Browser Console:
> Security Error: Content at about:support may not load or link to about:plugins.
So far:
a) Opening about:support and clicking on about:plugins works
b) Opening about:support and CTRL+CLICK on about:plugins does not work
-> Security Error: Content at about:support may not load or link to about:plugins.
c) Opening about:support and right-click->open in new tab does not work
-> Security Error: Content at about:support may not load or link to about:plugins.
d) Opening about:support and right-click-> open in new window does not work
-> Security Error: Content at about:support may not load or link to about:plugins.
e) Opening about:support and drag/drop about:plugins into a new tab works
Comment 1•6 years ago
|
||
What is the status of this?
Reporter | ||
Comment 2•6 years ago
|
||
What is the status of this?
Unfixed until someone finds the time. I fixed most of the calls by providing a triggeringprincipal and adding parameters to the tabbrowser but there are still some bad ones around.
about:plugins is as good as dead but there is still about:performance about:memory and about:serviceworkers. Maybe a few others too.
Reporter | ||
Comment 3•5 years ago
|
||
openNewWindowWith() and a few other functions need to be extended with triggering principals.
Reporter | ||
Comment 4•5 years ago
|
||
Bug 1589189 takes care of this problem here too. Already working in the unofficial 2.53.1 builds.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•