Closed
Bug 1480806
Opened 7 years ago
Closed 7 years ago
Remove javascript intent filter if unused
Categories
(Firefox for Android Graveyard :: General, enhancement)
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: petru, Assigned: petru)
References
Details
Attachments
(1 file)
We are registering an Intent filter for URLs using the javascript:// scheme [1]. There are concerns that this could be or become exploitable. If not needed we should remove this filter (Although note that Chrome registers for javascript:// URLS too [2]).
[1] https://dxr.mozilla.org/mozilla-central/rev/a2d65d03e46a9a42b5bee5c2a7864d3f987a8ca7/mobile/android/base/AndroidManifest.xml.in#93
[2] https://cs.chromium.org/chromium/src/chrome/android/java/AndroidManifest.xml?rcl=0c86b6bef6a1eafe81390c58bc4c0ae07e4865a3&l=232
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
Try build with this patch - https://treeherder.mozilla.org/#/jobs?repo=try&revision=e1b703e36554c80b258e69e0ff3cd2a5f0d19a5a
Comment 3•7 years ago
|
||
Comment on attachment 8999158 [details]
Bug 1480806 - Remove javascript intent filter if unused
Jim Chen [:jchen] [:darchons] has approved the revision.
Attachment #8999158 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/edf053871a39
Remove javascript intent filter if unused r=jchen
Keywords: checkin-needed
Comment 5•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•