Allow default to match more than hostname
See original GitHub issueI have some sites that I use where matching on the hostname isn’t sufficient. For example, with Azure DevOps the URLs are https://dev.azure.com/org1/...
, https://dev.azure.com/org2/...
and I want to be be able to direct each to a different browser.
Would you be open to a PR that added the ability to match on (for example) the full prefix of the URL rather than suffix match on the hostname? Or maybe regex matches?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Multiple similar entries in ssh config
If more than one pattern is provided, they should be separated by whitespace. HostName Specifies the real host name to log into.
Read more >Hostname Character Limit
If you choose a hostname longer than 15 characters, it will work without problems as long as you don't use any services that...
Read more >Regular expression to match DNS hostname or IP Address?
You can use the following regular expressions separately or by combining them in a joint OR expression.
Read more >To match all hosts, leave the hostname empty ...
According to the docs: A site defined as * matches only one-label names like "localhost" but not "example.com". To match all hosts, ...
Read more >Hostname
This criterion lets you match based on the name found in the request Host header. It is a fully qualified DNS name that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
And BTW - thanks for this project. I’ve been considering writing something like this for a while and then someone pointed me at BrowserPicker and I’m happy to say that after a bit testing I found that it is tantalisingly close to what I want 😁
I’m happy to look over any and all PRs ^_^