WeSearch

On Age Verification

·12 min read · 0 reactions · 0 comments · 14 views
#privacy#technology#law
On Age Verification
TL;DR · WeSearch summary

Several states in the U.S. and Brazil have enacted laws requiring operating system developers to implement age verification for users. This legislation mandates that users provide their age, which will be stored and shared across apps and services. Critics argue that these laws are impractical and could lead to increased surveillance and loss of privacy.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3764440) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Shoban Chiddarth Posted on May 27 On Age Verification #linux #privacy #freedom #security Introduction If you have been living under a rock (good for you), several states in America and the country of Brazil have introduced a new law that forces operating system developers to implement "age attestation" of the user, you will have to provide your age and then an age bracket will be stored which will be broadcast to every app and service you use in your operating system, and app stores…

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)