Closed
Bug 1641515
Opened 5 years ago
Closed 5 years ago
MatchPattern `ignorePath` drops the file extension in the pattern
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: andreio, Assigned: andreio)
Details
Attachments
(1 file)
new MatchPatternSet(new Set(["*://*/*.pdf"]), { ignorePath: true }); // pattern: "*://*/*"
new MatchPatternSet(new Set(["*://*/*.pdf"])); // pattern "*://*/*.pdf"
The resulting pattern when using ignorePath
is too generic.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by aoprea@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d9817dd544a6
Don't use ignorePath flag for MatchPattern because its matches are too generic r=k88hudson
Comment 3•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•