containerise icon indicating copy to clipboard operation
containerise copied to clipboard

Regex pattern seems not to be honoured, glob patterns do.

Open dreirund opened this issue 3 years ago • 1 comments

I have several occassions where I need regex patterns instead of glob patterns.

I have for example assigned the rules

@ice-treff\.de$ @.+\.ice-treff\.de$

for a container, but when I type the URL in a new tab, it does not open the container, but instead just within a temporary container (I have the "temporary containers" addon, too).

Glob patterns and direct patterns instead work as expected:

!*.ice-treff.de ice-treff.de

dreirund avatar May 20 '21 10:05 dreirund

This work fine on mine - regex patterns. But no "temporary containers" addon. This could be from that other one.

O-DoC avatar Aug 17 '21 16:08 O-DoC