Support for regex/URL fragment matching and custom field auto-fill
I would like to request a feature enhancement related to autofill rules:
✅ Request
Enable login/item identifiers that can match:
Something other than a full URL beginning with https://
URL fragments or patterns using regular expressions (regex)
Elements targeted through custom selectors
📌 Practical example
I frequently have to enter license/API keys on various websites.
Even though the domains differ, they share the same URL structure — for example:
setting-api.php
I would love Proton Pass to detect this and automatically fill in a custom field such as:
<input name="api-key" value="xxxxxx">
it would be possible by setting a value like input[name="api-key"]
🔎 Reference
Bitwarden has provided a similar feature for a long time, allowing regex-based matching and CSS-like selectors for field mapping.
This is genuinely the only feature I miss after migrating to Proton Pass.
Thank you for considering this improvement. It would greatly streamline workflows for users managing license and API keys across multiple sites.
-
Reuhno
commented
This idea is along the same lines as: