Closed
Bug 305380
Opened 19 years ago
Closed 19 years ago
Wrong URL checked for javascript: scheme in setDesktopBackground.js
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
References
Details
(Keywords: fixed1.8, Whiteboard: [sg:fix])
209 if (makeURI(window.arguments[0].src).scheme == "javascript")
210 return false;
211
212 img.setAttribute("src", this._image.src);
window.arguments[0] and this._image can differ on Mac the second time you select
"Set as desktop background". Fix in bug 263473.
Assignee | ||
Updated•19 years ago
|
Flags: blocking1.8b4?
Whiteboard: [sg:fix]
Assignee | ||
Comment 1•19 years ago
|
||
This is kinda a regression of bug 292737 (incorrect merging?).
Updated•19 years ago
|
Flags: blocking1.8b4? → blocking1.8b4+
Assignee | ||
Comment 2•19 years ago
|
||
Fixed trunk and Gecko 1.8 branch.
Updated•18 years ago
|
Group: security
You need to log in
before you can comment on or make changes to this bug.
Description
•