Extension, HostNamePatterns: use a host as a matching target when UseRegex is true
Which issue(s) this MR fixes:
N/A
What this MR does / why we need it:
A target of HostNamePatternsMatchers should be host.
How to verify the fixed issue:
The steps to verify:
- Install BrowserSelector.exe
- Install Edge and Chrome's BrowserSelector extensions
- Specify the following setting to
C:\Program Files (x86)\ClearCode\BrowserSelector\BrowserSelector.ini
[Common]
DefaultBrowser=chrome
UseRegex=1
[HostNamePatterns]
0001=www\.clear-code\.co\.jp.*$edge
- Open https://clear-code.co.jp with Edge
-
Confirm that the https://clear-code.co.jp is opened in Edge
-
- Open https://clear-code.co.jp with Chrome
-
Confirm that the https://clear-code.co.jp is opened in Edge
-
Edited by Takashi Hashida