Live data from Hacker News

Porn restrictions are leading to a VPN boom

popsci.com

231–240 of 316 posts

Re: Porn restrictions are leading to a VPN boom

#231
post #202

Earlier quoted context omitted.

I've had a very cheap provider in the US for years that has unlimited tethering/hotspot, and unlimited everything else. I've "only" ever used it for as much as 1 or 2TB in a month, though -- which is a ton for most individuals. (And only occasionally. It Isn't my primary connection, but sometimes it is a very useful connection.) (They do attempt to throttle it, but that's been solvable for me with just a TTL hack on…

Did you mean 1 or 2 GB?

Hah, no. I do mean terabytes.

There's ways to get this done (at least here in the US) for those who are sufficiently motivated.

Re: Porn restrictions are leading to a VPN boom

#232

Earlier quoted context omitted.

Why would they need to be auditable? That's not in any of the laws I've read, and in fact as you note, the law makes that impossible. If the law contradicts a requirement that you made up, and does not itself contain that requirement, then why would you presume that it has that requirement? There's literally no reason to have e.g. a knowledge based auth or signed id request hit disk. It doesn't need to be saved for a…

> If the law contradicts a requirement that you made up, and does not itself contain that requirement, then why would you presume that it has that requirement? First off, always good to be clear that there are multiple laws here, even if many of them are templates of each other; there's not "the law". Secondly, this is hiding behind ambiguity in many of these laws' language; it's easy to claim that a law doesn't spec…

Sure, there are multiple laws. The ones I've read all seem similar enough to me on the points people bring up.

Identity verification is not that mysterious. If these sites are afraid to do it themselves, there are turnkey vendors for that, which e.g. banks or docusign use. All the laws I've read say sites can use third party verification services. The Utah law specifically mentions

> verification through an independent, third-party age verification service that compares the personal information entered by the individual who is seeking access to the material that is available from a commercially available database, or aggregate of databases, that is regularly used by government agencies and businesses for the purpose of age and identity verification;

i.e. KBA, which is already a thing. These companies already know facts about everyone. You claim you're person X. They ask you to tell them a fact they already know. They check your answer against their database. They don't need to store anything you tell them. I'm sure they can tweak their service to only tell the requesting site you are over 18 and not keep any records. These services know how to deal with a highly regulated environment.

The Utah law also allows the user to present a "data file from a state agency or an authorized agent of a state agency that contains all of the data elements visible on the face and back of a license or identification card and displays the current status of the license or identification card."

No need for the site to save anything. Just check the signature and age.

I don't see what makes porn sites unique vs. any other e-commerce business that requires customers to identify themselves wrt. security. Typically those actually store and sell your info.

Also many grocery stores do scan IDs when you hand them to the cashier. Who knows what they're doing with that info. Wouldn't surprise me if they retain and sell it.

Re: Porn restrictions are leading to a VPN boom

#233

Earlier quoted context omitted.

Can you elaborate please? The UK isn't blocking gay porn sites for example.

I think freedom of speech is an obvious example.

I think you are smoking crack if you think Turkey has more freedom of speech than the UK.

Re: Porn restrictions are leading to a VPN boom

#234

Earlier quoted context omitted.

I think freedom of speech is an obvious example.

… You think freedom of speech is worse in the UK than in Erdogan’s Turkey? Just what do you think is going on in the UK?

I’ve noticed Americans get some… extremely weird and biased reporting about free speech in the UK. Extreme outlier cases like that Count Dankula guy get reported as the norm.

Re: Porn restrictions are leading to a VPN boom

#235

Earlier quoted context omitted.

I've already seen a shift in the ads from "hide your banking details from hackers" to more "hide your country from Netflix". I can't prove causation, but it did seem to date from when Tom Scott did his "Honest VPN ad" video.

"hide your country from Netflix" This is the advertising I have seen for what has to be close to a decade at this point.

I mean, it's always been there, and the "security" claims are still out there, but the focus has shifted. In my experience.

Re: Porn restrictions are leading to a VPN boom

#237

Anecdote: I stayed in the Airbnb of an (obviously gay) couple in the South-Eastern very conservative Turkish city of Mersin many years ago. The absolute joy they had when I showed them how to set up 1.1.1.1 on their Android TV, phones, and laptops… so they could watch unrestricted gay porn in their heavily censored and state-controlled slice of the World Wide Web… I still get a virtual greeting card from them once in…

> how to set up 1.1.1.1 I just want to mention a few things: Fallback, other DNSs like 1.* and Mullvad's free DNS with more options # Standard 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001 # Block Malware 1.1.1.2 1.0.0.2 2606:4700:4700::1112 2606:4700:4700::1002 # Block Malware & Adult Content (not useful for this case) 1.1.1.3 1.0.0.3 2606:4700:4700::1113 2606:4700:4700::1003 You can find cloudflare info…

And AdGuard ... which also blocks ads.

Plain DNS:

  # Default servers
  # AdGuard DNS will block ads and trackers.
  IPv4:
  94.140.14.14
  94.140.15.15
  IPv6:
  2a10:50c0::ad1:ff
  2a10:50c0::ad2:ff

  # Non-filtering servers
  # AdGuard DNS will not block ads, trackers, or any other DNS requests.
  IPv4:
  94.140.14.140
  94.140.14.141
  IPv6:
  2a10:50c0::1:ff
  2a10:50c0::2:ff

  # Family protection servers
  # AdGuard DNS will block ads, trackers, adult content,
  # and enable Safe Search and Safe Mode, where possible.
  IPv4:
  94.140.14.15
  94.140.15.16
  IPv6:
  2a10:50c0::bad1:ff
  2a10:50c0::bad2:ff
Adguard DNS-over-HTTPS (DoH)

  # Default server
  # AdGuard DNS will block ads and trackers.
  https://dns.adguard-dns.com/dns-query

  # Non-filtering server
  # AdGuard DNS will not block ads, trackers, or any other DNS requests.
  https://unfiltered.adguard-dns.com/dns-query

  # Family protection server
  # AdGuard DNS will block ads, trackers, adult content,
  # and enable Safe Search and Safe Mode, where possible.
  https://family.adguard-dns.com/dns-query
DNS-over-TLS

  # Default server
  # AdGuard DNS will block ads and trackers.
  tls://dns.adguard-dns.com

  # Non-filtering server
  # AdGuard DNS will not block ads, trackers, or any other DNS requests.
  tls://unfiltered.adguard-dns.com

  # Family protection server
  # AdGuard DNS will block ads, trackers, adult content,
  # and enable Safe Search and Safe Mode, where possible.
  tls://family.adguard-dns.com
See more: https://adguard-dns.io/en/public-dns.html

Re: Porn restrictions are leading to a VPN boom

#238
post #83
post #14

Earlier quoted context omitted.

Mullvad is the best, but last I saw, they had to disable port forwarding due to bad actors ruining it for everyone else. https://news.ycombinator.com/item?id=36113215 They also work with Tailscale which makes per-device setup easier: https://mullvad.net/en/blog/tailscale-has-partnered-with-mul... . Tailscale was using a bit too much of my iPhone battery last I tried it out, but they're at least aware of it.

(Tailscalar here) I identified a big chunk of the background drain on iPhone recently, and so drain just for being on in the background is much reduced now. There’s still more to do, and we still end up with accounting for dns if you force dns via us, but things are much improved.

Fantastic news on that battery work. (Also the third party app beta!)

Our iOS users also report random delays turning it on, sometimes half a minute to connect. Sometimes full restarts are needed before connect.

And random ask -- could you enable a toggle for video conferencing to stay outside the tailnet? Teams, Zoom, WebEx, etc... You'd have to take on maintaining the IP lists, so users didn't have to. (This can be done today with features you have, but most users and even IT admins don't realize that.)

Re: Porn restrictions are leading to a VPN boom

#239

Earlier quoted context omitted.

> in any way considered “non-consensual”? Wild. Consensual means without coercion and being of sound mind. Let's put it this way, do you consider a quid-pro-quo scenario where a boss will promote or give a raise to a female employee if she has sex with him "consensual?" Obviously this is arguable in both directions (as we could say that this is a contract between two adults, but then again, prostitution is illegal).…

> hat about if we change this to "Have sex with your boss or be fired?" Definite coercion as stated. But if the boss is already set on firing everyone in the department, but lets one or two people stay on if they have sex with him, I consider that to be a roundabout method of quid-pro-quo prostitution. Plus embezzlement. There's no retaliation if they say no, they go home like everyone else. And the military example…

> But if the boss is already set on firing everyone in the department, but lets one or two people stay on if they have sex with him

But we'd still call this coercion. The "dual" of this is "have sex with me or be fired." Just because not everyone gets to have that opportunity does not mean it is not the same question stated differently.

> And the military example is similar, there's no retaliation, most men are doing the service.

There is retaliation, it's called jail.

Just because others are doing it doesn't make it any less of a coercion. This scales too.

Re: Porn restrictions are leading to a VPN boom

#240

Earlier quoted context omitted.

> If the law contradicts a requirement that you made up, and does not itself contain that requirement, then why would you presume that it has that requirement? First off, always good to be clear that there are multiple laws here, even if many of them are templates of each other; there's not "the law". Secondly, this is hiding behind ambiguity in many of these laws' language; it's easy to claim that a law doesn't spec…

Sure, there are multiple laws. The ones I've read all seem similar enough to me on the points people bring up. Identity verification is not that mysterious. If these sites are afraid to do it themselves, there are turnkey vendors for that, which e.g. banks or docusign use. All the laws I've read say sites can use third party verification services. The Utah law specifically mentions > verification through an independe…

> Sure, there are multiple laws. The ones I've read all seem similar enough to me on the points people bring up.

The laws are template laws, but do occasionally differ in important ways. You've mentioned before that Texas includes a financial penalty for retaining user IDs beyond verification. You didn't mention that Texas is pretty much the only state that does this, and the majority of the other bills only allow for suing for harm and attorney's fees. Harm can be difficult to prove for information retention, and these provisions rely on individual action for enforcement.

You mention later in this comment that Utah includes provisions for ID-only verification. You don't mention that Utah is (as far as I can tell) one of the only states that offers this kind of detail, most merely mentioning that "government identification" could be used for verification.

These things matter. When we treat these bills as a single unit, we run the risk of building a composite bill that theoretically addresses every concern, even though that composite bill doesn't actually exist anywhere.

----

> Identity verification is not that mysterious.

Agreed. Do you believe that the security professionals who are intimately familiar with identity verification services and who know how the current services work are just... lying? Like, what do you think is happening here? This is not something complicated where there are a bunch of debates about how ID verification can work, we know how the ID verification services today work. And security professionals are saying there's a security risk.

Does the Texas AG know something that they don't? Is there some secret new ID verification system that only lawmakers know about? Like you say, this isn't that mysterious, ID verification online exposes users to privacy and security risks. It's straightforward, this is a known risk.

The fact is, there are no identity verification services I'm aware of that I think are secure enough enough to use for this level of transaction -- and every 3rd-party ID service I'm aware of works by retaining and accessing stored information about users.

The people talking about the security risks know how existing identity verification services work. They're not that complicated. They work by collecting and transmitting and cross-referencing personally identifying data, and that process is vulnerable to attack and data misuse.

----

> i.e. KBA, which is already a thing. These companies already know facts about everyone. You claim you're person X. They ask you to tell them a fact they already know. They check your answer against their database. They don't need to store anything you tell them.

Okay, are you listening to yourself?

> They check your answer against their database.

So personally identifying information is collected and stored. And that information is linked to requests to access potentially compromising or embarrassing material on a level of granularity where those requests, if intercepted, can be used to link personal identities back to those requests. By your own admission.

I don't know, you're agreeing with me and then saying "see, that means that data doesn't have to be stored." No, you just described data getting stored and held by a 3rd-party (notably, a set of 3rd-parties that have had historically awful security and have regularly been irresponsible with those databases) and then cross-referenced with individual access requests in a way that would necessarily require personally identifying to these data brokers which individuals were interacting with which companies.

Sure, those services don't need to store your newly uploaded ID -- they already have it! But what comfort is that? They still have the ID either way. You are describing a system that can only exist by hoovering up and retaining huge amounts of data on individuals, and you're advocating that this system should be expanded.

And while we're on this subject, none of the laws I've read ban retaining records of this access or selling information about which individuals' identities are verified, even though that could be compromising or personal information. More PII and data is created during this process than just the ID you transmit, and I don't think a single law that I've read addresses that fact. But sure, the data broker that already has your ID won't store the image you sent them. That'll be a huge comfort to Texas users when those sites get hacked and leak access information about which users had their IDs verified for which services.

What you're describing is not a privacy-respecting system.

----

> The Utah law also allows the user to present a "data file from a state agency or an authorized agent of a state agency that contains all of the data elements visible on the face and back of a license or identification card and displays the current status of the license or identification card."

I avoided pushing this point too hard before, but reminder that there is no requirement in any of the laws I've read for state agents or authorized agents of the state to delete records of that request or to avoid linking those requests to individual services. The laws as written do not block government agencies from using this information to build detailed records of who accesses which services.

> No need for the site to save anything. Just check the signature and age.

This would not pass a check for fake IDs. Nor would it prevent shared IDs. The laws I've read provide no guarantee that a system that was trivially bypassed would be sufficient to ward off State action. Again with the ambiguity about what "reasonable" means, which is a major problem in these bills. "Don't violate privacy, but it has to work." Well, if all you're doing is OCR on a license and you're not cross-referencing that data or storing information about attempts, that is not a system that is hard to bypass.

Also as I mentioned above, there isn't just one law. Other laws do not go into this level of detail about what kinds of IDs are accepted or how they could be verified. Great that Utah does (although Utah's example is not sufficient to address concerns) -- that just leaves all of the other bills.

> I don't see what makes porn sites unique vs. any other e-commerce business that requires customers to identify themselves wrt. security.

Multiple things:

A) not all porn sites are e-commerce businesses, and not all platforms affected by these bills are porn sites. These bills are not typically restricted to commercial transactions -- merely accessing commercial sites requires verification, even without a business relationship.

B) e-commerce businesses with traditional verification requirements typically do not allow for anonymous usage in the first place. Many of them have extensive "know your customer" rules and are not concerned with protecting the privacy of their users -- quite the opposite, many of them are required to retain information about their users.

C) Security-wise they're not that different, and the criticism of these bills directly extends from knowledge about the security risks and bad practices of many of those e-commerce sites. Whether or not you understand the security implications, I promise you the organizations and security experts that are pushing back on these bills already understand that Flowroute exists.

Note that the theoretical instant, private identification that you seem to be proposing sites will implement doesn't exist for the companies that are relying on this verification today. Once again, I'm left pointing out that you're describing a happy-path scenario that isn't the case for any online identification system I can find. As far as I can tell, these services all store data about their users' individual identities.

----

> Also many grocery stores do scan IDs when you hand them to the cashier. Who knows what they're doing with that info. Wouldn't surprise me if they retain and sell it.

Shouldn't you check up on that before advocating that Internet ID verification is fine because it's just like local verification? Me personally, before I compared digital ID verification to local ID verification, I might make sure that local verification isn't retaining and selling all of your data, because otherwise the comparison would look awful. Have you checked to see whether security professionals have also raised alarms about local storage of ID information? Because... they have, for the exact same reasons :)

Local ID verification ideally should not involve scanning an ID, and the fact that it sometimes does anyway is worrisome. It doesn't bode well for expanded digital ID verification.

If your point is "local verification doesn't require sending information to multiple parties across the Internet and yet companies still do it anyway, and we still don't know what's happening to your data in that scenario" then... I mean, you have to understand that's not something that is likely to make anybody feel more charitable to your argument, right? That's not something that makes online ID verification seem like a good idea.

----

Once again, I'll repeat:

- Texas's own language refers to these systems as storing user information.

- There are no ID verification systems that I'm aware of for online services that work without maintaining and storing information about users.

- Addressing long-term retention of submitted information is not sufficient to address the privacy and security concerns that researchers have brought up.

- None of the bills I've read are clear that an unverifiable zero-retention policy would be sufficient to avoid liability, this seems to be something you're just reading into the text as an assumption of good will.

What you're suggesting above about retention practices and the ability of ID verification services to do this without storing customer data isn't true -- but even if it was true (which it's not) it changes nothing. Regular transmission of this kind of information is dangerous, users should not be trained to submit this kind of information casually, especially not to sites that they don't have business relationships with. The transmission and collection of this information exposes users to risks to both privacy and security.

Post reply on HN