Senators Press Meta Over Delayed Teen Privacy Protections and CSAM Handling

Senators Press Meta Over Delayed Teen Privacy Protections and CSAM Handling
source: gettyimages
February 5, 2026

A bipartisan group of five U.S. senators has written to Meta CEO Mark Zuckerberg to demand more information about why the company delayed rolling out private-by-default protections for users under 18. The letter, signed by Brian Schatz (D-HI), Katie Britt (R-AL), Amy Klobuchar (D-MN), James Lankford (R-OK), and Christopher Coons (D-DE), points to recently unsealed court records in a nationwide child-safety lawsuit that allege Meta downplayed the harms posed by its platforms to keep users engaged.

The senators reference court documents unsealed late last year as part of the broader case, saying the filings suggest Meta minimized or obscured platform risks in pursuit of greater engagement. They argue the company’s approach to user safety may have been shaped by engagement metrics rather than prioritizing well-being.

Regarding timing, Meta began automatically placing teens’ Instagram accounts into private and more restrictive modes in September 2024, with the protective measures later extended to Facebook and Messenger last year. The unredacted court filing reportedly reveals that Meta had considered making all teen accounts private in 2019 but ditched the plan after finding it would likely hurt engagement.

In their letter, the senators ask Zuckerberg for details about why the private-by-default feature for teens was delayed and which teams were involved in the decision-making process. They also probe broader allegations in the filing, including whether Meta ever paused or suppressed research into user well-being and platform effects if results were unfavorable, or if strategic concerns influenced what was disclosed publicly.

The lawmakers express serious concern about claims that Meta knew about risks but may have delayed product changes or withheld findings. They also seek clarity on Meta’s policies for removing child sexual abuse material (CSAM) and trafficking-related content, in light of testimony from Meta’s former head of safety and well-being, who alleged the company would suspend an account only after 17 violations “for prostitution and solicitation.” The senators have set a deadline of March 6 for Meta’s response.

By Emma Roth

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 281 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645558,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}