Dealing with outbound analytics

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account

Null

Ooperator
kiwifarms.net
Registrado
14 de Nov, 2012
I'd like to deal with two things:
  • Outbound clicks with kiwifarms.net referrals allowing trannies to track where traffic is coming from, and
  • Analytics collected by YouTube from embedded media.
There are various anonymizing websites, but are there any similar services for YouTube iframes?
 
Última edición:
https://invidious.io/ allows embeeding, and strips content from analytics and shit like that, can also act like a proxy but its not a requirement. Can be easily selfhosted.

Example: https://yewtu.be/watch?v=Q10tVT5aF2Y

https://github.com/TeamPiped/Piped same benefits as above, also easily selfhostable.

Example: https://piped.video/watch?v=Q10tVT5aF2Y
https://piped.video/embed/Q10tVT5aF2Y
The lead developer is part of the problem
samantaz.png
 
For IFrames in general:
MDN
The HTMLIFrameElement.referrerPolicy property reflects the HTML referrerpolicy attribute of the <iframe> element defining which referrer is sent when fetching the resource.
no-referrer:
The Referer header will be omitted entirely. No referrer information is sent along with requests.

For links in general:
MDN
>I think you can also set the policy dynamically for each link via javascript.
Works with http headers too:
The Referrer-Policy HTTP header controls how much referrer information (sent with the Referer header) should be included with requests. Aside from the HTTP header, you can set this policy in HTML.
I think you can also do this but I don't know if that messes with CDN and Sneedchat's security policies.
Ignore local links (and more importantly, images):
same-origin
Send the origin, path, and query string for same-origin requests. Don't send the Referer header for cross-origin requests.
 
Thanks, I have a browser extension to redirect all YouTube links to invidious instances but it's never completely worked right with embedded videos. Good to see this in-site and working for everybody.
 
I'm having an issue where every video on a page autoplays on both LibreWolf and Brave. I have automatic autoplay disabled on both browsers. Is this a problem with Invidious embeds? Also, when I'm loading a page with multiple videos, I get a Error 429 for most videos. I'm guessing this is from the Invidious instance the forum is using, but it makes it an issue browsing a thread with a lot of Youtube uploads. Otherwise, I appreciate the change.
 
Atrás
Top Abajo