You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the README, thumbnails are not proxied through the graphQL server yet. It would be great if we could get this in order, then the last place a tracking cookie could enter the user's browser would be dealt with.
I imagine an a generic proxy endpoint in express. It could take any URL and simply pipe the result through to the client. This would make it pretty versatile for future use.
Right now the links look like this: https://i.ytimg.com/vi/mHDcjKlT8d8/hqdefault.jpg.
An example of what it could look like is: https://libretube.you.com/proxy/i.ytimg.com/vi/mHDcjKlT8d8/hqdefault.jpg.
As mentioned in the README, thumbnails are not proxied through the graphQL server yet. It would be great if we could get this in order, then the last place a tracking cookie could enter the user's browser would be dealt with.
I imagine an a generic proxy endpoint in express. It could take any URL and simply pipe the result through to the client. This would make it pretty versatile for future use.
Right now the links look like this:
https://i.ytimg.com/vi/mHDcjKlT8d8/hqdefault.jpg
.An example of what it could look like is:
https://libretube.you.com/proxy/i.ytimg.com/vi/mHDcjKlT8d8/hqdefault.jpg
.See:
The text was updated successfully, but these errors were encountered: