bitwarden / clients

Bitwarden client apps (web, browser extension, desktop, and cli).
https://bitwarden.com
Other
9.07k stars 1.2k forks source link

Chromium extension autofill proxy authentication #2827

Open Heshmatkhah opened 2 years ago

Heshmatkhah commented 2 years ago

Hi, I don't find the chromium extension repository, and I'm not sure this is the correct repo, but I think it's the most relevant one.

When a website uses HTTP Basic Auth, and the password entry exists in the Bitwarden, the extension will automatically set the header, and the chrome doesn't prompt for the password at all.

But when a proxy (assume squid) asks for the password (auth_param basic), the extension does nothing. So the browser shows a popup for user authentication. How can I set the extension to automatically bypass proxy auth (same behavior as HTTP Basic Auth) or autofill the proxy authentication information (like the chrome behavior)?

MatteoR23 commented 1 year ago

I have this problem too, is anyone working on it?