AntiMalwareSeptember 3, 2026🇷🇺Translated from Russian

Mozilla Adds Built-in Ad Blocker to Firefox for iOS Devices

Mozilla has added a built-in ad blocker to Firefox for iOS, providing iPhone users with native protection against online advertisements and trackers.

Home users no longer need to rely on separate extensions, which Apple restricts more heavily on iOS than on desktop or Android platforms. The new feature blocks many third-party ads and related trackers before the page loads.

Elements targeted for blocking include pop-up windows, banners, content-overlapping components, and other intrusive advertising formats. The implementation occurs at the browser level, enhancing privacy by limiting data collection from trackers without additional configuration.

Related articles

HabrPrivacy & Surveillance

De-Clouding IoT Devices: Local Control for Midea Air Conditioners and Tuya-Based Cat Feeders

A security researcher detailed a methodical approach to eliminating vendor cloud dependency for Wi-Fi IoT devices in a smart home setup. After acquiring a cat, the author was forced to integrate several Tuya-based appliances that only worked through proprietary cloud apps. Using hardware analysis tools including UART adapters, multimeters, and soldering equipment, the devices were disassembled and their controllers identified. The Midea air conditioner controller based on TYWE3S ESP8266 was reflashed with ESPHome to enable direct Home Assistant integration. For the Tuya WBR3-powered cat feeder running on an RTL8720CF chip, OpenBeken firmware was installed after extracting the original firmware with ltchiptool. Detailed UART communication analysis between the Wi-Fi module and MCU allowed full recreation of scheduling and control functions locally via MQTT.

HabrPrivacy & Surveillance

Russia Starts Blocking Encrypted DNS Protocols DoH and DoT Across Major ISPs

Since mid-August 2026, subscribers of Rostelecom, Dom.ru, Tattelecom, SkyNet and Beeline have reported sudden failures of encrypted DNS services from Google and Cloudflare. The blocking affects both DoT on port 853 and DoH on port 443, but the mechanisms differ: DoT connections receive TCP RST packets while DoH sessions are silently dropped after the TLS ClientHello. Analysis shows the interference originates from TSPU equipment performing DPI on SNI fields and known resolver domains. At the same time, ordinary UDP DNS queries are being intercepted and answered by the NSIDI infrastructure, returning NXDOMAIN for blocked domains. The changes indicate a centrally coordinated rollout of new filtering rules rather than isolated operator actions. Users are advised that encrypted DNS no longer provides reliable privacy or circumvention and that full VPN tunnels remain the only robust option.

AntiMalwarePrivacy & Surveillance

Glassbox Tool Exposes Browser Fingerprinting Risks and Limitations of Incognito Mode

Developer and security researcher David Dale has released Glassbox, an open tool that runs over 30 browser fingerprinting checks to show how identifiable a user appears to trackers. The service evaluates Canvas, WebGL, installed fonts, WebAssembly functions, available APIs, third-party authentication state, and audio processing characteristics entirely in the browser. Results include raw test data and an identifiability score capped at roughly 33 bits, sufficient in theory to single out one person among the global population. Tests reported by The Register showed Chrome at 99 percent identifiability, Firefox at 89 percent, and Tor Browser at 56 percent, though these figures rely on a mathematical model rather than real-world visitor databases. Dale warns that overly hardened configurations can increase uniqueness and recommends using Tor or VPN together with WebRTC leak prevention to blend into larger anonymity sets.

BoletimSecPrivacy & Surveillance

Android 17 Adds Local Network Protection and Strengthens Wi-Fi Privacy Controls

Android 17 introduces Local Network Protection, requiring apps to obtain explicit permission before scanning or connecting to devices on the same Wi-Fi network. The feature limits unauthorized discovery of TVs, cameras, printers, consoles and other local equipment that could previously be used to build detailed user profiles. The update also enables Encrypted Client Hello by default to hide domain names during HTTPS handshakes from network observers. Certificate Transparency is now activated by default to detect fraudulent or mis-issued certificates that could enable interception attacks. Additional safeguards block forced downgrades to insecure 2G networks often exploited by fake base stations for SMS-based fraud. These changes collectively reduce passive tracking and man-in-the-middle risks without disrupting legitimate local network functions such as media casting.