Comment on Google has been blocking many tools/IP ranges that try to synchronize with YouTube
VerPoilu@sopuli.xyz 1 month agoThat’s interesting. I assume this only applies to the mobile client. On the web, it would not be possible. You can verify by looking at the outgoing network requests on this random video for example: invidious.privacyredirect.com/watch?v=qKMcKQCQxxI
dan@upvote.au 1 month ago
Why not?
VerPoilu@sopuli.xyz 1 month ago
Because of the CORS settings on Google’s servers would tell your browser to not go forward with the request. There are two ways it could eventually be possible:
dan@upvote.au 1 month ago
I haven’t checked the CORS headers for YouTube videos but wouldn’t access have to be fairly open to allow embedded videos to work?
VerPoilu@sopuli.xyz 1 month ago
For that they use iframes, which have a different security system.