Skip to content
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

Fix --host-resolver-rules=.. #1953

Merged

Conversation

atuchin-m
Copy link
Contributor

before (doesn't work):

--host-resolver-rules="MAP cache.pack.google.com 127.0.0.1","MAP clients1.google.com 127.0.0.1","MAP update.googleapis.com 127.0.0.1","MAP content-autofill.googleapis.com 127.0.0.1","MAP redirector.gvt1.com 127.0.0.1","MAP laptop-updates.brave.com 127.0.0.1","MAP offlinepages-pa.googleapis.com 127.0.0.1","MAP edge.microsoft.com 127.0.0.1","MAP optimizationguide-pa.googleapis.com 127.0.0.1"

after (OK):

--host-resolver-rules="MAP cache.pack.google.com 127.0.0.1,MAP clients1.google.com 127.0.0.1,MAP update.googleapis.com 127.0.0.1,MAP content-autofill.googleapis.com 127.0.0.1,MAP redirector.gvt1.com 127.0.0.1,MAP laptop-updates.brave.com 127.0.0.1,MAP offlinepages-pa.googleapis.com 127.0.0.1,MAP edge.microsoft.com 127.0.0.1,MAP optimizationguide-pa.googleapis.com 127.0.0.1"

The changes could be verified:

  1. via chrome://version
  2. visiting http://clients1.google.com/ or https://edge.microsoft.com and check that we get ERR_CONNECTION_REFUSED

@soulgalore
Copy link
Member

Thanks @atuchin-m I can fix the linting issue.

@soulgalore soulgalore merged commit df098de into sitespeedio:main May 26, 2023
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants