WhatsApp Adds Strict Account Settings: One‑Toggle Privacy Lockdown

by Rachel Kim – Technology Editor

Here’s a breakdown of the provided HTML snippet and text, focusing on the key elements:

1. Ad Blocks:

The code contains multiple ad blocks from Google’s DoubleClick advertising network. They are structured using <div> elements with classes like adun_eagle_desktop_story_wrapper and adun.

* <noscript> tags: These are crucial. They contain the actual ad links (<a> tags) and images (<img> tags). This means the ads are displayed if JavaScript is disabled in the user’s browser. If JavaScript is enabled, the ad network typically uses JavaScript too dynamically load and display the ads.
* src attributes: The src attributes of the <img> tags point to Google’s ad servers, requesting an ad. The URLs contain a lot of parameters:
* co=1: Likely a publisher ID.
* iu=/6978/reg_security/front: an inventory unit ID, specifying where the ad should be displayed (likely a security-related section of “The Register”).
* sz=...: Specifies the allowed ad sizes (300×50, 300×100, etc.). The ad server will try to serve an ad that fits one of these sizes.
* tile=...: A tile number,likely used for A/B testing or ad rotation.
* c=...: A unique campaign ID.
* t=...: Tracking parameters (e.g., ct=ns likely means “content type = news”).
* data-pos, data-raptor, data-xxlg, data-xsm, data-sm, data-md attributes: These are custom data attributes used by the website’s ad management system to determine where and how to display the ads based on screen size and other factors.

2. Article Content:

The code also includes two paragraphs of text from an article, likely from “The Register” (based on the URL in the link).

* Topic: The article discusses a new security feature in WhatsApp called “Strict Account Settings.”
* Key Points:
* WhatsApp is a target for attacks due to its use by high-profile individuals (journalists, public figures).
* The new feature aims to provide “extreme safeguards” against sophisticated cyberattacks.
* However,the feature will be rolled out to all users,not just those at high risk.
* Meta (WhatsApp’s parent company) emphasizes its commitment to privacy for everyone.
* Links: The article includes links to other articles on “The Register” related to:
* an NSO Group verdict.
* Phishing attacks targeting WhatsApp users.

In Summary:

This code snippet represents a web page that combines editorial content (the WhatsApp security article) with advertising. The ads are served through Google’s doubleclick network and are designed to be displayed in specific areas of the page. The article focuses on a new WhatsApp security feature aimed at protecting users from targeted attacks.

You may also like

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.