jessepollak / jessepollak/urlmatch
`<all_urls>` is not supported
- Dominant language
- Python
- Stars
- 40
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
For Chrome extensions, `` matches any URL that uses a permitted scheme (`http`, `https`, `file`, or `ftp`).
`*://*/*` is the closest we can get with urlmatch but for Chrome extensions that wouldn't match `file` or `ftp` URLs (though, `ftp` is probably not supported anymore so the only difference would be `file`).
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Start by locating the URL-pattern matching implementation and its tests, then compare the current `*://*/*` behavior with Chrome's `` schemes: `http`, `https`, `file`, and `ftp`. Done means an equivalent pattern matches all permitted schemes without changing existing matching behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100