-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent connections to google domains on start-up #663
Comments
i also see it trying to connect to gstatic over HTTP, maybe because i denied the HTTPS connection |
No connections are made to the google domains on |
What is gstatic.com - https://superuser.com/a/64724 |
Is there a resource that we need from gstatic at |
@jumde could you update comment 0 if you agree that client2.google.com should be removed, and then also could you give the full URL for the request to ssl.gstatic.com? |
@bbondy - Could we proxy requests to Here are the details for the gstatic url: |
If we have a proxy setup, you can give me the new urls and I can send requests there instead. |
reopening, because probably it was closed by mistake with a commit, where PR is open |
…ated UI in preferences (#562) * disable translation service, disable TranslateURLFetcher, hide associated UI in preferences Fix brave/brave-browser#663 * use comments * unit test
…ated UI in preferences (#562) * disable translation service, disable TranslateURLFetcher, hide associated UI in preferences Fix brave/brave-browser#663 * use comments * unit test
…ated UI in preferences (#562) * disable translation service, disable TranslateURLFetcher, hide associated UI in preferences Fix brave/brave-browser#663 * use comments * unit test
@kjozwiak - Issue for proxying requests for Test Plan
|
Awesome, thanks @jumde! 👍 |
Charles proxy works well for Linux. Set up instructions - https://www.charlesproxy.com/documentation/installation/apt-repository/ |
Verification Passed on
Verified passed with:
*Verified Normal, Private, Guest, and Tor windows Verification passed on
*Verified Normal, Private, Guest, and Tor windows using Fiddler |
I verified this using net-internals on 0.55.16 and found some residual google connections on startup, so am reopening:
|
So re-reading the history of this issue, I think what happened was PJ did verify there were still google domains unblocked (#663 (comment)), it was decided to address those in a follow-up issue using a proxy server (https://github.com/brave/devops/issues/320), but the proxy issue wasn't marked as release/blocking for 0.55 so it didn't get started in time. :( |
for future reference, chrome://net-internals is more useful than little snitch because it shows the request path and response code and works cross-platform
note requests that return 307 are not actually sent over the network |
follow up issues have been opened: this can be closed once those are closed and someone (me?) does a final run through for any remaining goog requests |
needed for brave/brave-browser#663 (comment) PDFJS is not directly installed from CWS as of brave/brave-core-crx-packager#29
verified except for #1715. tracking that in its own issue. |
Test Plan
Please follow the test plan outlined under #663 (comment).
Original Reported Issue
Disabling connections to domains from gaia is tracked here: #527
These are not gaia domains
The text was updated successfully, but these errors were encountered: