I'm running chrome in kiosk and incognito mode. Is there a way to prevent chromium from calling home. I noticed that it is calling the following links in the background:--Thanks in advance,loudogz
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/267c1445-973f-4474-9094-71f76240cd4e%40chromium.org.
| ||
I tried that method but the IP addresses of all the request to google are dynamic.Thanks for the idea.
On Thursday, February 8, 2018 at 9:03:57 AM UTC-8, Keith I Myers wrote:
You could add entries to your hosts file pointing all of those domains to 127.0.0.1
On Thu, Feb 8, 2018 at 11:30 AM, loudogz <lou...@gmail.com> wrote:
I'm running chrome in kiosk and incognito mode. Is there a way to prevent chromium from calling home. I noticed that it is calling the following links in the background:Thanks in advance,loudogz
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/267c1445-973f-4474-9094-71f76240cd4e%40chromium.org.
--
Keith I MyersMobile : (305)-929-3475
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c14d43e8-ee46-4c94-9dd5-fa4774e6740c%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_%2BdQvDWayc0uWYmCQWBXr9sjnbmSAsEPqsD1y6xMUn59g%40mail.gmail.com.
I guess chromium is not using hosts file.127.0.0.1 localhost.localdomain localhost maps.google.com play.google.com plus.l.google.com update.googleapis.com notifications.google.com www-google-analytics.l.google.com# The following lines are desirable for IPv6 capable hosts::1 localhost ip6-localhost ip6-loopbackfe00::0 ip6-localnetff00::0 ip6-mcastprefixff02::1 ip6-allnodesff02::2 ip6-allroutersI did that the following above to the hosts file. When I ping maps.google.com it does resolve to 127.0.0.1 but chrome is still "phoning" home when I trace it using tcpdump.
☆PhistucK
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c14d43e8-ee46-4c94-9dd5-fa4774e6740c%40chromium.org.
I guess chromium is not using hosts file.127.0.0.1 localhost.localdomain localhost maps.google.com play.google.com plus.l.google.com update.googleapis.com notifications.google.com www-google-analytics.l.google.com# The following lines are desirable for IPv6 capable hosts::1 localhost ip6-localhost ip6-loopbackfe00::0 ip6-localnetff00::0 ip6-mcastprefixff02::1 ip6-allnodesff02::2 ip6-allroutersI did that the following above to the hosts file. When I ping maps.google.com it does resolve to 127.0.0.1 but chrome is still "phoning" home when I trace it using tcpdump.
On Thursday, February 8, 2018 at 11:22:03 AM UTC-8, Mike Frysinger wrote:
☆PhistucK
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c14d43e8-ee46-4c94-9dd5-fa4774e6740c%40chromium.org.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CABc02_%2BdQvDWayc0uWYmCQWBXr9sjnbmSAsEPqsD1y6xMUn59g%40mail.gmail.com.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/ba0a5ca6-ba1a-4f92-bbe2-aba8fe282297%40chromium.org.
I'm running chrome in kiosk and incognito mode. Is there a way to prevent chromium from calling home. I noticed that it is calling the following links in the background:
You may still see the connection attempt in a TCPdump but the connection is likely resolving to 127.0.0.1. If you did a dump on the router, you should not see that traffic at all. It is possible you need to restart networking or even reboot the box after you make the change to the host file.As far as I know, it is not possible for a application to bypass the hosts file without implementing a full network stack.
On Thu, Feb 8, 2018 at 4:22 PM, loudogz <lou...@gmail.com> wrote:I guess chromium is not using hosts file.127.0.0.1 localhost.localdomain localhost maps.google.com play.google.com plus.l.google.com update.googleapis.com notifications.google.com www-google-analytics.l.google.com# The following lines are desirable for IPv6 capable hosts::1 localhost ip6-localhost ip6-loopbackfe00::0 ip6-localnetff00::0 ip6-mcastprefixff02::1 ip6-allnodesff02::2 ip6-allroutersI did that the following above to the hosts file. When I ping maps.google.com it does resolve to 127.0.0.1 but chrome is still "phoning" home when I trace it using tcpdump.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAEKDPcFT9rH5vHiw1-LnExwv7w%2B100cJniN6AcYuuEdGFmFxJA%40mail.gmail.com.