AntiMalwareAugust 20, 2026🇷🇺Translated from Russian

Google Chrome Tests Visible Global Privacy Control Toggle in Canary

Google is testing a visible toggle for Global Privacy Control (GPC) inside Chrome Canary. The control lets users send a single request asking websites not to sell or share personal data and not to use it for targeted advertising.

When the toggle is enabled, the browser automatically adds the Sec-GPC: 1 header to outgoing web requests and exposes the corresponding value through the navigator.globalPrivacyControl JavaScript property. In jurisdictions with compatible legislation, such as California’s CCPA, this signal can be treated as a formal “Do Not Sell or Share” opt-out.

The new switch appears in the privacy section of Chrome Canary, primarily on Android. Experimental flags also exist for Windows, macOS, Linux, and ChromeOS, although the desktop user interface is not yet fully implemented.

During testing, researchers discovered that two separate flags must be activated: one to display the toggle and another (Force Global Privacy Control Signal) to actually transmit Sec-GPC: 1. Simply enabling the visible button is insufficient.

Even after full activation, GPC remains a request rather than an enforceable command. Websites determine their own response, and real-world impact depends on both technical support for the standard and the legal requirements of each region.

The feature is not yet present in the stable version of Google Chrome and its final behavior may still change before wider release.

Related articles

AntiMalwarePrivacy & Surveillance

OpenAI ChatGPT Computer History Feature on macOS Could Expose Detailed User Activity Logs to Infostealers

OpenAI has introduced the Computer History feature in its macOS ChatGPT app, which records application switches, clicks, keystrokes, and accessibility context to generate AI summaries and memories. The feature is disabled by default and requires explicit activation of Memories, with availability limited to Pro, Business, and Enterprise users outside the EEA, Switzerland, and the UK. While raw event files are deleted after 48 hours and not used for model training, the resulting Markdown memory files remain unencrypted on the local Mac. These files can be read by any process running under the same user account, creating a ready-made activity log for infostealers and other malware. OpenAI also warns about prompt injection risks where hidden instructions from websites or apps could influence ChatGPT or Codex behavior. Users retain controls to select participating apps, pause collection, or delete history, but the lack of encryption on stored memories raises significant privacy concerns.

SecuritylabPrivacy & Surveillance

AirTag and SmartTag: How to Detect If a Bluetooth Tracker Is Following You

Phones can now warn users when an unknown Bluetooth tracker such as an Apple AirTag or Samsung SmartTag is moving alongside them for an extended period. The alerts do not automatically confirm stalking, since the same tags can be left in taxis, rental cars or borrowed bags, yet they should never be ignored. AirTag and SmartTag rely on crowdsourced Bluetooth networks rather than built-in GPS or cellular connections, allowing them to report approximate locations only when nearby phones relay the signal. The article details differences from traditional GPS trackers, explains how to interpret notifications on iOS 17.5+ and Android 6.0+, and provides step-by-step guidance for locating hidden devices in clothing, vehicles or personal items. It also covers immediate safety actions, evidence preservation for police reports, and practical steps to reduce future tracking risks through account and permission hygiene.

AntiMalwarePrivacy & Surveillance

VPN Encryption Alone Cannot Hide Traffic from Network Detection Systems

A Habr user known as mr_tom detailed why encrypted VPN connections remain detectable despite their encryption. Observers can identify connections through visible metadata such as server IP addresses, ports, transport protocols, handshake patterns, packet sizes, timing intervals, and overall flow behavior. Simple DPI systems block traffic by restricting known IPs or ports, while advanced filters build traffic fingerprints and use active probing to verify suspicious endpoints. The popular combination of VLESS, XHTTP, and REALITY operates across different layers rather than functioning as three equivalent VPN protocols. Even traffic on port 443 can be distinguished from standard HTTPS by analyzing handshake details and subsequent packet behavior. The core conclusion is that no universally unblockable VPN exists, as detection can rely on IP blocking, new signatures, or active verification regardless of encryption strength.

HabrPrivacy & Surveillance

Browser Extension Anonymizes Sensitive Data Before Sending to AI Chatbots

A new browser extension automatically detects and replaces sensitive information such as names, INN numbers, bank cards, and emails with pseudonyms before any text or files reach AI chat services. The tool operates entirely locally in the browser, ensuring original data never leaves the user's device while allowing AI models to process anonymized placeholders. Responses from the AI are decrypted back to readable form only on the user's screen using an in-memory mapping that disappears when the browser closes. The solution supports over 70 file formats including DOCX, XLSX, and PDF, plus offline OCR for scanned documents to handle the most common leakage vectors used by HR, legal, and accounting teams. Multiple validation layers including checksums, Luhn algorithm, entropy checks, and normalization for Russian name declensions reduce false positives that plagued earlier regex-based attempts. The extension is available in a free version on the Chrome Web Store covering 33 data categories, with advanced file and scan features offered on request.