Password Manager
I am trying to add a password to the password manager for a specific URL like https://example.com/page. However after I save the password it save it to the address https://example.com and removes /page. Is there a way to change this?
Chosen solution
No, you can't differentiate between paths. Firefox saves logins and exceptions for a specific origin (protocol and hostname) and strips of the path. You will have to look for a Password Manager extension that supports paths on the server.
Read this answer in context 👍 1All Replies (1)
Chosen Solution
No, you can't differentiate between paths. Firefox saves logins and exceptions for a specific origin (protocol and hostname) and strips of the path. You will have to look for a Password Manager extension that supports paths on the server.