this post was submitted on 26 Jul 2025
1035 points (99.2% liked)
Technology
73254 readers
3846 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
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
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.
this is all possible with open source code, if you make sure the kid can't install anything without parent approval. stores like fdroid could have some badge or something if a browser supports this kind of limitation.
All of this is precluded by you using a browser that is authorised and approved by the government.
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.