Open
Bug 379803
Opened 18 years ago
Updated 1 year ago
Give content policies information about user initiated action
Categories
(Core :: DOM: Security, defect, P5)
Core
DOM: Security
Tracking
()
UNCONFIRMED
People
(Reporter: sicking, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog])
It would be great if contentpolicy implementations got information on if the load was initiated by a user or not. One use for this is to block external protocol handlers for page loads if the load was not initiated by the user.
We should be able to reuse the popup blocking code for this.
![]() |
||
Comment 1•18 years ago
|
||
We'd need to expose the current popup blocking state on some service, then (which I think we should do). Some of the content policy checks are done from JS, which can't get at the popup blocking state.
That would incidentally allow embeddors access to the popup blocking state too, which I think is a good idea.
Comment 2•18 years ago
|
||
Necko doesn't do content policy stuff.
Assignee: nobody → general
Component: Networking → DOM
QA Contact: networking → ian
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•8 years ago
|
Whiteboard: [fingerprinting]
Comment 3•8 years ago
|
||
Chris,
Do we still need to fix this bug? Should we close it?
Component: DOM → DOM: Security
Flags: needinfo?(ckerschb)
Updated•8 years ago
|
Whiteboard: [fingerprinting] → [fingerprinting] [fp-triaged]
Comment 4•8 years ago
|
||
(In reply to Ethan Tseng [:ethan] - 57 Regression Engineering Support from comment #3)
> Chris,
> Do we still need to fix this bug? Should we close it?
In theory that still sounds interesting to me, but I guess it has to go in the backlog.
Status: NEW → UNCONFIRMED
Ever confirmed: false
Flags: needinfo?(ckerschb)
Priority: -- → P5
Whiteboard: [fingerprinting] [fp-triaged] → [fingerprinting] [fp-triaged][domsecurity-backlog]
Updated•7 years ago
|
Whiteboard: [fingerprinting] [fp-triaged][domsecurity-backlog] → [fingerprinting][domsecurity-backlog]
Updated•7 years ago
|
Whiteboard: [fingerprinting][domsecurity-backlog] → [domsecurity-backlog]
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Flags: needinfo?(ro11roxx)
Comment 5•1 year ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE
.
For more information, please visit BugBot documentation.
Flags: needinfo?(ro11roxx)
You need to log in
before you can comment on or make changes to this bug.
Description
•