this post was submitted on 13 May 2024
100 points (100.0% liked)
Free and Open Source Software
17930 readers
7 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hm, from a privacy point of view, what's the difference between this, vs. a private/incognito tab with a pi-hole?
I mean:
As for functional differences.... right now, the player seems to be missing the skip ±10sec feature, and the full-screen with rotate.
On the other hand... multi-site private bookmarking, would be interesting.
Fingerprinting from the original website is easy, the frontend will have a fingerprint as well but it should be shared by all the users without exposing their browsers. Better privacy therefore.
With incognito mode data is still fetched client-side: the browser still has to send requests directly to the target platform. Plus the origin platform will still set session cookies.
Instead PR (and as far as I know all other alt-frontends) fetches data and does scraping server-side, so that the browser never contacts the platform directly.
The idea is that you can host these alt-frontends wherever you wants (eg. on a remote VPS) outside of your network and they deal with the platforms as intermediaries, and people just have to open the proxy website and browse for content...