Reputation: 29097
If you have a site protected with Basic authentication, you can automatically login if you add the username and password to the url
http://foo:bar@localhost
However, in Firefox, you will still get a popup
Is there a way in firefox to tell it not to show this dialog. For example, I can imagine that there is a setting inside the Profiles section to trust this site (which might solve this problem). Any help would be appreciated!
UPDATE: After a bit more searching I discovered that it might be possible with network.http.phishy-userpass-length, But when I check this in about:config
I can't find it. So possibly this options has been removed
Upvotes: 3
Views: 2584
Reputation: 39
The possibility to use login credential in the URL has been deprecated in Firefox:
https://username:[email protected]/
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#access_using_credentials_in_the_url
Upvotes: 0
Reputation: 453
Just ran over that question and it helped me. So here the solution, if someone else has the same issue:
about:config
in Firefox (confirm the message)network.http.phishy-userpass-length
255
Upvotes: 5