Supreme Court Rules Police Conduct a Fourth Amendment “Search” When Grabbing Your Google Location History Data Through Geofence Warrants

The U.S. Supreme Court held Monday that law enforcement officers conduct a Fourth Amendment search when they obtain cell phone users’ precise Location History data from Google using a geofence warrant.

In a 6-3 decision in Chatrie v. United States, the Court ruled that Americans have a reasonable expectation of privacy in their cell phone location information, even when that data is stored by a third-party technology company such as Google. The ruling represents one of the Court’s most significant digital privacy decisions since its 2018 Carpenter decision involving historical cell-site location data.

Justice Elena Kagan authored the majority opinion, joined by Chief Justice John Roberts and Justices Sonia Sotomayor, Brett Kavanaugh, Ketanji Brown Jackson, and Jackson separately concurring.

Justice Neil Gorsuch concurred only in the judgment, while Justice Samuel Alito dissented, joined in part by Justices Clarence Thomas and Amy Coney Barrett. Justice Barrett also filed a separate dissent.

This builds directly on the landmark Carpenter v. United States (2018) decision, which already required warrants for cell-site location information (CSLI).

The Court made clear that Google’s even more precise and sweeping Location History data — which logs a user’s location every two minutes or so, within about 20 meters, and can even reveal elevation and which floor of a building someone is on — deserves at least the same protection.

The case, Chatrie v. United States (No. 25-112), arose from a May 20, 2019, armed robbery of a credit union in Midlothian, Virginia. Police had surveillance footage and witness statements but no suspect. On June 14, they obtained a Virginia magistrate’s geofence warrant directed at Google.

Keep reading

Meta Restricts Engineers’ Use of Claude Code And Codex Over Model ‘Distillation’ Concerns

Meta Platforms has instructed engineers in its Applied AI division to limit or restrict their use of Anthropic’s Claude Code and OpenAI’s Codex coding and agent tools, according to internal documents reviewed by The Information. The policy, driven by concerns over inadvertent model distillation, aims to prevent outputs from rival AI systems from contaminating Meta’s own training data and model development processes for its Llama family of models (which, quite frankly, could only help).

The move reflects the increasingly zero-sum nature of frontier AI development, where companies aggressively protect the provenance and purity of their training data while seeking to reduce reliance on competitor tools. Internal guidelines referencing the restrictions date back to at least May, with the policy actively in effect as of late June. Meta has not publicly confirmed or commented on the directive.

According to the internal documents, strict limits have been placed on how engineers in the applied AI division can use the rival tools. The stated goal is to block “inadvertent distillation” of competitor model outputs into Meta’s AI development pipeline. The scope is targeted: it focuses on engineers working directly on model building and applied AI initiatives rather than the entire engineering organization.

Claude Code from Anthropic and Codex from OpenAI are basically the industry standard now for professional developers engaged in agentic coding workflows. These desktop and app-based interfaces can plan, write, debug, and iterate on complex codebases, offering powerful assistance at relatively low individual subscription costs. That accessibility, however, has increased the potential surface area for the risks Meta is now seeking to contain.

Keep reading

Meta pauses an AI training program that tracks employees’ keystrokes after an internal leak

Meta is pausing an internal AI training program after sensitive data was accessible across the entire company, according to screenshots obtained by Business Insider.

A screenshot showed that the leak exposed employees’ private conversations, performance data, and transcriptions. The incident was classified as a SEV 2 on a scale of 0 to 5, with 0 being the most severe.

A Meta spokesperson confirmed the incident and said the company is investigating.

“We have carefully designed this program with privacy safeguards, and while we have no indication at this time that any data was improperly accessed by Meta employees, we’re pausing it while we investigate,” the spokesperson said.

In April, Meta announced the AI training program, called the Model Capability Initiative (MCI), which was intended to improve the company’s AI models by using its staff’s keystrokes and mouse movements as training data. The program, which is mandatory for most staff, sparked a backlash from employees who felt uncomfortable with their data being recorded, Business Insider previously reported.

This leak is causing frustration within Meta, according to screenshots seen by Business Insider, with employees critical that data wasn’t locked down from the start.

“I am incensed,” one employee wrote on Monday about the recent leak in an internal group, according to a screenshot obtained by Business Insider.

Keep reading

No New Laws Required… Private Biometrics Are Building The Digital ID Prison

That “black pill moment” is arriving faster than many realize. Not primarily through sweeping new government mandates, but through private companies quietly normalizing biometric data collection under the banners of “security,” “fraud prevention,” and “child protection.” They are erecting the infrastructure for a world where you cannot easily participate in daily life, commerce, or even basic online access without surrendering your face, your license scan, or other biometrics. Once the systems exist and the data flows, laws can simply ratify what private actors have already made routine.

In a recent commentary “Digital ID Black Pill Moment”, I highlighted a sobering reality: 186 out of 198 countries already have digital ID systems in place. Only a shrinking handful of nations lack foundational national digital IDs. As I wrote, “the global push for digital IDs is far advanced, likely past the point of no return, aligning with the UN’s 2030 goal of universal legal identity and enabling a globalist digital currency system that could control access to everything.”

Facebook/Meta: Selfie or Stay Locked Out

Government mandates are not required to finish building the digital surveillance prison. Citizens are willingly submitting their biometrics to access social media sites. For example, I am no longer on Facebook. They banned me during the Covid era after I began sharing information about the true contents of the shots and alternative treatments. A friend just sent me a Facebook post and I could not view it without taking a selfie and sending it to FB. No way was I going to comply.

Try viewing certain Facebook posts or recovering a flagged account, and you may hit this wall. Users are increasingly prompted to submit a video selfie turning their head in different directions so the system can map facial geometry to “prove you’re a real person” or restore access. The company states it uses this to combat scams and compromised accounts, and claims the video is deleted after verification.

Keep reading

Google Removes the Final Workaround for Full Ad Blocking in Chrome

Google is removing the last technical workaround that kept effective ad blockers alive in Chrome.

When Chrome 150 ships on June 30, the browser will delete a hidden setting called the ExtensionManifestV2Disabled flag, a switch that power users had been toggling to keep old-style extensions running after Google officially discontinued them.

Without it, uBlock Origin and every other extension built on the old Manifest V2 framework, the set of rules that governed how browser extensions worked for years, will stop functioning permanently. Chrome 151, expected in July, will strip the remaining MV2 flags entirely. No policy override and no hidden setting will bring them back.

The company that sells more advertising than any other on Earth now controls whether you can block those ads. And it just decided you can’t, at least not effectively.

What Google took away and why it took it

The technical change is the replacement of Chrome’s webRequest API with the declarativeNetRequest API.

Under the old system, extensions like uBlock Origin could watch your browser’s traffic as it happened, see an ad or tracker trying to load, and block it on the spot before it ever reached your screen.

Under the new system, extensions have to hand Google a pre-written list of things to block and Chrome decides whether to follow those instructions. The lists are capped at a fixed number of rules, and the extension can’t react to anything that isn’t already on the list.

uBlock Origin’s developer, Raymond Hill, has been clear that a Manifest V3 version cannot replicate the original’s full capabilities. A stripped-down version called uBlock Origin Lite exists for MV3, but it handles only a fraction of the filter lists, the community-maintained databases of known ads and trackers, that the original supported.

It also can’t perform cosmetic filtering, the process of hiding ad containers and promotional elements that remain on a page even after the ad itself is blocked. Without it, you get blank boxes where ads used to be, or sponsored content that looks native to the page. For more than 40 million Chrome users who relied on the original, the replacement is a downgrade by design.

Google engineer Devlin Cronin confirmed the timeline in a Chromium code review commit, a logged change to Chrome’s underlying source code that other developers can inspect, writing that “MV2 extensions are no longer allowed in any supported version of Chrome, and we are removing support for them and the associated functionality. We won’t be able to provide / maintain this functionality indefinitely due to the complexity and tech debt, as well as the security risks it entails (we’ve actually found a number of bugs that are specific to MV2 lately). Of course, other browsers can continue supporting these if they so desire.”

Keep reading

OpenAI Eyes Massive 10-Gigawatt Ohio Data Center

OpenAI is moving along in talks to lease a proposed 10-gigawatt data center campus on federal land in Ohio, according to a new report from The Information, in a deal that could include financial backing from Nvidia. This comes as Ohio lawmakers unveiled new legislation aiming to regulate data center build-outs.

The massive 10 GW data center would be the largest data center development ever considered, with a potential buildout cost topping $500 billion based on current prices for chips, labor, and construction materials.

Under the proposed deal, OpenAI would control the chip stacks through a long-term lease and begin making payments once the facility starts operations.

The first phase is expected to come online in 2028. For some context, 10 GW of power is roughly the output of several large nuclear reactors or about 10 large gas-fired power plants running at full capacity. Each GW can power about 700,000 to 1 million homes.

The data center development would require dedicated power generation, substations, transmission lines, cooling infrastructure, access to water or advanced cooling systems, and phased construction over several years.

Simultaneously, Ohio lawmakers have unveiled Substitute House Bill 646, which aims to regulate data center buildouts in the state.

“The Joint Data Center Study Committee has done its job,” Senate Finance Chair Brian Chavez (R-Marietta), who is also the co-chair of the data center committee, said, and quoted by local outlet ABC News 5.

Bill 646 would create a new electric rate class for data centers to ensure that the costs of generation, transmission, and distribution are entirely paid by hyperscalers.

“Make sure the ratepayers are kept harmless, held harmless, and that data centers pay for whatever they’re causing,” Chavez said.

This year alone, Goldman calculates that hyperscalers will unleash $800 billion in data center capex.

Keep reading

UK Plans To JAIL Tech CEOs Who Refuse To SPY On Every Phone

New measures would compel client-side inspection of every photo, video and message on devices, escalating the digital ID lockdown already plotted for British smartphones in coordination with major technology firms.

Privacy advocates warn the “child safety” framing masks a broader drive to turn personal phones into mandatory surveillance endpoints, with criminal penalties aimed at any executive who resists.

Reclaim The Net, an organization dedicated to countering online censorship and digital surveillance, flagged the draft legislation in recent updates. 

The group described how UK authorities are preparing to imprison tech executives for up to five years under the Online Safety Act if companies refuse to build and deploy scanners capable of reviewing every piece of content on user devices.

The push targets expanded “client-side scanning” features, requiring devices to inspect material before it is sent or received.

Existing tools from Apple and Google, such as nudity detection in Messages or sensitive content warnings, would be broadened into comprehensive, always-active systems. Non-compliance would trigger direct penalties against company leadership rather than the firms alone.

Keep reading

Signal, DuckDuckGo, and NordVPN threaten to exit Canada if metadata surveillance law passes

Another day, another government attempt to force tech companies to build backdoors. This time, Canada is proposing legislation that would require companies to retain certain metadata and provide law enforcement with access to it. Predictably, many tech players have sharply criticized the proposal, with some saying they would rather leave the Canadian market than comply.

The latest version of Canada’s Bill C-22 would require digital services such as internet service providers, messaging platforms, email providers, and potentially hardware companies to retain up to one year of user metadata. In addition, tech companies would have to implement mechanisms that allow authorities to obtain “lawful access” to that information for criminal investigations. Critics argue the proposal amounts to another government-mandated backdoor.

During his testimony before the House of Commons Standing Committee on Public Safety and National Security, Signal executive Udbhav Tiwari said Bill C-22 would turn everyday digital tools into a surveillance network. He argued that requiring companies to retain metadata about users’ communications runs counter to Signal’s privacy practices.

A spokesperson for DuckDuckGo also confirmed that the company would remove its VPN service from Canada if Bill C-22 passes. NordVPN and other VPN providers have made similar statements.

Apple and Google have also joined industry warnings that the legislation could force them to weaken encryption. Last year, Apple successfully opposed a similar proposal in the United Kingdom that would have required it to build a backdoor into iCloud. The incident was the latest in a series of conflicts between the Cupertino-based company and government regulators over security and user privacy.

The primary concern is that malicious actors would inevitably discover and exploit any digital backdoor, regardless of whether it was designed exclusively for law enforcement or domestic government agencies. OpenMedia, which has described C-22 as an attempt to create a surveillance state, pointed to a late-2024 incident in which Chinese state-backed hackers compromised government-mandated police wiretap systems to steal sensitive data from AT&T, Verizon, Lumen Technologies, and other telecom providers.

Keep reading

UK Government Plots Digital ID Lockdown On Every Phone In Lockstep With Big Tech

The Labour government in Britain is accelerating its assault on digital privacy under the well-worn banner of child protection. Fresh plans leaked to the press reveal ministers intend to compel Apple, Google and other tech firms to restrict smartphones so thoroughly that a digital ID will be needed to use them with unfettered access.

The mechanism comes in the form of expanded age verification that effectively demands digital identification for device setup and use. What is sold as safeguarding the young is shaping up as a backdoor mandate for every adult in Britain to submit ID just to operate a phone or go online.

This development lands alongside Google’s confirmation that it will soon bring digital IDs to Android devices in the UK via Google Wallet. Users will record a short video selfie and scan a government-issued ID to add a digital version of their passport or other documents.

Keep reading

Meta leads largest anti-scam operation with FBI and DOJ, leading to 63 arrests

Officials announced a massive, coordinated anti-scam operation led by Meta alongside the Federal Bureau of Investigation (FBI), Department of Justice (DOJ), Microsoft, Coinbase and Starlink, resulting in 63 arrests, millions of dollars in frozen cryptocurrency and the removal of over a million scam-related online accounts.

The initiative, announced Tuesday, represents Meta’s largest disruption campaign to date. It was described as the first coordinated effort of its kind to unite major technology companies, financial platforms and global law enforcement agencies against the broader fraud ecosystem.

Globally, recent federal efforts against these networks have resulted in the arrests of more than 300 individuals, the rescue of over 2,000 human trafficking victims and the seizure of billions in illicit cryptocurrency.

“Protecting people around the world from scams is one of our highest priorities. We’re proud to partner with industry and DOJ, FBI, Royal Thai Police, and other law enforcement agencies in taking this global fight directly to these Asia-based scam centers at their source,” said Chris Sonderby, Meta’s vice president and deputy general counsel, in a statement.

The operation spanned Washington, D.C., and Thailand, utilizing the U.S. Secret Service alongside law enforcement agencies from the United Kingdom, Australia, Canada, New Zealand and Thailand.

Authorities say these criminal networks steal billions of dollars from Americans annually through romance scams and cryptocurrency investment fraud. Several of the targeted organizations operate out of forced-labor compounds in Southeast Asia run by transnational organized crime groups.

During the crackdown, Meta has successfully removed about 1.4 million scam accounts, pages and groups from Facebook and Instagram, while the Royal Thai Police arrested 63 people suspected of having connections to the scam centers.

Keep reading