As someone with more time, I prefer to maintain a massive whitelist for my router. Daily websites receive permanent privileges, incidental websites (such as peguero.xyz) receive temporary privileges (e.g. allow traffic for the next minute), everything else is dropped. I don't have to worry about what chicanery advertising companies are up to when they can't reach me even if they tried. "So the fourth herd of deer too…
Honest question: is it worth it? Why would you spend your time on managing that temporary white list? Do you think that time is wasted, or not? (I apologize if my phrasing is a bit rude, but i'm really curious about that, and want to understand your thinking)
Sirubo: Packet filtering to block Google and Facebook tracking
31–40 of 140 posts
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#32This is cool, but not super useful in 2021. Google and Facebook have already moved their tracking technologies beyond frontend network calls due to a rise in browser-level blocking (browser security policies, international regulations, AdBlock, PiHole, etc). The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. It als…
>The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. But doesn't relying on the publisher's website log statistics instead of the end users' browsers introduce trust and "bad actors" problem? This has been a known "principal-agent" problem[1] for all the decades that 3rd-party ads have existed on the web. I.e. Googl…
Ad fraud is a real problem in the ecosystem, but the server-side APIs are actually more secure. You have a private signed backend endpoint rather than public JS that can be injected anywhere and fed fake data by a malicious party.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#33This is cool, but not super useful in 2021. Google and Facebook have already moved their tracking technologies beyond frontend network calls due to a rise in browser-level blocking (browser security policies, international regulations, AdBlock, PiHole, etc). The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. It als…
Any website doing this for EU users without their consent is going to run into GDPR issues very quickly indeed.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#34Earlier quoted context omitted.
>The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. But doesn't relying on the publisher's website log statistics instead of the end users' browsers introduce trust and "bad actors" problem? This has been a known "principal-agent" problem[1] for all the decades that 3rd-party ads have existed on the web. I.e. Googl…
The data is sent from the advertiser to the ad platform, not from the publisher to the ad platform. The advertiser is incentivized to send accurate data for both performance optimization and for campaign measurement purposes. Ad fraud is a real problem in the ecosystem, but the server-side APIs are actually more secure. You have a private signed backend endpoint rather than public JS that can be injected anywhere and…
Then we're talking about different things. This thread has packet filtering to prevent user behavior being sent to Google. For example, see recent thread about Google's click tracking: https://news.ycombinator.com/item?id=28672625
The key is that click choice data on Google's search results page is never seen by advertisers so your explanation of "next gen tracking is by advertisers calling APIs to ad networks" -- isn't relevant to that scenario.
Then another level of tracking underneath Google's visibility of click behavior on its own search page is the website (publisher/contentcreator) recipient of the click. Whether any advertisers see this downstream click statistic on an ad network depends on the particular website. E.g. a content creator website might have tracking that sends data to Google domain "googleanalytics.com" -- but no advertisers.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#35I would imagine Spotify access would be heavily affected by such a block, considering their sizeable GCP deployments.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#36This is cool, but not super useful in 2021. Google and Facebook have already moved their tracking technologies beyond frontend network calls due to a rise in browser-level blocking (browser security policies, international regulations, AdBlock, PiHole, etc). The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. It als…
>The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. But doesn't relying on the publisher's website log statistics instead of the end users' browsers introduce trust and "bad actors" problem? This has been a known "principal-agent" problem[1] for all the decades that 3rd-party ads have existed on the web. I.e. Googl…
The data could be safeguarded by a cryptographic signature, though there's some trust paths that would need to be solved.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#37This is cool, but not super useful in 2021. Google and Facebook have already moved their tracking technologies beyond frontend network calls due to a rise in browser-level blocking (browser security policies, international regulations, AdBlock, PiHole, etc). The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. It als…
"websites and applications actively transmitting customer data to Google and Facebook." Any website doing this for EU users without their consent is going to run into GDPR issues very quickly indeed.
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#38Re: Sirubo: Packet filtering to block Google and Facebook tracking
#39This is cool, but not super useful in 2021. Google and Facebook have already moved their tracking technologies beyond frontend network calls due to a rise in browser-level blocking (browser security policies, international regulations, AdBlock, PiHole, etc). The next generation of tracking tech relies on the backend transfer of data between a website and the ad platform, which is invisible to your own network. It als…
Re: Sirubo: Packet filtering to block Google and Facebook tracking
#40Earlier quoted context omitted.
"websites and applications actively transmitting customer data to Google and Facebook." Any website doing this for EU users without their consent is going to run into GDPR issues very quickly indeed.
I'm sure that, like most other consent prompts, it will be opt-out with lots of sketchy dark patterns (like artificial waits) to ensure you don't opt out.