Closed
Bug 684572
Opened 13 years ago
Closed 13 years ago
[07:40:23.214] [Exception... "Security error"
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: segurobr, Unassigned)
Details
Crash Data
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0.1) Gecko/20100101 Firefox/6.0.1
Build ID: 20110830092941
Steps to reproduce:
I was using the developer tools
Actual results:
When I ran the command OpenDialog ('content') came to an exception error message "Security Error"
[07:40:23.214] [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "Web Console Line: 1"]
Crash Signature: Many users could be harmed by this security problem: it should be kept hidden from the public until it is resolved.
Crash Signature: Many users could be harmed by this security problem: it should be kept hidden from the public until it is resolved. → [07:40:23.214] [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "Web Console Line: 1"]
Updated•13 years ago
|
Group: core-security
Comment 1•13 years ago
|
||
The error message means that the attempt to access this function was blocked, with the message containing an explanation of the reason. So there is no harm done whatsoever. Furthermore, window.openDialog is only available to privileged scripts, so the Web Console is not the proper place to play with it. If that was your goal, try using the Scratchpad instead.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•