Closed gepz closed 1 year ago
Yes, I can see why that is happening. LB treats anything before a colon as a protocol and removes it, but in this case, it's not a protocol but a drive specification. The workaround would be to use a wildcard instead of a colon:
C*/path
I see, that's a good workaround.
I'm trying to block some local webapps.
But currently "file:///C:/path" when saved becomes "C:/path" which works at first, but when saved again becomes "path" which stops working.
updates:
*/C:/path
does work however.