This is kinda genius
Comment on Rule34 blocked the UK entirely rather than comply due to the new law.
WhyJiffie@sh.itjust.works 2 days agoFuck off with your device based verification system. That’s just the same service, but as a more invasive app installed on your phone.
not necessarily. you give a phone to your children. you partly lock it down by setting it up as a child account, with its age. you make sure to install a web browser that supports limiting access to age appropriate content according to the age set in the system, maybe taking a parent allowed whitelist. the website is legally obliged to set an appropriate age limit value in a standard HTTP header.
that way, the website does not know your age. the decision is on the web browser.
the web browser checks the configuration in the system, that only the parent can change. it does not send it anywhere, only does a yes/no decision. if the site is not ok, it’ll show a thing like when the connection is not secure or it was put on the safebrowsing list, except that you can’t skip it, only option is to request parent permission.
and finally the age is set in the operating system, without verifying its truthiness, but once again requesting lock screen authentication.
oh and app installs need parent approval for kid accounts, like it should almost always be.
this way it’s as private as it can get. the only way a website can find out information about you from this, is to log if your browser loaded the html but not any other resources, because that means you were caught in the age filter. but that’s it.
there’s multiple pieces in this that is not yet implemented, but they should be possible with not too much work.
Uebercomplicated@lemmy.ml 2 days ago
RobotZap10000@feddit.nl 2 days ago
All’s well until other countries try to implement this and you will very quickly see how nearly none of them agree with each other on which age limit goes where. In my opinion, the best way to ensure that children don’t go to certain places on the internet is to either not give them access to the internet at all or to only let them use whitelisted websites that you review yourself before adding.
WhyJiffie@sh.itjust.works 2 days ago
how nearly none of them agree with each other on which age limit goes where.
that’s the task of the website to figure out, the device does not have to be aware of the laws. but I think is still much easier to manage than id verification.
I habe an other idea. don’t make the websites send agelimit http headers, because as you said that can easily vary by country. instead send http headers that tell what kind of content is available there. only the categories that could be questionable. that way the device (actually the browser) would decide if with the kid account’s age that kind of content is accessible.
that way the browsers need to know the age limits, and maybe it’s easier to handle it this way.In my opinion, the best way to ensure that children don’t go to certain places on the internet is to either not give them access to the internet at all or to only let them use whitelisted websites that you review yourself before adding.
ok, and I agree, but only very few parents will do that unfortunately. especially considering that their kids could be discriminated against by their
limitedclasates who don’t have their access so broadly limited.and then, you still need such a whitelisting capability, which I think does not really exist today in firefox and such browsers. addons cant solve this because they can be removed.
RobotZap10000@feddit.nl 2 days ago
categories that could be questionable
That still could vary greatly by country and culture, as one man’s pornography could very well be another man’s art. You would either need a great deal of near-duplicate categories or just label something as explicit the moment a single country pipes up about a woman not concealing her hair or something.
ok, and I agree, but only very few parents will do that unfortunately. especially considering that their kids could be discriminated against by their limited clasates who don’t have their access so broadly limited.
I suppose that we could at least be able to convince the parents that letting their children go unsupervised on the internet is like letting them go unsupervised in the big city. Totally fine if they’re old enough to know what they’re doing and don’t stray too far from where they’re meant to be going, but unacceptable if they’re not so wise yet and aren’t at least somewhat regularly checked up on. Children will always want the forbidden fruit, but their parents should restrain them until they understand why it was forbidden in the first place.
and then, you still need such a whitelisting capability, which I think does not really exist today in firefox and such browsers. addons cant solve this because they can be removed.
I’m not too well versed in this kind of software either, but I just looked up some parental controls services and they seem to offer device-level blocking of unwanted websites/apps/downloads/etc. Web browsers don’t need to do the blocking, as the parental controls probably refuse the connections to the web domains.
I didn’t even mention all of this being completely bypassed if you used another website as a kind of proxy: go to proxywebsite.com -> it has a search bar -> use it to go to explicitwebsite.com -> proxywebsite.com returns the html, css, js etc of explicitwebsite.com without you ever visiting it -> profit.
Uebercomplicated@lemmy.ml 2 days ago
Ah, I had been thinking that the parent would decide. But of course, how naive of me lol
wellheh@lemmy.sdf.org 2 days ago
Doesn’t need to be by age tbh- you could have content tags and filter by content instead of age (I.e. No graphic violence). That would ignore country discrepancies and then give more flexibility
TWeaK@lemmy.today 2 days ago
All of this is precluded by you using a browser that is authorised and approved by the government.
WhyJiffie@sh.itjust.works 2 days ago
fuck any and all government that wants to limit what browsers we can use! the legislation should end at requiring websites to provide their classification in the headers. after that, it’s the parents job to set up the device properly.