You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Google Chrome, a website can return data by universal match URL
Examples
For example: at www.test.com, I created an account and password and saved it to the database. After some time, the domain name of the website changed to www.test.org, so I could not match the domain name of com registered by KeePassXC-Browser
Context
Some websites often change their domain names, which leads to frequent changes to the data in KeepassXC. Hopefully, we can match it with https://www.test.*
The text was updated successfully, but these errors were encountered:
That kind of scenario is not really recommended because it will allow matching with every domain that has that as a subdomain. A proper solution would be to just change the entry URL, or add another to Additional URL's list.
Anyway, wildcards are covered in this change: #9835
Summary
In Google Chrome, a website can return data by universal match URL
Examples
For example: at www.test.com, I created an account and password and saved it to the database. After some time, the domain name of the website changed to www.test.org, so I could not match the domain name of com registered by KeePassXC-Browser
Context
Some websites often change their domain names, which leads to frequent changes to the data in KeepassXC. Hopefully, we can match it with https://www.test.*
The text was updated successfully, but these errors were encountered: