this post was submitted on 29 Jun 2023
22 points (95.8% liked)

Technology

58164 readers
3961 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Google has begun testing a more aggressive approach to users trying to watch videos on the YouTube video platform with ad blockers and without a paid

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

I feel like Google has been cheeky for a while now in that they are either A) running ads off their own servers, same that show the video itself (so you can’t block the request without also blocking the video) or B) they’re hitting up their own DNS servers (ignoring system DNS settings) using DNS-over-HTTPS which you can’t necessarily block, and which could easily rotate IPs behind a reverse proxy. They could just pass the current IP in a response field from the initial HTTP request for the video and then use that IP to make whatever additional HTTP calls they need for the DNS records for the ad servers, bypassing PiHole or any other local DNS server entirely, since they could just open a connection directly with the IP (both for DNS and for content streams, ads or otherwise)

Because my PiHole (and/or AdGuardHome) seemed to work (or at least disrupt) everything except the YT app.

Now I have YT Premium anyway so it’s a non-issue for me as well. Makes me wonder how many other companies are going to do this and what can be done about it?