BrowserSelector icon indicating copy to clipboard operation
BrowserSelector copied to clipboard

port specification in url haveto be explicity matched by rules

Open gpion opened this issue 9 years ago • 1 comments

When an url contains an explicit port specification (like: "http://my.domain.tld:/whatever") a rule like this one: my.domain.tld = <browser nickname> doesn't triggers one have to explicitely write the rule like this: my.domain.tldr:<port> = <browser nickname>

gpion avatar Jul 22 '16 06:07 gpion

I used wild card to match the port: *.domain.com:* = <browser nickname>

blis5fool avatar Mar 19 '20 21:03 blis5fool