"Please click on all the crosswalks before you can enter this site"
This is why people pirate things.
Privacy
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
Here are the github repository, issues and comments immortalised for posterity in IPFS:
- ipfs://QmeeRa15gofL1UGxMGgb9vnv6VjA8MmNBNxPeAxB36KsNT/
- https://ipfs.io/ipfs/QmeeRa15gofL1UGxMGgb9vnv6VjA8MmNBNxPeAxB36KsNT/
- https://bafybeihsjcljogr7k25knn6nsivwegas53ouko6pzmqtnzgqncrwwexeiq.ipfs.dweb.link/
The issues and comments are in github json format -- if anyone wants to collate them into a human-readable text or html file, please do so.
Edit: Its immortality of course depends on you to access and pin the content.
Time to switch to the Gemini protocol.
This sounds so sad
We should harass the fuck out of this guy until he removes it. This shit is completely uncalled for.
If this were to become a thing, couldn't you take the html and insert the content into a locally generated page and modify that?
For sites that rely on XHR using Javascript, which let's be honest is pretty much all of them, this would not work due to CORS and CSP restrictions
This seems so ridiculous. I'm coming from a privacy perspective. I'm using a number of extensions that block as many trackers as possible. Now I may have to give that up just so someone can "attest" to my identity. I'll have to forgo my privacy, otherwise I can't use the web.
This post title is misleading.
They aren't proposing a way for browsers to DRM page contents and prevent modifications from extensions. This proposal is for an API that allows for details of the browser environment to be shared and cryptographically verified. Think of it like how Android apps have a framework to check that a device is not rooted, except it will also tell you more details like what flavor of OS is being used.
Is it a pointless proposal that will hurt the open web more than it will help? Yes.
Could it be used to enforce DRM? Also, yes. A server could refuse to provide protected content to unverified browsers or browsers running under an environment they don't trust (e.g. Linux).
Does it aim to destroy extensions and adblockers? No.
Straight from the page itself:
Non-goals:
...
- Enforce or interfere with browser functionality, including plugins and extensions.
Edit: To elaborate on the consequences of the proposal...
Could it be used to prevent ad blocking? Yes. There are two hypothetical ways this could hurt adblock extensions:
- As part of the browser "environment" data, the browser could opt to send details about whether built-in ad-block is enabled, any ad-block extensions are enabled, or even if there are any extensions installed at all.
Knowing this data and trusting it's not fake, a website could choose to refuse to serve contents to browsers that have extensions or ad blocking software.
- This could lead to a walled-garden web. Browsers that don't support the standard, or minority usage browsers could be prevented from accessing content.
Websites could then require that users visit from a browser that doesn't support adblock extensions.
I'm not saying the proposal is harmless and should be implemented. It has consequences that will hurt both users and adblockers, but it shouldn't be sensationalized to "Google wants to add DRM to web pages".
Edit 2: Most of the recent feedback on the GitHub issues seems to be lacking in feedback on the proposal itself, but here's some good ones that bring up excellent concerns:
-
The proposal does not do an adequate job explaining how a browser may be attested to.. Would this require something like Secure Boot in order for a browser to be attested to? That would discriminate against users with outdated hardware lacking support for boot integrity, or users who don't have it enabled for some reason or another.
Definitely time to make our own internet, with hookers and blow.
I ditched Chrome about a year ago for Edge and just recently switched to Firefox, shouldn't really be concerning as long as there are alternatives.
Web 3.0 - users, kindly go fuck yourselves p.s. pay us subscription money and view lots of ads
I feel like lemmy is the real Web 3. I'll die on that little hill gladly
I remember watching Chrome fill up long lists of ??? in the task manager, back when I still used Windows and Chrome on an old Laptop. Both CPU and RAM were working at their utmost and that shit blocked everything.
Geez this would suck but as with other drm I’m sure the de-drm plug-in would follow
I'm afraid that browsers supporting this DRM would also block attempts to break it and that browsers that do not support it get blocked by websites using it
I find it hard to see how they could protect content from ad blockers without also crippling pages that self modify their own content. Perhaps they could put headers akin to content security policy that forbids external modification. Assuming a browser were to honour that header I could see bad publicity and a lot of people just moving to another browser which doesn't. Additionally, ad blockers aren't the only things that modify pages - breaking accessibility add ons could be more negative publicity (just like with Reddit).
I think browsers would be best off to let websites develop countermeasures if they're so sore about ad blockers. Perhaps they could use "self healing" Javascript libraries that put back content which is removed. Or they could just refuse to work if they detect an ad blocker, e.g. they stick some canaries in the DOM or along blocked paths to see if an ad blocker is present.