Closed
Bug 1549356
Opened 6 years ago
Closed 6 years ago
Remove setup from eval()-whitelist
Categories
(Core :: DOM: Security, enhancement, P3)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: jallmann, Assigned: jallmann)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog1])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Two occurences of eval()
in a test file trigger the assertion from Bug 1473549.
This can be avoided easily by flipping the pref to allow eval()
temporarily.
Assignee | ||
Comment 1•6 years ago
|
||
Flip pref in test_basic_form_autocomplete.html to allow eval() temporarily.
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by malexandru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ba1d1d1f444
Remove setup from eval()-whitelist, r=ckerschb
Keywords: checkin-needed
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•