Hi @Abhishek Dewan,
some answers to your findings.
URL pattern: discussion.enpass.io
Result: Password suggestion is shown for https://discussion.enpass.io/
And just to be clear, I don't want the wildcards to block URLs, they should match them
URL pattern: *.enpass.io
expected behavior:
match:
www.enpass.io
discussion.enpass.io
anything-else.anpass.io
should not match:
enpass.io
URL pattern: test*.enpass.io
expected behavior:
match:
test-foo.enpass.io
test-bar.enpass.io
test-anything-else.anpass.io
should not match:
dev-test.enpass.io
www.enpass.io
discussion.enpass.io
www.discussion.enpass.io