Password manager generates unsuccessful requests to googleapis.com/affiliation/v1 #29872
Labels
feature/password-manager
network/startup requests
OS/Desktop
priority/P2
A bad problem. We might uplift this to the next planned release.
privacy/connect
This requires making a network connection to a third-party service.
QA Pass-macOS
QA/Yes
release-notes/include
Milestone
Description
A new feature of the Chromium password manager is backed by a backend service delivering metadata about sites to the browser. Here's the description of the requests:
Steps to Reproduce
Here's how to reproduce on Linux:
mitmproxy --mode socks5 --listen-port 9000
brave-browser-stable --user-data-dir=/home/francois/brave-temp-profile --proxy-server="socks5://localhost:9000"
brave://settings/passwords
Actual result:
This will generate this unproxied network request:
with the following response:
This request will be retried constantly using an exponential backoff algorithm since it always fails.
Expected result:
These network requests should not take place.
Brave version (brave://version info)
The text was updated successfully, but these errors were encountered: