Closed
Bug 64737
Opened 25 years ago
Closed 3 years ago
Capabilities configurable by trigger
Categories
(Core :: Security, enhancement, P3)
Core
Security
Tracking
()
RESOLVED
WONTFIX
Future
People
(Reporter: BenB, Assigned: dveditz)
References
Details
Split-off from bug 29346.
I wrote at 2001-01-07 06:04:
> Making the suggestion a bit more general, it would be cool to have classes of
> "triggers" (onload, onclose, onclick, oncommand etc.) as well as classes of
> actions and allowing the user to forbid or allow only combinations of them.
E.g. in order to disable pop-up ads, but allow pop-up windows caused by clicking
on a "link", it would be useful to set the en-/disabling of the function
window.open depending on where the function has been called. In the example, I
would disallow window.open in onLoad / onUnload (for http sites), but allow it
in onclick "scripts".
mstoltz commented at 2001-01-08 10:47:
> is the gain really worth the effort of
> adding a whole new dimension to the security manager?
I don't know :).
Comment 2•25 years ago
|
||
Nice idea. If you know someone who wants to implement it (Ben, want to give it a
try?) they are welcome to it.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Comment 3•25 years ago
|
||
Personally, I think this would add too much complexity to the security model,
which is already complex enough. But if someone else wants to implement it...
Comment 4•24 years ago
|
||
Target is now 0.9.5, Priority P2.
Priority: -- → P2
Target Milestone: Future → mozilla0.9.5
Comment 5•24 years ago
|
||
Let's revisit this, now that we have a primitive mechanism in place (see bug
92955). This should be generalized so that it can apply to more event types and
any DOM property.
Blocks: oncontextmenu
Reporter | ||
Updated•24 years ago
|
No longer blocks: oncontextmenu
Reporter | ||
Updated•24 years ago
|
Blocks: oncontextmenu
Comment 8•24 years ago
|
||
time marches on. Retargeting to 0.9.6.
Target Milestone: mozilla0.9.5 → mozilla0.9.6
Comment 9•24 years ago
|
||
performance, footprint, feature work, and re-architecture bugs will be addressed
in 0.9.8
Target Milestone: mozilla0.9.6 → mozilla0.9.8
Comment 10•24 years ago
|
||
As nice as this would be, I don't see why it can't wait until post-1.0. The
dom_disable_during_load pref is good enough for the time being, really.
Comment 11•24 years ago
|
||
I seconded the idea on bug 38966 (the UI for security prefs), and was redirected
to this bug. Voting for this bug because it seems like a good idea.
![]() |
||
Comment 13•23 years ago
|
||
*** Bug 188259 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
*** Bug 185384 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•19 years ago
|
Assignee: security-bugs → dveditz
Status: ASSIGNED → NEW
QA Contact: ckritzer → toolkit
Comment 15•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Assignee | ||
Comment 16•3 years ago
|
||
Capabilities are long gone
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•