Understanding Block Edge Chrome Settings in Microsoft Edge
Microsoft Edge is a popular web browser developed by Microsoft, which is based on the Chromium engine. One of the critical features of Microsoft Edge is its ability to block third-party trackers and ads. This feature is known as "Block Edge" and can be configured in the Chrome settings of Microsoft Edge.
What is Block Edge?
Block Edge is a feature in Microsoft Edge that allows users to block third-party trackers and ads. This feature is enabled by default when you install Microsoft Edge. When this feature is enabled, Microsoft Edge will block third-party trackers and ads that may be trying to collect your personal information or display unwanted ads.
How to Configure Block Edge
To configure Block Edge, follow these steps:
- Open Microsoft Edge.
- Click on the three dots in the top right corner of the browser window.
- Click on "Settings" in the dropdown menu.
- Click on "Privacy and services" in the left-hand menu.
- Under "Services," toggle the switch next to "Block third-party cookies" to enable or disable this feature.
- Under "Tracking prevention," select the level of tracking prevention you want to enable. You can choose between "Basic," "Balanced," and "Strict."
Key Concepts
Here are some key concepts related to Block Edge:
- Third-party trackers: These are small pieces of code that are embedded in websites you visit. They are used to track your online behavior and collect personal information about you. Block Edge can block these trackers, preventing them from collecting your personal information.
- Ads: Ads are often displayed on websites you visit. Some of these ads may be irrelevant or unwanted. Block Edge can block these ads, preventing them from being displayed in your browser.
- Tracking prevention: This is a feature in Microsoft Edge that allows you to control how much tracking is allowed on the websites you visit. You can choose between "Basic," "Balanced," and "Strict" tracking prevention levels.
Code Blocks
Here is an example of how to enable Block Edge using the Microsoft Edge API:
// Enable Block Edge
const edge = await MicrosoftEdge.create();
await edge.settings.set('privacy.trackingPrevention.level', 'strict');
await edge.settings.set('privacy.blockThirdPartyCookies', true);Block Edge is a feature in Microsoft Edge that allows users to block third-party trackers and ads. This feature can be configured in the Chrome settings of Microsoft Edge. By enabling Block Edge, users can prevent third-party trackers and ads from collecting their personal information and displaying unwanted ads.