From bda32ba49158c75bd0c00a4848a1c347ac0a9f62 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 31 Oct 2025 16:57:47 +0300 Subject: [PATCH 01/27] add adguard for windows v8 section --- .../adguard-browser-extension/_category_.json | 2 +- docs/adguard-content-blocker/_category_.json | 2 +- docs/adguard-for-android/_category_.json | 2 +- docs/adguard-for-ios/_category_.json | 2 +- docs/adguard-for-linux/_category_.json | 2 +- docs/adguard-for-mac/_category_.json | 2 +- docs/adguard-for-safari/_category_.json | 2 +- docs/adguard-for-windows-8/_category_.json | 6 + .../adguard-for-windows-8.md | 34 ++++++ .../app-management/_category_.json | 6 + .../app-management/app-management.md | 36 ++++++ docs/adguard-for-windows-8/home-screen.md | 34 ++++++ .../protection/_category_.json | 6 + .../protection/ad-blocking.md | 28 +++++ .../protection/annoyance-blocking.md | 28 +++++ .../protection/browsing-security.md | 28 +++++ .../protection/dns-protection.md | 50 +++++++++ .../protection/parental-control.md | 26 +++++ .../protection/protection.md | 28 +++++ .../settings/_category_.json | 6 + docs/adguard-for-windows-8/settings/about.md | 14 +++ .../settings/app-settings/_category_.json | 6 + .../app-settings/advanced-settings.md | 106 ++++++++++++++++++ .../settings/app-settings/app-settings.md | 16 +++ .../adguard-for-windows-8/settings/license.md | 22 ++++ .../settings/settings.md | 28 +++++ .../statistics/_category_.json | 6 + .../statistics/statistics.md | 46 ++++++++ docs/guides/_category_.json | 2 +- docs/miscellaneous/_category_.json | 2 +- 30 files changed, 569 insertions(+), 9 deletions(-) create mode 100644 docs/adguard-for-windows-8/_category_.json create mode 100644 docs/adguard-for-windows-8/adguard-for-windows-8.md create mode 100644 docs/adguard-for-windows-8/app-management/_category_.json create mode 100644 docs/adguard-for-windows-8/app-management/app-management.md create mode 100644 docs/adguard-for-windows-8/home-screen.md create mode 100644 docs/adguard-for-windows-8/protection/_category_.json create mode 100644 docs/adguard-for-windows-8/protection/ad-blocking.md create mode 100644 docs/adguard-for-windows-8/protection/annoyance-blocking.md create mode 100644 docs/adguard-for-windows-8/protection/browsing-security.md create mode 100644 docs/adguard-for-windows-8/protection/dns-protection.md create mode 100644 docs/adguard-for-windows-8/protection/parental-control.md create mode 100644 docs/adguard-for-windows-8/protection/protection.md create mode 100644 docs/adguard-for-windows-8/settings/_category_.json create mode 100644 docs/adguard-for-windows-8/settings/about.md create mode 100644 docs/adguard-for-windows-8/settings/app-settings/_category_.json create mode 100644 docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md create mode 100644 docs/adguard-for-windows-8/settings/app-settings/app-settings.md create mode 100644 docs/adguard-for-windows-8/settings/license.md create mode 100644 docs/adguard-for-windows-8/settings/settings.md create mode 100644 docs/adguard-for-windows-8/statistics/_category_.json create mode 100644 docs/adguard-for-windows-8/statistics/statistics.md diff --git a/docs/adguard-browser-extension/_category_.json b/docs/adguard-browser-extension/_category_.json index 922ae333412..9ea22ba489d 100644 --- a/docs/adguard-browser-extension/_category_.json +++ b/docs/adguard-browser-extension/_category_.json @@ -1,5 +1,5 @@ { - "position": 7, + "position": 8, "label": "AdGuard Browser Extension", "collapsible": true, "collapsed": true diff --git a/docs/adguard-content-blocker/_category_.json b/docs/adguard-content-blocker/_category_.json index da409d5abb9..683ff5faa65 100644 --- a/docs/adguard-content-blocker/_category_.json +++ b/docs/adguard-content-blocker/_category_.json @@ -1,5 +1,5 @@ { - "position": 9, + "position": 10, "label": "AdGuard Content Blocker", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-android/_category_.json b/docs/adguard-for-android/_category_.json index e5e7f364ae3..cc991b06f25 100644 --- a/docs/adguard-for-android/_category_.json +++ b/docs/adguard-for-android/_category_.json @@ -1,5 +1,5 @@ { - "position": 5, + "position": 6, "label": "AdGuard for Android", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-ios/_category_.json b/docs/adguard-for-ios/_category_.json index 5754acc23b5..560d541a688 100644 --- a/docs/adguard-for-ios/_category_.json +++ b/docs/adguard-for-ios/_category_.json @@ -1,5 +1,5 @@ { - "position": 6, + "position": 7, "label": "AdGuard for iOS", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-linux/_category_.json b/docs/adguard-for-linux/_category_.json index 8b25f567969..3ff758b1440 100644 --- a/docs/adguard-for-linux/_category_.json +++ b/docs/adguard-for-linux/_category_.json @@ -1,5 +1,5 @@ { - "position": 10, + "position": 11, "label": "AdGuard for Linux", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-mac/_category_.json b/docs/adguard-for-mac/_category_.json index ef9555c8838..47583cd1f1f 100644 --- a/docs/adguard-for-mac/_category_.json +++ b/docs/adguard-for-mac/_category_.json @@ -1,5 +1,5 @@ { - "position": 4, + "position": 5, "label": "AdGuard for Mac", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-safari/_category_.json b/docs/adguard-for-safari/_category_.json index 6b7d39cdebc..494e4325f28 100644 --- a/docs/adguard-for-safari/_category_.json +++ b/docs/adguard-for-safari/_category_.json @@ -1,5 +1,5 @@ { - "position": 8, + "position": 9, "label": "AdGuard for Safari", "collapsible": true, "collapsed": true diff --git a/docs/adguard-for-windows-8/_category_.json b/docs/adguard-for-windows-8/_category_.json new file mode 100644 index 00000000000..82ccb4b159f --- /dev/null +++ b/docs/adguard-for-windows-8/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 4, + "label": "AdGuard for Windows v8", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/adguard-for-windows-8.md b/docs/adguard-for-windows-8/adguard-for-windows-8.md new file mode 100644 index 00000000000..a526924bc4d --- /dev/null +++ b/docs/adguard-for-windows-8/adguard-for-windows-8.md @@ -0,0 +1,34 @@ +--- +title: AdGuard for Windows v8 +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +AdGuard for Windows is an easy-to-use tool that blocks annoying banners, popups, video ads, and trackers. But that’s not all: it helps you save traffic, load web pages faster, and protect your computer from undesirable and potentially malicious websites. AdGuard also protects you from phishing websites and keeps your kids away from inappropriate content. + +## [Home screen](/adguard-for-windows-8/home-screen/) + +A toggle to enable or disable AdGuard protection, along with icons for activating Ad blocking, Tracking protection, DNS protection, and Annoyance blocking. Settings can be accessed through the left-side menu. + +## [Protection](/adguard-for-windows-8/protection/) + +Settings to configure Ad blocking, Tracking protection, DNS protection, Annoyances blocking, phishing protection, Parental control, and user scripts + +## [Statistics](/adguard-for-windows-8/statistics/) + +Detailed information about blocked ads, trackers, and data usage + +## [App management](/adguard-for-windows-8/app-management/) + +Settings to customize traffic filtering and routing for each app and browser + +## [Settings](/adguard-for-windows-8/settings/) + +Options to select language and theme, view legal documents, check license information, and contact support. Advanced settings and network settings also live there. diff --git a/docs/adguard-for-windows-8/app-management/_category_.json b/docs/adguard-for-windows-8/app-management/_category_.json new file mode 100644 index 00000000000..5f698b23036 --- /dev/null +++ b/docs/adguard-for-windows-8/app-management/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 4, + "label": "App management", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/app-management/app-management.md b/docs/adguard-for-windows-8/app-management/app-management.md new file mode 100644 index 00000000000..460321cd965 --- /dev/null +++ b/docs/adguard-for-windows-8/app-management/app-management.md @@ -0,0 +1,36 @@ +--- +title: App management +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +In the *App management* section, you can manage routing and filtering settings for all apps installed on your device. + +Once AdGuard detects that an app has gone online, it is automatically added to App Management, and its traffic is routed through AdGuard. + +Filtering also works by default — AdGuard filters all traffic, and you can choose what to exclude from filtering. + +AdGuard also filters HTTPS traffic, as most websites today use HTTPS. This is especially important for blocking ads on sites like youtube.com, facebook.com, and x.com, where it is impossible to remove ads without HTTPS filtering. + +When routing and filtering are enabled for an app, the icons below each app will appear green. + +![App management *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/app_management/app_management.png) + +You can leave the settings as they are, disable both filtering and routing, or fine-tune them manually for each app. You can also access the app’s stats. + +![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/app_management/app_settings.png) + +## “Problem-free” and “problematic” apps + +Most apps work correctly when filtered. Some apps are considered “problematic” and may not work correctly when routed through AdGuard. You may see a warning like this when trying to route or filter all apps: + +![Warning *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/app_management/route_all.png) + +To ensure the proper operation of all apps installed on your device, we recommend routing only problem-free apps through AdGuard. diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md new file mode 100644 index 00000000000..cbeb8bba2a8 --- /dev/null +++ b/docs/adguard-for-windows-8/home-screen.md @@ -0,0 +1,34 @@ +--- +title: Home screen +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +When you open AdGuard for Windows v8.0, the first thing you’ll notice is the main screen. Its central element is the large switch that turns protection on and off. + +Right above the switch are the icons for *Ad blocking*, *Tracking protection*, *DNS protection*, and *Annoyance blocking*. You can activate any of them with a single click. + +If you want to fine-tune the app, open the menu on the left. To set up ad blocking and security features manually, go to the *Protection* tab. + +In *Statistics* you can see how many ads, trackers, and threats have been blocked. + +*App management* gives you control over filtering and routing for installed apps. + +Finally, the *Settings* tab contains your license details, general preferences like language and theme, and additional network or advanced settings for experienced users. + +Each of these is worth talking about separately. + +[Protection](adguard-for-windows-8/protection/) + +[Statistics](adguard-for-windows-8/statistics/) + +[App management](adguard-for-windows-8/app-management/) + +[Settings](adguard-for-windows-8/settings/) diff --git a/docs/adguard-for-windows-8/protection/_category_.json b/docs/adguard-for-windows-8/protection/_category_.json new file mode 100644 index 00000000000..7ad3e33d76f --- /dev/null +++ b/docs/adguard-for-windows-8/protection/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 2, + "label": "Protection", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/protection/ad-blocking.md b/docs/adguard-for-windows-8/protection/ad-blocking.md new file mode 100644 index 00000000000..b8ec6313c68 --- /dev/null +++ b/docs/adguard-for-windows-8/protection/ad-blocking.md @@ -0,0 +1,28 @@ +--- +title: Ad blocking +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +The *Ad blocking* section is responsible for removing ads from the websites you visit and from the apps installed on your device. To filter banners, pop-ups, trackers, and other intrusive elements, AdGuard relies on filters — sets of rules written in a [special syntax](/general/ad-filtering/create-own-filters). If you’d like to learn more about how they work, read our [article about filters](/general/ad-filtering/how-ad-blocking-works). + +![Ad blocking *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/ad_blocking_new.png) + +Here you can: + +- enable basic protection, +- block [search ads and self-promotion](/general/ad-filtering/search-ads), +- disable ads in the Start menu on Windows 11, +- enable automatic activation of language-specific filters +- manage User rules. + +You can also open the *Filtering log* to view all requests made by browsers and apps on your computer. From there, it’s easy to block or unblock any request by creating a custom rule. In the *Filter editor* you can create, add, and import your own rules and filters. + +![Filtering log and Filter editor *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/filtering_log_menu.png) diff --git a/docs/adguard-for-windows-8/protection/annoyance-blocking.md b/docs/adguard-for-windows-8/protection/annoyance-blocking.md new file mode 100644 index 00000000000..0a29d39440b --- /dev/null +++ b/docs/adguard-for-windows-8/protection/annoyance-blocking.md @@ -0,0 +1,28 @@ +--- +title: Annoyance blocking +sidebar_position: 2 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +Annoyance filters are designed to improve the usability of websites by blocking elements on pages that are not advertisements but distract from and interfere with site interaction or content consumption — such as various modal windows and interactive forms, cookie consent notifications and requests, mobile app banners, and various widgets. + +This filter may contain rules that are not suitable for all users. Sometimes it is recommended to disable this filter. The decisions to add rules to this filter are made by filter developers on a rule-by-rule basis. + +![Annoyance filters *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/annoyance_blocking.png) + +**Block cookie notices** — blocks cookie notices on web pages. + +**Block mobile app banners** — blocks banners that promote mobile apps on websites. + +**Block other annoyances** — blocks elements that do not fall under the popular categories of annoyances. + +**Block popups** — blocks all kinds of popups that are not necessary for websites’ operation. + +**Block widgets** — blocks online assistants, live support chats, etc. diff --git a/docs/adguard-for-windows-8/protection/browsing-security.md b/docs/adguard-for-windows-8/protection/browsing-security.md new file mode 100644 index 00000000000..701984d0684 --- /dev/null +++ b/docs/adguard-for-windows-8/protection/browsing-security.md @@ -0,0 +1,28 @@ +--- +title: Browsing security +sidebar_position: 4 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +The *Browsing security* offers strong protection against harmful websites and phishing attempts. + +While AdGuard for Windows is not an antivirus, it does provide essential security by warning you before visiting untrusted sites or downloading potentially dangerous files. + +It won’t stop a virus that is already being downloaded, and it won’t remove existing malware. But it will block access to websites that are marked as unsafe, helping you avoid threats in the first place. + +For more details about how this protection works, see our article [Phishing and malware protection](/general/browsing-security). + +![Browsing security *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/browsing_security.png) + +In the *Browsing security* section, you can: + +- turn on notifications about blocked malicious and phishing websites; +- enable sound alerts; +- allow anonymous security security-related data to be sent to AdGuard, which helps us keep our database of harmful websites up to date. diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md new file mode 100644 index 00000000000..085f6dfac32 --- /dev/null +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -0,0 +1,50 @@ +--- +title: DNS protection +sidebar_position: 3 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +DNS protection gives you more control over how your device connects to the Internet. There are three main reasons why it can be useful: + +## 1. Protect your privacy from your ISP + +Every time you open a website, for example `google.com`, your browser sends a request to a DNS server to get the IP address of the website in return. Usually, the DNS server belongs to your ISP, which means they can track the websites you visit. If you switch to another DNS server, such as AdGuard DNS, your ISP no longer sees your online activity. + +## 2. Encrypt your DNS traffic + +Modern protocols like DNS-over-TLS and DNS-over-HTTPS ensure that your DNS requests are encrypted. This protects them from being intercepted, modified, or spied on by attackers. + +## 3. Block unwanted content at the DNS level + +DNS protection can filter out ads, trackers, phishing websites, and other harmful or annoying content before it even loads in your browser or apps. [Learn more about DNS filtering](https://adguard-dns.io/kb/general/dns-filtering/) + +![DNS protection *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/dns_protection.png) + +Here’s what you can configure in DNS protection: + +## Choose a DNS server + +You can select from multiple trusted DNS providers. AdGuard itself offers several options for different needs: + +- AdGuard DNS — blocks ads and trackers. + +- AdGuard DNS Family Protection — blocks ads, trackers, and adult content. + +- AdGuard DNS Non-filtering — provides a secure and reliable connection without any filtering. + +You can use one of these public servers, add your own custom DNS server, or pick another trusted option from our [list of trusted DNS providers](https://adguard-dns.io/kb/general/dns-providers/). + +## Add DNS filters and rules + +To fine-tune protection, you can create your own DNS filters using [DNS rule syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/). You can also import ready-made [DNS filters](https://filterlists.com). + +In addition, you can create custom DNS rules to block, unblock, or redirect domains as needed. Use our built-in rule constructor. + +![Create DNS rules](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/create_dns_rule.png) diff --git a/docs/adguard-for-windows-8/protection/parental-control.md b/docs/adguard-for-windows-8/protection/parental-control.md new file mode 100644 index 00000000000..1640f70a432 --- /dev/null +++ b/docs/adguard-for-windows-8/protection/parental-control.md @@ -0,0 +1,26 @@ +--- +title: Parental control +sidebar_position: 5 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +There are several websites that children shouldn’t be able to access. *Parental control* helps you solve this problem. + +![Parental control *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/parental_control.png) + +When *Parental control* is enabled, AdGuard scans the content of web pages and blocks those that may be harmful or inappropriate for children. This includes adult images and text, crude language, violence, and drug-related content. + +You can also turn on *Safe search* to remove inappropriate links from search results. + +To prevent children from downloading unwanted programs, enable the *Block downloading exe.files* option. This option blocks them from downloading and installing software. + +You can manage the *Blocklist* and the *Allowlist* to decide which websites should be blocked and which should be allowed. + +Finally, you can protect these settings with a password and choose which user accounts they apply to. diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md new file mode 100644 index 00000000000..e857cb7820e --- /dev/null +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -0,0 +1,28 @@ +--- +title: Protection +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +![Protection tab *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/protection.png) + +The *Protection* tab contains all key security and filtering settings. Here you can manage ad blocking, tracking protection, annoyance blocking, DNS filtering, browsing security, parental control, and manage userscripts. You can also manage the AdGuard Assistant browser extension here. Each of these sections is described in a separate article. + +[Ad blocking](kb/adguard-for-windows-8/protection/ad-blocking/) + +[Tracking protection](kb/adguard-for-windows-8/protection/tracking-protection/) + +[Annoyance blocking](kb/adguard-for-windows-8/protection/annoyance-blocking/) + +[DNS protection](kb/adguard-for-windows-8/protection/dns-protection/) + +[Browsing security](kb/adguard-for-windows-8/protection/browsing-security/) + +[Parental control](kb/adguard-for-windows-8/protection/parental-control/) diff --git a/docs/adguard-for-windows-8/settings/_category_.json b/docs/adguard-for-windows-8/settings/_category_.json new file mode 100644 index 00000000000..e72eccc98e5 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 5, + "label": "Settings", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/settings/about.md b/docs/adguard-for-windows-8/settings/about.md new file mode 100644 index 00000000000..3f08a4ba80d --- /dev/null +++ b/docs/adguard-for-windows-8/settings/about.md @@ -0,0 +1,14 @@ +--- +title: About +sidebar_position: 4 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +In addition to information about the current version of the program and used libraries, this screen provides some useful links to License agreement, Privacy policy, Acknowledgements, Version history, and our website. diff --git a/docs/adguard-for-windows-8/settings/app-settings/_category_.json b/docs/adguard-for-windows-8/settings/app-settings/_category_.json new file mode 100644 index 00000000000..bb7bf6640d9 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/app-settings/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 1, + "label": "App settings", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md new file mode 100644 index 00000000000..11472035243 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md @@ -0,0 +1,106 @@ +--- +title: Advanced settings +sidebar_position: 2 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +The *Advanced settings* section contains options that go beyond what most users usually need. AdGuard for Windows AdGuard works perfectly out of the box, but these settings can be useful in special cases or for troubleshooting. + +:::caution + +Changing advanced settings without understanding them may cause performance issues, break your internet connection, or affect your security and privacy. Only modify them if you know what you’re doing or if instructed by our support team. + +::: + +## Exclude app from filtering by entering the full path + +If you want AdGuard to skip filtering a specific app, enter its full file path here. You can add multiple apps by separating their paths with semicolons. + +## Enable AdGuard pop-up notifications + +Enable this feature to see AdGuard pop-up notifications. They do not appear too often and contain only important information. You can also reopen the latest notification from the tray menu. + +## Automatically intercept filter subscription URLs + +When enabled, AdGuard will automatically detect filter subscription links (like `abp:subscribe`) and open a window to help you add them to your filters. + +## Use redirect driver mode + +With this option enabled, AdGuard reroutes all your traffic to a local proxy server for filtering. + +If it's turned off, AdGuard filters traffic directly — without redirecting it. In this mode, Windows sees AdGuard as the only app connecting to the internet, since all other apps go through it. This can slightly improve performance but may reduce the effectiveness of the system firewall. + +## Open AdGuard at system start-up + +Enable this option to launch the AdGuard window automatically when your PC starts. + +## Enable filtering at system start-up + +Since version 7.12, AdGuard doesn’t start filtering traffic automatically after you boot your PC — unless the *Launch AdGuard at system start-up* option is enabled. Instead, it runs in a passive “idle” mode. + +Turning this on allows AdGuard to filter traffic immediately, even if the app hasn’t been opened yet. + +## Filter localhost + +Enable this to allow AdGuard to filter loopback (localhost) traffic, which some apps use to communicate within the system. If AdGuard VPN is installed, this setting is always on because the VPN requires it to work properly. + +## Capture HAR + +This is for debugging only. When enabled, AdGuard will create a HAR file (HTTP Archive 1.2 format) with detailed info about all filtered requests. You can open it in apps like Fiddler. + +Keep in mind: it may slow down your browsing. + +## Show QUIC in the filtering log + +When enabled, AdGuard will include QUIC protocol traffic in the filtering log — but only for blocked requests. + +## Block Java + +Some websites still use Java plug-ins, which rely on outdated and insecure technology. You can disable these plug-ins for security. + +Using the *Block Java* option does not affect JavaScript — it will remain enabled. + +## Blocking mode for DNS rules + +Choose how AdGuard responds when a domain is blocked by a DNS rule based on [hosts rule syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/#etc-hosts-syntax). + +- Return a “REFUSED” error +- Return a “NXDOMAIN” error +- Return a custom IP address + +### Custom IPv4 address + +If Custom IP address is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked A requests. If none are specified, AdGuard will reply with the default REFUSED error. + +### Custom IPv6 address + +If Custom IP address is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked AAAA requests. If none are specified, AdGuard will reply with the default "REFUSED" error. + +## Fallback servers + +Set backup DNS servers here. AdGuard will use them if the main DNS server doesn’t respond within the timeout you set. You can: + +- Use your system’s default DNS servers +- Add custom fallback servers +- Or choose not to use fallback servers at all + +## DNS server timeout + +Specify how long (in milliseconds) AdGuard should wait for a DNS response before switching to a fallback server. If left empty or invalid, the default is 5000 ms (5 seconds). + +## Custom bootstrap addresses + +A bootstrap is an intermediate DNS server used to get the IP address of the secure DNS server you chose earlier in DNS protection. Such a "middle ground" is needed when using protocols that denote the server address by letters (such as DNS-over-TLS, for example). In this case, the bootstrap acts as a translator, transforming the letters into numbers your system can understand. + +But if needed, you can specify different IP addresses here — they’ll be tried in order from top to bottom. If none work, or nothing is entered, AdGuard will fall back to system defaults. + +## DNS exclusions + +Domains listed here bypass AdGuard’s DNS server. Their requests go through the system’s default resolver, and AdGuard does not apply any blocking rules to them. diff --git a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md new file mode 100644 index 00000000000..f8d874e0346 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md @@ -0,0 +1,16 @@ +--- +title: App settings +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/app_settings.png) + +[Advanced settings](/adguard-for-windows-8/settings/app-settings/advanced-settings.md) diff --git a/docs/adguard-for-windows-8/settings/license.md b/docs/adguard-for-windows-8/settings/license.md new file mode 100644 index 00000000000..11ff342c907 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/license.md @@ -0,0 +1,22 @@ +--- +title: License +sidebar_position: 2 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +![License *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/) + +The *License* tab provides details about your current license. Here you can: + +- view the license type, the number of devices available for simultaneous connection to AdGuard, and the activation code; +- bind your license to an AdGuard account; +- activate or reset your license; +- refresh the license status +- get a trial license to explore paid functions for free. diff --git a/docs/adguard-for-windows-8/settings/settings.md b/docs/adguard-for-windows-8/settings/settings.md new file mode 100644 index 00000000000..2bd5d0353b5 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/settings.md @@ -0,0 +1,28 @@ +--- +title: Settings +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +There are other useful AdGuard options that shouldn't go unnoticed in this article, since they add much to user experience. + +![Settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/settings.png) + +## [App settings](/adguard-for-windows-8/settings/app-settings) + +Language and theme, update channel and interval, advanced options for experienced users, and a filter editor to quickly create custom rules. + +## [License](/adguard-for-windows-8/settings/license) + +Information about license type, number of available devices, and activation code, with options to refresh or reset license and bind it to your AdGuard account. + +## [About](/adguard-for-windows-8/settings/about) + +Details about app version and libraries, as well as links to legal documents. diff --git a/docs/adguard-for-windows-8/statistics/_category_.json b/docs/adguard-for-windows-8/statistics/_category_.json new file mode 100644 index 00000000000..e8cc07ffc0a --- /dev/null +++ b/docs/adguard-for-windows-8/statistics/_category_.json @@ -0,0 +1,6 @@ +{ + "position": 3, + "label": "Statistics", + "collapsible": true, + "collapsed": true +} \ No newline at end of file diff --git a/docs/adguard-for-windows-8/statistics/statistics.md b/docs/adguard-for-windows-8/statistics/statistics.md new file mode 100644 index 00000000000..e4a93997c41 --- /dev/null +++ b/docs/adguard-for-windows-8/statistics/statistics.md @@ -0,0 +1,46 @@ +--- +title: Statistics +sidebar_position: 1 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +In *Statistics*, you see a complete picture of what is happening with the traffic on your computer: how many requests are being sent and to which companies, how much data is being uploaded and downloaded, what requests are being blocked. You can check statistics for various time frames: all time, the last 14 days, the last 7 days, the last 24 hours, and broken down by ads, trackers, or requests. + +![Customize stats *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/statistics/customize_stats.png) + +:::note + +All statistics are stored locally on your device. We only calculate how much data is used — we don’t see what websites you visit. You can also turn off statistics if you don’t need them. + +::: + +*Open Filtering log* shows the last 10,000 requests processed by AdGuard + +## Apps + +This section displays stats for all apps installed on your device. You can sort apps by the number of blocked ads or trackers or by the number of sent requests. + +If you tap an app, you can see its full stats: the requests it sends and the domains and companies it reaches out to. + +![App stats *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/statistics/app_stats.png) + +## DNS + +This section shows data about the requests handled by DNS protection. You can see the total number of requests sent and how many were blocked by AdGuard + +## Companies + +This section displays companies that your device reaches out to. What does it mean? + +AdGuard detects the domains your device sends requests to and determines which companies they belong to. A database of companies can be found on [GitHub](https://github.com/AdguardTeam/companiesdb). + +## Data usage + +This section shows the amount of downloaded and uploaded data and saved traffic. diff --git a/docs/guides/_category_.json b/docs/guides/_category_.json index 338c5466d99..cae7ca0d22b 100644 --- a/docs/guides/_category_.json +++ b/docs/guides/_category_.json @@ -1,5 +1,5 @@ { - "position": 12, + "position": 13, "label": "Guides", "collapsible": true, "collapsed": true diff --git a/docs/miscellaneous/_category_.json b/docs/miscellaneous/_category_.json index e71860bef9e..8def401ad5e 100644 --- a/docs/miscellaneous/_category_.json +++ b/docs/miscellaneous/_category_.json @@ -1,5 +1,5 @@ { - "position": 11, + "position": 12, "label": "Miscellaneous", "collapsible": true, "collapsed": true From 9971f1aa6e1e054416740ee3aa9971c09bd5f273 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:05:40 +0300 Subject: [PATCH 02/27] Update docs/adguard-for-windows-8/home-screen.md Co-authored-by: windsurf-bot[bot] <189301087+windsurf-bot[bot]@users.noreply.github.com> --- docs/adguard-for-windows-8/home-screen.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md index cbeb8bba2a8..c7d85a6f735 100644 --- a/docs/adguard-for-windows-8/home-screen.md +++ b/docs/adguard-for-windows-8/home-screen.md @@ -25,10 +25,10 @@ Finally, the *Settings* tab contains your license details, general preferences l Each of these is worth talking about separately. -[Protection](adguard-for-windows-8/protection/) +[Protection](protection/) -[Statistics](adguard-for-windows-8/statistics/) +[Statistics](statistics/) -[App management](adguard-for-windows-8/app-management/) +[App management](app-management/) -[Settings](adguard-for-windows-8/settings/) +[Settings](settings/) From f821a64473b974dca333e0216aaac039156fd121 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 31 Oct 2025 17:07:30 +0300 Subject: [PATCH 03/27] remove invalid link --- docs/adguard-for-windows-8/settings/license.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/adguard-for-windows-8/settings/license.md b/docs/adguard-for-windows-8/settings/license.md index 11ff342c907..070e338d5fc 100644 --- a/docs/adguard-for-windows-8/settings/license.md +++ b/docs/adguard-for-windows-8/settings/license.md @@ -11,8 +11,6 @@ This is a beta release and still under development. If you’d like to try it, d ::: -![License *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/) - The *License* tab provides details about your current license. Here you can: - view the license type, the number of devices available for simultaneous connection to AdGuard, and the activation code; From a16519ef54402bad9c25be4dc0c09d049a531d46 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 31 Oct 2025 17:12:26 +0300 Subject: [PATCH 04/27] fix links --- docs/adguard-for-windows-8/home-screen.md | 8 -------- docs/adguard-for-windows-8/protection/protection.md | 12 ++++++------ 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md index c7d85a6f735..ca9d1d45cfe 100644 --- a/docs/adguard-for-windows-8/home-screen.md +++ b/docs/adguard-for-windows-8/home-screen.md @@ -24,11 +24,3 @@ In *Statistics* you can see how many ads, trackers, and threats have been blocke Finally, the *Settings* tab contains your license details, general preferences like language and theme, and additional network or advanced settings for experienced users. Each of these is worth talking about separately. - -[Protection](protection/) - -[Statistics](statistics/) - -[App management](app-management/) - -[Settings](settings/) diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index e857cb7820e..f0c9cf2de49 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -15,14 +15,14 @@ This is a beta release and still under development. If you’d like to try it, d The *Protection* tab contains all key security and filtering settings. Here you can manage ad blocking, tracking protection, annoyance blocking, DNS filtering, browsing security, parental control, and manage userscripts. You can also manage the AdGuard Assistant browser extension here. Each of these sections is described in a separate article. -[Ad blocking](kb/adguard-for-windows-8/protection/ad-blocking/) +[Ad blocking](/adguard-for-windows-8/protection/ad-blocking/) -[Tracking protection](kb/adguard-for-windows-8/protection/tracking-protection/) +[Tracking protection](/adguard-for-windows-8/protection/tracking-protection/) -[Annoyance blocking](kb/adguard-for-windows-8/protection/annoyance-blocking/) +[Annoyance blocking](/adguard-for-windows-8/protection/annoyance-blocking/) -[DNS protection](kb/adguard-for-windows-8/protection/dns-protection/) +[DNS protection](/adguard-for-windows-8/protection/dns-protection/) -[Browsing security](kb/adguard-for-windows-8/protection/browsing-security/) +[Browsing security](/adguard-for-windows-8/protection/browsing-security/) -[Parental control](kb/adguard-for-windows-8/protection/parental-control/) +[Parental control](/adguard-for-windows-8/protection/parental-control/) From 6c481613e9149f77e69f54b4b1b0e68650b55fce Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 31 Oct 2025 17:57:22 +0300 Subject: [PATCH 05/27] add tracking protection article and fix order --- .../protection/annoyance-blocking.md | 2 +- .../protection/browsing-security.md | 2 +- .../protection/dns-protection.md | 2 +- .../protection/parental-control.md | 2 +- .../protection/protection.md | 12 +- .../protection/tracking-protection.md | 184 ++++++++++++++++++ 6 files changed, 194 insertions(+), 10 deletions(-) create mode 100644 docs/adguard-for-windows-8/protection/tracking-protection.md diff --git a/docs/adguard-for-windows-8/protection/annoyance-blocking.md b/docs/adguard-for-windows-8/protection/annoyance-blocking.md index 0a29d39440b..16f6c0e73d1 100644 --- a/docs/adguard-for-windows-8/protection/annoyance-blocking.md +++ b/docs/adguard-for-windows-8/protection/annoyance-blocking.md @@ -1,6 +1,6 @@ --- title: Annoyance blocking -sidebar_position: 2 +sidebar_position: 3 --- :::info diff --git a/docs/adguard-for-windows-8/protection/browsing-security.md b/docs/adguard-for-windows-8/protection/browsing-security.md index 701984d0684..3d0562f3bdb 100644 --- a/docs/adguard-for-windows-8/protection/browsing-security.md +++ b/docs/adguard-for-windows-8/protection/browsing-security.md @@ -1,6 +1,6 @@ --- title: Browsing security -sidebar_position: 4 +sidebar_position: 5 --- :::info diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md index 085f6dfac32..d6bd2475fb5 100644 --- a/docs/adguard-for-windows-8/protection/dns-protection.md +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -1,6 +1,6 @@ --- title: DNS protection -sidebar_position: 3 +sidebar_position: 4 --- :::info diff --git a/docs/adguard-for-windows-8/protection/parental-control.md b/docs/adguard-for-windows-8/protection/parental-control.md index 1640f70a432..8783e593c72 100644 --- a/docs/adguard-for-windows-8/protection/parental-control.md +++ b/docs/adguard-for-windows-8/protection/parental-control.md @@ -1,6 +1,6 @@ --- title: Parental control -sidebar_position: 5 +sidebar_position: 6 --- :::info diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index f0c9cf2de49..a583da4e802 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -15,14 +15,14 @@ This is a beta release and still under development. If you’d like to try it, d The *Protection* tab contains all key security and filtering settings. Here you can manage ad blocking, tracking protection, annoyance blocking, DNS filtering, browsing security, parental control, and manage userscripts. You can also manage the AdGuard Assistant browser extension here. Each of these sections is described in a separate article. -[Ad blocking](/adguard-for-windows-8/protection/ad-blocking/) +[Ad blocking](/ad-blocking/) -[Tracking protection](/adguard-for-windows-8/protection/tracking-protection/) +[Tracking protection](/tracking-protection/) -[Annoyance blocking](/adguard-for-windows-8/protection/annoyance-blocking/) +[Annoyance blocking](/annoyance-blocking/) -[DNS protection](/adguard-for-windows-8/protection/dns-protection/) +[DNS protection](/dns-protection/) -[Browsing security](/adguard-for-windows-8/protection/browsing-security/) +[Browsing security](/browsing-security/) -[Parental control](/adguard-for-windows-8/protection/parental-control/) +[Parental control](/parental-control/) diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md new file mode 100644 index 00000000000..dd43b07cefa --- /dev/null +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -0,0 +1,184 @@ +--- +title: Tracking protection +sidebar_position: 2 +--- + +:::info + +This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +Many websites collect details about their visitors: IP addresses, browser and OS information, screen resolution, even the page you came from. Cookies can also be used to mark your browser, remember your settings, or identify you on your next visit. Tracking protection prevents such systems from gathering your personal data. More about you can learn in a [designated article about Tracking protection in AdGuard](https://adguard.com/kb/general/stealth-mode/) + +![Tracking protection *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/tracking_protection.png) + +If you don’t want to spend time adjusting filters manually, you can simply pick one of the ready-made protection levels: + +- *Standard*: enabled by default and provides reliable protection for everyday browsing. +- *High*: removes tracking parameters from page URLs and blocks third-party cookies. You may have to re-log in to some websites or face other cookie-related issues. +- *Extreme*: limits cookie lifetime of third-party cookies and blocks certain browser APIs. Some websites may not work correctly. + +For maximum flexibility, select *Custom* and adjust everything manually. The settings there are divided into five categories: + +[General settings](#general-settings) + +[Tracking methods](#tracking-methods) + +[Browser API](#browser-api) + +[Windows tracking](#windows-tracking) + +[Miscellaneous](#miscellaneous) + +## General settings + +![General settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/general_settings.png) + +### Block trackers + +Blocks trackers and web analytics using AdGuard Tracking Protection filter. + +### Remove tracking parameters from URLs + +Strips tracking parameters such as utm_* and fb_ref from pages’ URLs using the AdGuard URL Tracking filter. + +### Hide your search queries + +Hides queries for websites visited from a search engine. When you get directed to a website from Google, Yahoo, or any other search engine, this option hides the search query that you used to find that website. + +### Ask websites not to track you + +Sends the [Global Privacy Control](https://globalprivacycontrol.org/#gpc-spec) and [Do Not Track](https://en.wikipedia.org/wiki/Do_Not_Track) signals to the websites you visit. + +## Tracking methods + +![Tracking methods *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/tracking_methods.png) + +### Self-destruction of third-party cookies + +Websites use cookies to store your preferences — for example, the language you chose, your location, or the items in your shopping cart. When you return, the browser sends these cookies back so the site can “remember” you. + +Third-party cookies work the same way, but they are created by domains other than the one you’re visiting. For instance, cnn.com may include a Facebook “Like” widget that sets a cookie later read by Facebook. Advertisers often use such cookies to track which other sites you visit. + +With this option, you can set a time limit (in minutes) after which all third-party cookies will be deleted. If you set the timer to 0, such cookies will be blocked completely. + +![Time-to-live *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/third-party_cookies.png) + +:::caution + +Keep in mind that this setting removes all third-party cookies, including those used for logins via social networks or other external services. This means you may need to log in again from time to time or deal with other cookie-related issues. If you only want to block tracking cookies, use the [*AdGuard Tracking Protection filter*](/general/ad-filtering/filter-policy/#tracking-protection-filter). + +### Self-destruction of first-party cookies (not recommended) + +This option deletes cookies set by the website you are currently visiting after a selected period of time (in minutes). When the timer runs out, all such cookies are removed. Set the timer to 0 to block them completely. + +:::caution + +We do not recommend enabling this option as it may severely interfere with the work of certain websites. + +::: + +### Block ETag and If-None-Match headers + +Removes the ETag and If-None-Match headers from requests and responses to prevent websites from using them for tracking. + +When a browser addresses a page, the server assigns it an ETag — a unique identifier used to cache the page’s contents. On subsequent visits, the browser sends the same ETag back to the server. This allows the server to recognize the visitor. As long as the cached files remain, the ETag is transmitted with every request. If the page also contains embedded elements from other servers, such as images or iframes, those servers can use ETags to track your activity without your knowledge. + +### Block third-party Authorization header + +Disables cached authorization data that can be used for tracking purposes. May interfere with the functionality of some browser extensions and websites. + +The Authorization header value is cached by the browser and automatically sent with every request to the same domain. Because it accompanies each request, it can be used to identify and track you in much the same way as cookies. + +## Browser API + +![Browser API *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/browser_api.png) + +### Block WebRTC + +Blocks WebRTC, a known vulnerability that can leak your real IP address even if you use a proxy or VPN. + +WebRTC (Web Real-Time Communication) is a technology that allows direct streaming of data between browsers and apps. It can let others know your true IP address, even if you use a proxy or VPN. Enabling this option can disrupt the work of certain browser applications, such as messengers, chats, cinemas, or games. + +### Block Push API + +The Push API allows servers to send messages to web applications regardless of the activity status of your browser. This is why you may receive notifications from websites even if your browser is hidden in the tray or not launched. Enabling this option completely blocks the Push API. + +### Block Location API + +When this option is enabled, the browser will no longer send GPS data to websites. This prevents them from determining your location, altering search results, or tailoring content based on where you are. + +### Block Flash + +The Flash Player plugin is outdated and highly vulnerable to viruses and exploits. It can also slow down website loading. Enabling this option prevents browsers from detecting Flash components (such as plugins or ActiveXObject objects), which effectively disables Flash support. + +## Windows tracking + +![Windows tracking *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/windows_tracking.png) + +### Disable Windows telemetry + +Disables sending technical data about your system and app usage. + +### Turn off Advertising ID + +Disables Advertising ID to block tracking of your app usage. + +### Disable automatic reporting by Microsoft Defender + +Blocks automatic reporting and sampling of suspected malware. + +### Disable WAP Push message routing service + +Disables data collection about Windows component problems + +## Miscellaneous + +![Miscellaneous *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/miscellaneous.png) + +### Hide Referer from third parties + +Referer is an HTTP header included in browser-to-server requests. It contains the URL of the request source. When you navigate from one page to another, Referer saves the URL of the initial page. The server that hosts the destination web page often has software that parses Referer and extracts various pieces of information from it. + +Enabling the *Hide Referer from third-parties* option option prevents third-party websites from seeing this information by altering or removing the header. + +You can also enter a custom value in the *Custom Referer* field. To use default Referer, leave the field blank. + +Note that to be able to filter traffic, AdGuard applications 'intercept' browser-to-server requests. Requests to ad, tracking, and phishing servers may be altered before sending them to the server or blocked completely. + +Same goes for the *Hide Referer from third parties* option: To filter traffic, AdGuard intercepts HTTP(S) requests and may alter or block them before they reach the server. The change happens only after the request leaves your browser. For this reason, if you check headers inside the browser (for example with Chrome Developer Tools), you will still see the original Referer. To confirm that it has been modified, you can use external tools such as Fiddler. + +### Hide your User-Agent + +When you visit a website, your browser sends a header called User-Agent as part of the HTTP request. It looks like a text line that begins with “User-Agent:”. This line usually contains details such as the browser name and version, operating system, and language settings. + +By enabling this option, AdGuard removes identifying information from the User-Agent so advertisers and trackers cannot use it to profile you. If you prefer, you can enter a custom value in the Custom User-Agent field. To keep the default value, simply leave the field blank. + +### Mask your IP address + +AdGuard cannot completely hide your real IP address, but it can replace it with a different one so that websites interpret your connection as coming through a proxy. In some cases this helps to obscure your true IP. + +You can enter any IP address you want to use in the corresponding field. To use the default IP address, leave the field blank. + +### Remove X-Client-Data header + +Prevents Google Chrome from sending information about its version and modifications in requests to Google domains, including services like DoubleClick and Google Analytics. + +### Protect against DPI + +The Deep Packet Inspection is a system of deep analysis and filtering of traffic by packet content, as well as the accumulation of statistical data. Using this technology, ISPs have the ability to control the passing traffic and limit access to content for their clients. + +Deep Packet Inspection (DPI) is a technology used by some ISPs to analyze and filter traffic based on packet content. It allows them to monitor connections, restrict access to certain resources, and collect statistics about users. + +When this option is enabled, AdGuard modifies outgoing packet data so that it no longer matches the DPI blocking criteria. This can help you bypass restrictions and access the content you need. However, not all DPI systems can be circumvented yet — improvements are still in progress. + +The *Protect from DPI* feature is already implemented in AdGuard for Windows, AdGuard for Mac, and AdGuard for Android. + +:::caution + +If this feature is enabled in AdGuard for Windows, it may interfere with ESET antivirus. In this case, ESET will not be able to filter traffic, leaving some malicious or blocked websites accessible. + +::: From 3ac116bbb9a0d72cf2d65566f7e6c53b13c54334 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Fri, 31 Oct 2025 18:00:03 +0300 Subject: [PATCH 06/27] remove invalid links --- docs/adguard-for-windows-8/protection/protection.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index a583da4e802..aa93d0ccaee 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -14,15 +14,3 @@ This is a beta release and still under development. If you’d like to try it, d ![Protection tab *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/protection.png) The *Protection* tab contains all key security and filtering settings. Here you can manage ad blocking, tracking protection, annoyance blocking, DNS filtering, browsing security, parental control, and manage userscripts. You can also manage the AdGuard Assistant browser extension here. Each of these sections is described in a separate article. - -[Ad blocking](/ad-blocking/) - -[Tracking protection](/tracking-protection/) - -[Annoyance blocking](/annoyance-blocking/) - -[DNS protection](/dns-protection/) - -[Browsing security](/browsing-security/) - -[Parental control](/parental-control/) From e1b6a304df110b2c3153c43ba1472c7dddcc3829 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:30:11 +0300 Subject: [PATCH 07/27] Update docs/adguard-for-windows-8/adguard-for-windows-8.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/adguard-for-windows-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/adguard-for-windows-8.md b/docs/adguard-for-windows-8/adguard-for-windows-8.md index a526924bc4d..d20d3e48935 100644 --- a/docs/adguard-for-windows-8/adguard-for-windows-8.md +++ b/docs/adguard-for-windows-8/adguard-for-windows-8.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: From 8ccbfafd0ed5d9a1cf5b2e824544604beb6a72a6 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:30:36 +0300 Subject: [PATCH 08/27] Update docs/adguard-for-windows-8/adguard-for-windows-8.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/adguard-for-windows-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/adguard-for-windows-8.md b/docs/adguard-for-windows-8/adguard-for-windows-8.md index d20d3e48935..6f8b0090197 100644 --- a/docs/adguard-for-windows-8/adguard-for-windows-8.md +++ b/docs/adguard-for-windows-8/adguard-for-windows-8.md @@ -15,7 +15,7 @@ AdGuard for Windows is an easy-to-use tool that blocks annoying banners, popups, ## [Home screen](/adguard-for-windows-8/home-screen/) -A toggle to enable or disable AdGuard protection, along with icons for activating Ad blocking, Tracking protection, DNS protection, and Annoyance blocking. Settings can be accessed through the left-side menu. +A toggle to enable or disable AdGuard protection, along with icons for activating *Ad blocking*, *Tracking protection*, *DNS protection*, and *Annoyance blocking*. Settings can be accessed through the left-side menu. ## [Protection](/adguard-for-windows-8/protection/) From 0fec51685546f69b81c49cfa3caf0e4b3db2181c Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:31:32 +0300 Subject: [PATCH 09/27] Update docs/adguard-for-windows-8/app-management/app-management.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/app-management/app-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/app-management/app-management.md b/docs/adguard-for-windows-8/app-management/app-management.md index 460321cd965..9bfbf2ce6d9 100644 --- a/docs/adguard-for-windows-8/app-management/app-management.md +++ b/docs/adguard-for-windows-8/app-management/app-management.md @@ -13,7 +13,7 @@ This is a beta release and still under development. If you’d like to try it, d In the *App management* section, you can manage routing and filtering settings for all apps installed on your device. -Once AdGuard detects that an app has gone online, it is automatically added to App Management, and its traffic is routed through AdGuard. +Once AdGuard detects that an app has gone online, it is automatically added to *App management*, and its traffic is routed through AdGuard. Filtering also works by default — AdGuard filters all traffic, and you can choose what to exclude from filtering. From 41660e7553f2c14d94e294c03a4f880165307be5 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:31:52 +0300 Subject: [PATCH 10/27] Update docs/adguard-for-windows-8/statistics/statistics.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/statistics/statistics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/statistics/statistics.md b/docs/adguard-for-windows-8/statistics/statistics.md index e4a93997c41..c75bfaf0dad 100644 --- a/docs/adguard-for-windows-8/statistics/statistics.md +++ b/docs/adguard-for-windows-8/statistics/statistics.md @@ -27,7 +27,7 @@ All statistics are stored locally on your device. We only calculate how much dat This section displays stats for all apps installed on your device. You can sort apps by the number of blocked ads or trackers or by the number of sent requests. -If you tap an app, you can see its full stats: the requests it sends and the domains and companies it reaches out to. +If you click an app, you can see its full stats: the requests it sends and the domains and companies it reaches out to. ![App stats *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/statistics/app_stats.png) From a87fdabb41442ae8615369f310880639524271f8 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:40:52 +0300 Subject: [PATCH 11/27] Update docs/adguard-for-windows-8/app-management/app-management.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/app-management/app-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/app-management/app-management.md b/docs/adguard-for-windows-8/app-management/app-management.md index 9bfbf2ce6d9..932bdcbe2b4 100644 --- a/docs/adguard-for-windows-8/app-management/app-management.md +++ b/docs/adguard-for-windows-8/app-management/app-management.md @@ -15,7 +15,7 @@ In the *App management* section, you can manage routing and filtering settings f Once AdGuard detects that an app has gone online, it is automatically added to *App management*, and its traffic is routed through AdGuard. -Filtering also works by default — AdGuard filters all traffic, and you can choose what to exclude from filtering. +By default, AdGuard filters all traffic, but you can choose what to exclude. AdGuard also filters HTTPS traffic, as most websites today use HTTPS. This is especially important for blocking ads on sites like youtube.com, facebook.com, and x.com, where it is impossible to remove ads without HTTPS filtering. From d3d5eb92f02a17531230ccf15d05d66030324e48 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:41:19 +0300 Subject: [PATCH 12/27] Update docs/adguard-for-windows-8/home-screen.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/home-screen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md index ca9d1d45cfe..c0499c53876 100644 --- a/docs/adguard-for-windows-8/home-screen.md +++ b/docs/adguard-for-windows-8/home-screen.md @@ -17,7 +17,7 @@ Right above the switch are the icons for *Ad blocking*, *Tracking protection*, * If you want to fine-tune the app, open the menu on the left. To set up ad blocking and security features manually, go to the *Protection* tab. -In *Statistics* you can see how many ads, trackers, and threats have been blocked. +In *Statistics*, you can see how many ads, trackers, and threats have been blocked. *App management* gives you control over filtering and routing for installed apps. From bf09bf5910aecdd4e033afe80a7ab333c26863a2 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:41:52 +0300 Subject: [PATCH 13/27] Update docs/adguard-for-windows-8/protection/ad-blocking.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/ad-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/ad-blocking.md b/docs/adguard-for-windows-8/protection/ad-blocking.md index b8ec6313c68..75b342b769d 100644 --- a/docs/adguard-for-windows-8/protection/ad-blocking.md +++ b/docs/adguard-for-windows-8/protection/ad-blocking.md @@ -11,7 +11,7 @@ This is a beta release and still under development. If you’d like to try it, d ::: -The *Ad blocking* section is responsible for removing ads from the websites you visit and from the apps installed on your device. To filter banners, pop-ups, trackers, and other intrusive elements, AdGuard relies on filters — sets of rules written in a [special syntax](/general/ad-filtering/create-own-filters). If you’d like to learn more about how they work, read our [article about filters](/general/ad-filtering/how-ad-blocking-works). +The *Ad blocking* section is responsible for removing ads from the websites you visit and from the apps installed on your device. To filter banners, popups, trackers, and other intrusive elements, AdGuard relies on filters — sets of rules written in a [special syntax](/general/ad-filtering/create-own-filters). If you’d like to learn more about how they work, read our [article about filters](/general/ad-filtering/how-ad-blocking-works). ![Ad blocking *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/ad_blocking_new.png) From b6ec374e53f8571cfe875b99c44c6fbe2000fe0d Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:44:14 +0300 Subject: [PATCH 14/27] Update docs/adguard-for-windows-8/protection/ad-blocking.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/ad-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/ad-blocking.md b/docs/adguard-for-windows-8/protection/ad-blocking.md index 75b342b769d..d224371b480 100644 --- a/docs/adguard-for-windows-8/protection/ad-blocking.md +++ b/docs/adguard-for-windows-8/protection/ad-blocking.md @@ -23,6 +23,6 @@ Here you can: - enable automatic activation of language-specific filters - manage User rules. -You can also open the *Filtering log* to view all requests made by browsers and apps on your computer. From there, it’s easy to block or unblock any request by creating a custom rule. In the *Filter editor* you can create, add, and import your own rules and filters. +You can also open the *Filtering log* to view all requests made by browsers and apps on your computer. From there, it’s easy to block or unblock any request by creating a custom rule. In the *Filter editor*, you can create, add, and import your own rules and filters. ![Filtering log and Filter editor *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/filtering_log_menu.png) From faebc3b105898bec58e00c50fa1f2ccf183336e4 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:45:10 +0300 Subject: [PATCH 15/27] Update docs/adguard-for-windows-8/protection/annoyance-blocking.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/annoyance-blocking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/annoyance-blocking.md b/docs/adguard-for-windows-8/protection/annoyance-blocking.md index 16f6c0e73d1..3c1973b8718 100644 --- a/docs/adguard-for-windows-8/protection/annoyance-blocking.md +++ b/docs/adguard-for-windows-8/protection/annoyance-blocking.md @@ -11,7 +11,7 @@ This is a beta release and still under development. If you’d like to try it, d ::: -Annoyance filters are designed to improve the usability of websites by blocking elements on pages that are not advertisements but distract from and interfere with site interaction or content consumption — such as various modal windows and interactive forms, cookie consent notifications and requests, mobile app banners, and various widgets. +Annoyance filters are designed to improve website usability by blocking non-advertisement elements that distract from or interfere with site interaction or content consumption. These elements include modal windows, interactive forms, cookie consent notifications and requests, mobile app banners, and various widgets. This filter may contain rules that are not suitable for all users. Sometimes it is recommended to disable this filter. The decisions to add rules to this filter are made by filter developers on a rule-by-rule basis. From b3119a55eb96e7a79e70d578b89bfe944354235d Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:47:02 +0300 Subject: [PATCH 16/27] Update docs/adguard-for-windows-8/protection/dns-protection.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/dns-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md index d6bd2475fb5..83906142f3a 100644 --- a/docs/adguard-for-windows-8/protection/dns-protection.md +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -43,7 +43,7 @@ You can use one of these public servers, add your own custom DNS server, or pick ## Add DNS filters and rules -To fine-tune protection, you can create your own DNS filters using [DNS rule syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/). You can also import ready-made [DNS filters](https://filterlists.com). +To fine-tune protection, you can create your own DNS filters using [DNS rule syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/) or import ready-made [DNS filters](https://filterlists.com). In addition, you can create custom DNS rules to block, unblock, or redirect domains as needed. Use our built-in rule constructor. From 80a0d01209f578d58b3743405c801d0288dc791a Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:47:48 +0300 Subject: [PATCH 17/27] Update docs/adguard-for-windows-8/protection/parental-control.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/parental-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/parental-control.md b/docs/adguard-for-windows-8/protection/parental-control.md index 8783e593c72..df58d313835 100644 --- a/docs/adguard-for-windows-8/protection/parental-control.md +++ b/docs/adguard-for-windows-8/protection/parental-control.md @@ -15,7 +15,7 @@ There are several websites that children shouldn’t be able to access. *Parenta ![Parental control *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/parental_control.png) -When *Parental control* is enabled, AdGuard scans the content of web pages and blocks those that may be harmful or inappropriate for children. This includes adult images and text, crude language, violence, and drug-related content. +When *Parental control* is enabled, AdGuard scans the content of webpages and blocks those that may be harmful or inappropriate for children. This includes adult images and text, crude language, violence, and drug-related content. You can also turn on *Safe search* to remove inappropriate links from search results. From 29b9a7baa029fbe95ba8d048d82999d13595e452 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:49:05 +0300 Subject: [PATCH 18/27] Update docs/adguard-for-windows-8/protection/tracking-protection.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/tracking-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index dd43b07cefa..f44d9618b51 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -43,7 +43,7 @@ Blocks trackers and web analytics using AdGuard Tracking Protection filter. ### Remove tracking parameters from URLs -Strips tracking parameters such as utm_* and fb_ref from pages’ URLs using the AdGuard URL Tracking filter. +Strips tracking parameters such as `utm_*` and `fb_ref` from pages’ URLs using *AdGuard URL Tracking filter*. ### Hide your search queries From eb365aff433518570cf386762ff1193b4b872085 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:50:25 +0300 Subject: [PATCH 19/27] Update docs/adguard-for-windows-8/protection/tracking-protection.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/tracking-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index f44d9618b51..8d4c96adbfa 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -69,7 +69,7 @@ With this option, you can set a time limit (in minutes) after which all third-pa :::caution -Keep in mind that this setting removes all third-party cookies, including those used for logins via social networks or other external services. This means you may need to log in again from time to time or deal with other cookie-related issues. If you only want to block tracking cookies, use the [*AdGuard Tracking Protection filter*](/general/ad-filtering/filter-policy/#tracking-protection-filter). +Keep in mind that this setting removes all third-party cookies, including those used for logins via social networks or other external services. This means you may need to log in again from time to time or deal with other cookie-related issues. If you only want to block tracking cookies, use [*AdGuard Tracking Protection filter*](/general/ad-filtering/filter-policy/#tracking-protection-filter). ### Self-destruction of first-party cookies (not recommended) From c6e832854e851fba237473e699e21a446436a49e Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Thu, 6 Nov 2025 08:22:29 +0300 Subject: [PATCH 20/27] various fixes --- .../adguard-for-windows-8.md | 8 ++++---- .../app-management/app-management.md | 4 ++-- docs/adguard-for-windows-8/home-screen.md | 4 ++-- .../protection/ad-blocking.md | 6 +++--- .../protection/annoyance-blocking.md | 16 ++++++++-------- .../protection/browsing-security.md | 2 +- .../protection/dns-protection.md | 2 +- .../protection/protection.md | 2 +- .../protection/tracking-protection.md | 12 ++++++------ docs/adguard-for-windows-8/settings/about.md | 4 ++-- .../settings/app-settings/advanced-settings.md | 4 ++-- .../settings/app-settings/app-settings.md | 4 ++-- docs/adguard-for-windows-8/settings/license.md | 4 ++-- docs/adguard-for-windows-8/settings/settings.md | 6 +++--- .../statistics/statistics.md | 4 ++-- 15 files changed, 41 insertions(+), 41 deletions(-) diff --git a/docs/adguard-for-windows-8/adguard-for-windows-8.md b/docs/adguard-for-windows-8/adguard-for-windows-8.md index 6f8b0090197..7780d0e962b 100644 --- a/docs/adguard-for-windows-8/adguard-for-windows-8.md +++ b/docs/adguard-for-windows-8/adguard-for-windows-8.md @@ -5,7 +5,7 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). @@ -19,15 +19,15 @@ A toggle to enable or disable AdGuard protection, along with icons for activatin ## [Protection](/adguard-for-windows-8/protection/) -Settings to configure Ad blocking, Tracking protection, DNS protection, Annoyances blocking, phishing protection, Parental control, and user scripts +Settings to configure *Ad blocking*, *Tracking protection*, *DNS protection*, *Annoyances blocking*, *Browsing security*, *Parental control*, and *Extensions*. ## [Statistics](/adguard-for-windows-8/statistics/) -Detailed information about blocked ads, trackers, and data usage +Detailed information about blocked ads, trackers, and data usage. ## [App management](/adguard-for-windows-8/app-management/) -Settings to customize traffic filtering and routing for each app and browser +Settings to customize traffic filtering and routing for each app and browser. ## [Settings](/adguard-for-windows-8/settings/) diff --git a/docs/adguard-for-windows-8/app-management/app-management.md b/docs/adguard-for-windows-8/app-management/app-management.md index 932bdcbe2b4..d0bcf46c0ab 100644 --- a/docs/adguard-for-windows-8/app-management/app-management.md +++ b/docs/adguard-for-windows-8/app-management/app-management.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md index c0499c53876..7f27bb7d45b 100644 --- a/docs/adguard-for-windows-8/home-screen.md +++ b/docs/adguard-for-windows-8/home-screen.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/ad-blocking.md b/docs/adguard-for-windows-8/protection/ad-blocking.md index d224371b480..35a89cf40ea 100644 --- a/docs/adguard-for-windows-8/protection/ad-blocking.md +++ b/docs/adguard-for-windows-8/protection/ad-blocking.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: @@ -21,7 +21,7 @@ Here you can: - block [search ads and self-promotion](/general/ad-filtering/search-ads), - disable ads in the Start menu on Windows 11, - enable automatic activation of language-specific filters -- manage User rules. +- manage user rules. You can also open the *Filtering log* to view all requests made by browsers and apps on your computer. From there, it’s easy to block or unblock any request by creating a custom rule. In the *Filter editor*, you can create, add, and import your own rules and filters. diff --git a/docs/adguard-for-windows-8/protection/annoyance-blocking.md b/docs/adguard-for-windows-8/protection/annoyance-blocking.md index 3c1973b8718..8e2f5c60bf0 100644 --- a/docs/adguard-for-windows-8/protection/annoyance-blocking.md +++ b/docs/adguard-for-windows-8/protection/annoyance-blocking.md @@ -5,24 +5,24 @@ sidebar_position: 3 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: Annoyance filters are designed to improve website usability by blocking non-advertisement elements that distract from or interfere with site interaction or content consumption. These elements include modal windows, interactive forms, cookie consent notifications and requests, mobile app banners, and various widgets. -This filter may contain rules that are not suitable for all users. Sometimes it is recommended to disable this filter. The decisions to add rules to this filter are made by filter developers on a rule-by-rule basis. +These filters may contain rules that are not suitable for all users. Sometimes it is recommended to disable them. The decisions to add rules to this filter are made by filter developers on a rule-by-rule basis. ![Annoyance filters *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/annoyance_blocking.png) -**Block cookie notices** — blocks cookie notices on web pages. +**Block cookie notices** hides cookie consent banners on webpages. -**Block mobile app banners** — blocks banners that promote mobile apps on websites. +**Block mobile app banners** blocks banners that promote mobile apps on websites. -**Block other annoyances** — blocks elements that do not fall under the popular categories of annoyances. +**Block other annoyances** removes elements that do not fall under the popular categories of annoyances. -**Block popups** — blocks all kinds of popups that are not necessary for websites’ operation. +**Block popups** removes all kinds of popups that are not necessary for websites’ operation. -**Block widgets** — blocks online assistants, live support chats, etc. +**Block widgets** removes online assistants, live support chats, and similar tools. diff --git a/docs/adguard-for-windows-8/protection/browsing-security.md b/docs/adguard-for-windows-8/protection/browsing-security.md index 3d0562f3bdb..f32c907e0af 100644 --- a/docs/adguard-for-windows-8/protection/browsing-security.md +++ b/docs/adguard-for-windows-8/protection/browsing-security.md @@ -11,7 +11,7 @@ This is a beta release and still under development. If you’d like to try it, d ::: -The *Browsing security* offers strong protection against harmful websites and phishing attempts. +*Browsing security* offers strong protection against harmful websites and phishing attempts. While AdGuard for Windows is not an antivirus, it does provide essential security by warning you before visiting untrusted sites or downloading potentially dangerous files. diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md index 83906142f3a..3771a5afeba 100644 --- a/docs/adguard-for-windows-8/protection/dns-protection.md +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -39,7 +39,7 @@ You can select from multiple trusted DNS providers. AdGuard itself offers severa - AdGuard DNS Non-filtering — provides a secure and reliable connection without any filtering. -You can use one of these public servers, add your own custom DNS server, or pick another trusted option from our [list of trusted DNS providers](https://adguard-dns.io/kb/general/dns-providers/). +You can use one of our public servers, add your own custom DNS server, or pick another trusted option from our [list of trusted DNS providers](https://adguard-dns.io/kb/general/dns-providers/). ## Add DNS filters and rules diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index aa93d0ccaee..fe362748fc2 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -13,4 +13,4 @@ This is a beta release and still under development. If you’d like to try it, d ![Protection tab *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/protection.png) -The *Protection* tab contains all key security and filtering settings. Here you can manage ad blocking, tracking protection, annoyance blocking, DNS filtering, browsing security, parental control, and manage userscripts. You can also manage the AdGuard Assistant browser extension here. Each of these sections is described in a separate article. +The *Protection* tab contains all key security and filtering settings. Here you can control *Ad blocking*, *Tracking protection*, *Annoyance blocking*, *DNS filtering*, *Browsing security*, *Parental control*, and *Extensions*. You can also manage AdGuard Assistant here — a tool that lets you control its functionality without opening the app. Each of these features is described in a separate article. diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index 8d4c96adbfa..d3aa9be905e 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -11,7 +11,7 @@ This is a beta release and still under development. If you’d like to try it, d ::: -Many websites collect details about their visitors: IP addresses, browser and OS information, screen resolution, even the page you came from. Cookies can also be used to mark your browser, remember your settings, or identify you on your next visit. Tracking protection prevents such systems from gathering your personal data. More about you can learn in a [designated article about Tracking protection in AdGuard](https://adguard.com/kb/general/stealth-mode/) +Many websites collect data about their visitors, including IP addresses, browser and OS information, screen resolution, and even the page you came from. Cookies can be used to identify your browser, remember your preferences, or recognize you when you return. Tracking protection prevents such systems from collecting your personal data. Learn more in our [article about Tracking protection in AdGuard](https://adguard.com/kb/general/stealth-mode/) ![Tracking protection *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/tracking_protection.png) @@ -23,15 +23,15 @@ If you don’t want to spend time adjusting filters manually, you can simply pic For maximum flexibility, select *Custom* and adjust everything manually. The settings there are divided into five categories: -[General settings](#general-settings) +- [General settings](#general-settings) -[Tracking methods](#tracking-methods) +- [Tracking methods](#tracking-methods) -[Browser API](#browser-api) +- [Browser API](#browser-api) -[Windows tracking](#windows-tracking) +- [Windows tracking](#windows-tracking) -[Miscellaneous](#miscellaneous) +- [Miscellaneous](#miscellaneous) ## General settings diff --git a/docs/adguard-for-windows-8/settings/about.md b/docs/adguard-for-windows-8/settings/about.md index 3f08a4ba80d..fc80cb84dfe 100644 --- a/docs/adguard-for-windows-8/settings/about.md +++ b/docs/adguard-for-windows-8/settings/about.md @@ -5,9 +5,9 @@ sidebar_position: 4 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md index 11472035243..58fa0e447f1 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md @@ -5,9 +5,9 @@ sidebar_position: 2 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md index f8d874e0346..6bf53e812da 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/license.md b/docs/adguard-for-windows-8/settings/license.md index 070e338d5fc..b428c61e0ca 100644 --- a/docs/adguard-for-windows-8/settings/license.md +++ b/docs/adguard-for-windows-8/settings/license.md @@ -5,9 +5,9 @@ sidebar_position: 2 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/settings.md b/docs/adguard-for-windows-8/settings/settings.md index 2bd5d0353b5..1a5d942df91 100644 --- a/docs/adguard-for-windows-8/settings/settings.md +++ b/docs/adguard-for-windows-8/settings/settings.md @@ -5,13 +5,13 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: -There are other useful AdGuard options that shouldn't go unnoticed in this article, since they add much to user experience. +There are other useful AdGuard options that shouldn’t go unnoticed in this article, since they add much to user experience. ![Settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/settings.png) diff --git a/docs/adguard-for-windows-8/statistics/statistics.md b/docs/adguard-for-windows-8/statistics/statistics.md index c75bfaf0dad..dee85b72b22 100644 --- a/docs/adguard-for-windows-8/statistics/statistics.md +++ b/docs/adguard-for-windows-8/statistics/statistics.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: From f2af4565c5ea8035cbf46dfc3374fbe5b373a814 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:28:04 +0300 Subject: [PATCH 21/27] Update docs/adguard-for-windows-8/protection/tracking-protection.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/tracking-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index d3aa9be905e..aea92ddafd8 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -155,7 +155,7 @@ Same goes for the *Hide Referer from third parties* option: To filter traffic, A When you visit a website, your browser sends a header called User-Agent as part of the HTTP request. It looks like a text line that begins with “User-Agent:”. This line usually contains details such as the browser name and version, operating system, and language settings. -By enabling this option, AdGuard removes identifying information from the User-Agent so advertisers and trackers cannot use it to profile you. If you prefer, you can enter a custom value in the Custom User-Agent field. To keep the default value, simply leave the field blank. +By enabling this option, AdGuard removes identifying information from the User-Agent so advertisers and trackers cannot use it to profile you. If you prefer, you can enter a custom value in the *Custom User-Agent* field. To keep the default value, simply leave the field blank. ### Mask your IP address From 8245163e443ff82106769f467cbf6c8bd5baf25c Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:29:10 +0300 Subject: [PATCH 22/27] Update docs/adguard-for-windows-8/protection/tracking-protection.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- docs/adguard-for-windows-8/protection/tracking-protection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index aea92ddafd8..0296ee5ce7e 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -179,6 +179,6 @@ The *Protect from DPI* feature is already implemented in AdGuard for Windows, Ad :::caution -If this feature is enabled in AdGuard for Windows, it may interfere with ESET antivirus. In this case, ESET will not be able to filter traffic, leaving some malicious or blocked websites accessible. +If this feature is enabled in AdGuard for Windows, it may interfere with the ESET antivirus. In this case, ESET will not be able to filter traffic, leaving some malicious or blocked websites accessible. ::: From 0e3eef74b61e13e398495854239d9dd340696658 Mon Sep 17 00:00:00 2001 From: SeverAnna <141145497+SeverAnna@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:31:22 +0300 Subject: [PATCH 23/27] Update docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com> --- .../settings/app-settings/advanced-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md index 58fa0e447f1..6301955d09e 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md @@ -77,7 +77,7 @@ Choose how AdGuard responds when a domain is blocked by a DNS rule based on [hos ### Custom IPv4 address -If Custom IP address is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked A requests. If none are specified, AdGuard will reply with the default REFUSED error. +If *Custom IP address* is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked A requests. If none are specified, AdGuard will reply with the default REFUSED error. ### Custom IPv6 address From 64d3373c86bcca8f007ad535fbb5646b2cf585ad Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Thu, 6 Nov 2025 09:00:33 +0300 Subject: [PATCH 24/27] add extension article + various fixes --- .../protection/browsing-security.md | 4 +- .../protection/dns-protection.md | 4 +- .../protection/extensions.md | 53 +++++++++++++++++++ .../protection/parental-control.md | 4 +- .../protection/protection.md | 4 +- .../protection/tracking-protection.md | 18 +++---- docs/adguard-for-windows-8/settings/about.md | 2 +- .../app-settings/advanced-settings.md | 14 ++--- 8 files changed, 78 insertions(+), 25 deletions(-) create mode 100644 docs/adguard-for-windows-8/protection/extensions.md diff --git a/docs/adguard-for-windows-8/protection/browsing-security.md b/docs/adguard-for-windows-8/protection/browsing-security.md index f32c907e0af..8bd60ce9eea 100644 --- a/docs/adguard-for-windows-8/protection/browsing-security.md +++ b/docs/adguard-for-windows-8/protection/browsing-security.md @@ -5,9 +5,9 @@ sidebar_position: 5 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md index 3771a5afeba..27b2a415af3 100644 --- a/docs/adguard-for-windows-8/protection/dns-protection.md +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -5,9 +5,9 @@ sidebar_position: 4 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/extensions.md b/docs/adguard-for-windows-8/protection/extensions.md new file mode 100644 index 00000000000..b83a047adf9 --- /dev/null +++ b/docs/adguard-for-windows-8/protection/extensions.md @@ -0,0 +1,53 @@ +--- +title: Parental control +sidebar_position: 7 +--- + +:::info + +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). + +::: + +AdGuard can extend website functionality by acting as a [userscript manager](/general/extensions.md). This allows you to add your own scripts as well as manage existing ones. + +![Extensions *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/extensions.png) + +## Automatically detect userscripts + +When this option is enabled, AdGuard automatically notices when your browser requests a userscript and offers to install it. If you prefer, you can also download and install userscripts manually. + +## Pre-installed userscripts + +AdGuard comes with four pre-installed userscripts: + +- AdGuard Assistent (Beta) +- AdGuard Extra +- AdGuard Popup blocker +- Web of Trust + +### AdGuard Assistant (Beta) + +AdGuard Assistant is the legacy version of Assistant, which you can use if the [new Assistant](/adguard-for-windows/browser-assistant.md) is not available for your browser. As the name suggests, it helps you manage basic AdGuard settings directly from your browser without opening the app. + +AdGuard Assistant works with all browsers compatible with Microsoft Windows. It will not appear on websites excluded from filtering or on certain pages where it could cause display issues. + +### AdGuard Extra + +AdGuard Extra is a custom extension created to fight ad-blocker circumvention and ad reinjection methods used by websites. Such techniques are becoming more common as advertisers try to bypass ad blockers. + +AdGuard Extra works by modifying the way pages are loaded, making it more difficult for websites to bypass ad blockers using these advanced methods. + +### AdGuard Popup Blocker (Beta) + +This extension stops unwanted pop-up windows from opening while you browse. Some popups can be useful — for example, settings for website management or extra reference information that appears after clicking a link. If needed, you can turn off the Popup Blocker. + +This extension does not work on the allowlisted websites. + +### Web of Trust (Beta) + +Web of Trust lets you see the reputation of websites based on user ratings. Websites are reviewed according to several criteria, including trust and security. + +This extension is off by default. Keep in mind that it is developed by a third party, not AdGuard. diff --git a/docs/adguard-for-windows-8/protection/parental-control.md b/docs/adguard-for-windows-8/protection/parental-control.md index df58d313835..12aa66fba9d 100644 --- a/docs/adguard-for-windows-8/protection/parental-control.md +++ b/docs/adguard-for-windows-8/protection/parental-control.md @@ -5,9 +5,9 @@ sidebar_position: 6 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index fe362748fc2..10632e261ec 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -5,9 +5,9 @@ sidebar_position: 1 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index d3aa9be905e..36d62c9cdb4 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -5,9 +5,9 @@ sidebar_position: 2 :::info -This article describes the beta version of AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). ::: @@ -39,7 +39,7 @@ For maximum flexibility, select *Custom* and adjust everything manually. The set ### Block trackers -Blocks trackers and web analytics using AdGuard Tracking Protection filter. +Blocks trackers and web analytics using *AdGuard Tracking Protection filter*. ### Remove tracking parameters from URLs @@ -59,9 +59,9 @@ Sends the [Global Privacy Control](https://globalprivacycontrol.org/#gpc-spec) a ### Self-destruction of third-party cookies -Websites use cookies to store your preferences — for example, the language you chose, your location, or the items in your shopping cart. When you return, the browser sends these cookies back so the site can “remember” you. +Websites use cookies to store your preferences — for example, the language you chose, your location, or the items in your shopping cart. When you return, the browser sends these cookies back so the site can recognize you. -Third-party cookies work the same way, but they are created by domains other than the one you’re visiting. For instance, cnn.com may include a Facebook “Like” widget that sets a cookie later read by Facebook. Advertisers often use such cookies to track which other sites you visit. +Third-party cookies work the same way, but they are created by domains other than the one you’re visiting. For instance, cnn.com may include a Facebook *Like* widget that sets a cookie later read by Facebook. Advertisers often use such cookies to track which other sites you visit. With this option, you can set a time limit (in minutes) after which all third-party cookies will be deleted. If you set the timer to 0, such cookies will be blocked completely. @@ -91,7 +91,7 @@ When a browser addresses a page, the server assigns it an ETag — a unique iden Disables cached authorization data that can be used for tracking purposes. May interfere with the functionality of some browser extensions and websites. -The Authorization header value is cached by the browser and automatically sent with every request to the same domain. Because it accompanies each request, it can be used to identify and track you in much the same way as cookies. +The Authorization header value is cached by the browser and automatically sent with every request to the same domain. Since it accompanies each request, it can be used to identify and track you similarly to how cookies do. ## Browser API @@ -101,7 +101,7 @@ The Authorization header value is cached by the browser and automatically sent w Blocks WebRTC, a known vulnerability that can leak your real IP address even if you use a proxy or VPN. -WebRTC (Web Real-Time Communication) is a technology that allows direct streaming of data between browsers and apps. It can let others know your true IP address, even if you use a proxy or VPN. Enabling this option can disrupt the work of certain browser applications, such as messengers, chats, cinemas, or games. +WebRTC (Web Real-Time Communication) is a technology that allows direct data streaming between browsers and apps. It can reveal your true IP address, even if you use a proxy or VPN. Enabling this option may disrupt certain browser applications, such as messengers, chats, cinemas, or games. ### Block Push API @@ -143,11 +143,11 @@ Disables data collection about Windows component problems Referer is an HTTP header included in browser-to-server requests. It contains the URL of the request source. When you navigate from one page to another, Referer saves the URL of the initial page. The server that hosts the destination web page often has software that parses Referer and extracts various pieces of information from it. -Enabling the *Hide Referer from third-parties* option option prevents third-party websites from seeing this information by altering or removing the header. +Enabling the *Hide Referer from third-parties* option prevents third-party websites from seeing this information by altering or removing the header. You can also enter a custom value in the *Custom Referer* field. To use default Referer, leave the field blank. -Note that to be able to filter traffic, AdGuard applications 'intercept' browser-to-server requests. Requests to ad, tracking, and phishing servers may be altered before sending them to the server or blocked completely. +Note that to be able to filter traffic, AdGuard applications intercept browser-to-server requests. Requests to ad, tracking, and phishing servers may be altered before sending them to the server or blocked completely. Same goes for the *Hide Referer from third parties* option: To filter traffic, AdGuard intercepts HTTP(S) requests and may alter or block them before they reach the server. The change happens only after the request leaves your browser. For this reason, if you check headers inside the browser (for example with Chrome Developer Tools), you will still see the original Referer. To confirm that it has been modified, you can use external tools such as Fiddler. diff --git a/docs/adguard-for-windows-8/settings/about.md b/docs/adguard-for-windows-8/settings/about.md index fc80cb84dfe..f55d135d98c 100644 --- a/docs/adguard-for-windows-8/settings/about.md +++ b/docs/adguard-for-windows-8/settings/about.md @@ -11,4 +11,4 @@ This is a beta version that is still under development. If you’d like to try i ::: -In addition to information about the current version of the program and used libraries, this screen provides some useful links to License agreement, Privacy policy, Acknowledgements, Version history, and our website. +In addition to information about the current version of the program and used libraries, this screen provides some useful links to License agreement, Privacy policy, Acknowledgements, Version history, and the main page of our website. diff --git a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md index 58fa0e447f1..5105811891c 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md @@ -11,11 +11,11 @@ This is a beta version that is still under development. If you’d like to try i ::: -The *Advanced settings* section contains options that go beyond what most users usually need. AdGuard for Windows AdGuard works perfectly out of the box, but these settings can be useful in special cases or for troubleshooting. +The *Advanced settings* section contains options that go beyond what most users usually need. AdGuard for Windows works perfectly out of the box, but these settings can be useful in special cases or for troubleshooting. :::caution -Changing advanced settings without understanding them may cause performance issues, break your internet connection, or affect your security and privacy. Only modify them if you know what you’re doing or if instructed by our support team. +Changing advanced settings without understanding them may cause performance issues, break your Internet connection, or affect your security and privacy. Only modify them if you know what you’re doing or if instructed by our support team. ::: @@ -35,7 +35,7 @@ When enabled, AdGuard will automatically detect filter subscription links (like With this option enabled, AdGuard reroutes all your traffic to a local proxy server for filtering. -If it's turned off, AdGuard filters traffic directly — without redirecting it. In this mode, Windows sees AdGuard as the only app connecting to the internet, since all other apps go through it. This can slightly improve performance but may reduce the effectiveness of the system firewall. +If it’s turned off, AdGuard filters traffic directly — without redirecting it. In this mode, Windows sees AdGuard as the only app connecting to the internet, since all other apps go through it. This can slightly improve performance but may reduce the effectiveness of the system firewall. ## Open AdGuard at system start-up @@ -69,7 +69,7 @@ Using the *Block Java* option does not affect JavaScript — it will remain enab ## Blocking mode for DNS rules -Choose how AdGuard responds when a domain is blocked by a DNS rule based on [hosts rule syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/#etc-hosts-syntax). +Choose how AdGuard responds when a domain is blocked by a DNS rule based on the [hosts-style syntax](https://adguard-dns.io/kb/general/dns-filtering-syntax/#etc-hosts-syntax). - Return a “REFUSED” error - Return a “NXDOMAIN” error @@ -81,7 +81,7 @@ If Custom IP address is selected in *Blocking mode for DNS rules*, this IP addre ### Custom IPv6 address -If Custom IP address is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked AAAA requests. If none are specified, AdGuard will reply with the default "REFUSED" error. +If *Custom IP address* is selected in *Blocking mode for DNS rules*, this IP address will be returned in response to blocked AAAA requests. If none are specified, AdGuard will reply with the default REFUSED error. ## Fallback servers @@ -97,9 +97,9 @@ Specify how long (in milliseconds) AdGuard should wait for a DNS response before ## Custom bootstrap addresses -A bootstrap is an intermediate DNS server used to get the IP address of the secure DNS server you chose earlier in DNS protection. Such a "middle ground" is needed when using protocols that denote the server address by letters (such as DNS-over-TLS, for example). In this case, the bootstrap acts as a translator, transforming the letters into numbers your system can understand. +A bootstrap is an intermediate DNS server used to get the IP address of the secure DNS server you chose earlier in DNS protection. Such a “middle ground” is needed when using protocols that denote the server address by letters (such as DNS-over-TLS, for example). In this case, the bootstrap acts as a translator, transforming the letters into numbers your system can understand. -But if needed, you can specify different IP addresses here — they’ll be tried in order from top to bottom. If none work, or nothing is entered, AdGuard will fall back to system defaults. +But if needed, you can specify different IP addresses here — they’ll be tried in the order from top to bottom. If none work or nothing is entered, AdGuard will fall back to system defaults. ## DNS exclusions From 44fe23405f37e96278780ad1ee5a996cc48a0532 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Thu, 6 Nov 2025 10:43:53 +0300 Subject: [PATCH 25/27] add network article+change link+various fixes --- .../adguard-for-windows-8.md | 2 +- .../app-management/app-management.md | 2 +- docs/adguard-for-windows-8/home-screen.md | 2 +- .../protection/ad-blocking.md | 2 +- .../protection/annoyance-blocking.md | 2 +- .../protection/browsing-security.md | 2 +- .../protection/dns-protection.md | 2 +- .../protection/extensions.md | 2 +- .../protection/parental-control.md | 2 +- .../protection/protection.md | 2 +- .../protection/tracking-protection.md | 2 +- docs/adguard-for-windows-8/settings/about.md | 2 +- .../app-settings/advanced-settings.md | 8 +-- .../settings/app-settings/app-settings.md | 18 +++++- .../settings/app-settings/network-settings.md | 56 +++++++++++++++++++ .../adguard-for-windows-8/settings/license.md | 2 +- .../settings/settings.md | 6 +- .../statistics/statistics.md | 2 +- 18 files changed, 94 insertions(+), 22 deletions(-) create mode 100644 docs/adguard-for-windows-8/settings/app-settings/network-settings.md diff --git a/docs/adguard-for-windows-8/adguard-for-windows-8.md b/docs/adguard-for-windows-8/adguard-for-windows-8.md index 7780d0e962b..84b11960cc7 100644 --- a/docs/adguard-for-windows-8/adguard-for-windows-8.md +++ b/docs/adguard-for-windows-8/adguard-for-windows-8.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/app-management/app-management.md b/docs/adguard-for-windows-8/app-management/app-management.md index d0bcf46c0ab..33f9dc12682 100644 --- a/docs/adguard-for-windows-8/app-management/app-management.md +++ b/docs/adguard-for-windows-8/app-management/app-management.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/home-screen.md b/docs/adguard-for-windows-8/home-screen.md index 7f27bb7d45b..2bb2e9c7d67 100644 --- a/docs/adguard-for-windows-8/home-screen.md +++ b/docs/adguard-for-windows-8/home-screen.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/ad-blocking.md b/docs/adguard-for-windows-8/protection/ad-blocking.md index 35a89cf40ea..0f45cf774d3 100644 --- a/docs/adguard-for-windows-8/protection/ad-blocking.md +++ b/docs/adguard-for-windows-8/protection/ad-blocking.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/annoyance-blocking.md b/docs/adguard-for-windows-8/protection/annoyance-blocking.md index 8e2f5c60bf0..23ea6915695 100644 --- a/docs/adguard-for-windows-8/protection/annoyance-blocking.md +++ b/docs/adguard-for-windows-8/protection/annoyance-blocking.md @@ -7,7 +7,7 @@ sidebar_position: 3 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/browsing-security.md b/docs/adguard-for-windows-8/protection/browsing-security.md index 8bd60ce9eea..be865f598d3 100644 --- a/docs/adguard-for-windows-8/protection/browsing-security.md +++ b/docs/adguard-for-windows-8/protection/browsing-security.md @@ -7,7 +7,7 @@ sidebar_position: 5 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/dns-protection.md b/docs/adguard-for-windows-8/protection/dns-protection.md index 27b2a415af3..22b77a52aec 100644 --- a/docs/adguard-for-windows-8/protection/dns-protection.md +++ b/docs/adguard-for-windows-8/protection/dns-protection.md @@ -7,7 +7,7 @@ sidebar_position: 4 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/extensions.md b/docs/adguard-for-windows-8/protection/extensions.md index b83a047adf9..e40bf00f65a 100644 --- a/docs/adguard-for-windows-8/protection/extensions.md +++ b/docs/adguard-for-windows-8/protection/extensions.md @@ -7,7 +7,7 @@ sidebar_position: 7 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/parental-control.md b/docs/adguard-for-windows-8/protection/parental-control.md index 12aa66fba9d..29e47f9b922 100644 --- a/docs/adguard-for-windows-8/protection/parental-control.md +++ b/docs/adguard-for-windows-8/protection/parental-control.md @@ -7,7 +7,7 @@ sidebar_position: 6 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index 10632e261ec..dda78bce166 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/protection/tracking-protection.md b/docs/adguard-for-windows-8/protection/tracking-protection.md index 8bc53362ce4..6c6520bacc5 100644 --- a/docs/adguard-for-windows-8/protection/tracking-protection.md +++ b/docs/adguard-for-windows-8/protection/tracking-protection.md @@ -7,7 +7,7 @@ sidebar_position: 2 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/about.md b/docs/adguard-for-windows-8/settings/about.md index f55d135d98c..d57be2fe278 100644 --- a/docs/adguard-for-windows-8/settings/about.md +++ b/docs/adguard-for-windows-8/settings/about.md @@ -7,7 +7,7 @@ sidebar_position: 4 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md index f86bcf131fc..e159e734056 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/advanced-settings.md @@ -1,13 +1,13 @@ --- title: Advanced settings -sidebar_position: 2 +sidebar_position: 3 --- :::info This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: @@ -35,7 +35,7 @@ When enabled, AdGuard will automatically detect filter subscription links (like With this option enabled, AdGuard reroutes all your traffic to a local proxy server for filtering. -If it’s turned off, AdGuard filters traffic directly — without redirecting it. In this mode, Windows sees AdGuard as the only app connecting to the internet, since all other apps go through it. This can slightly improve performance but may reduce the effectiveness of the system firewall. +If it’s turned off, AdGuard filters traffic directly — without redirecting it. In this mode, Windows sees AdGuard as the only app connecting to the Internet, since all other apps go through it. This can slightly improve performance but may reduce the effectiveness of the system firewall. ## Open AdGuard at system start-up @@ -103,4 +103,4 @@ But if needed, you can specify different IP addresses here — they’ll be trie ## DNS exclusions -Domains listed here bypass AdGuard’s DNS server. Their requests go through the system’s default resolver, and AdGuard does not apply any blocking rules to them. +Domains listed here bypass AdGuard DNS servers. Their requests go through the system’s default resolver, and AdGuard does not apply any blocking rules to them. diff --git a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md index 6bf53e812da..7096d15f69f 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md @@ -7,10 +7,22 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: -![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/app_settings.png) +![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/app_settings_1.png) -[Advanced settings](/adguard-for-windows-8/settings/app-settings/advanced-settings.md) +Here you can adjust the main app settings: choose between light and dark themes, set the app language, enable AdGuard to launch at system startup, and allow silent automatic updates. It’s also possible to select the update channel and specify how often AdGuard checks for filter updates. + +If you wish, you can agree to send anonymized app usage data to help us improve the product. + +In case of issues, you can change the logging level to create detailed logs for the support team. + +In *Filter editor*, you can add your own filtering rules or import ready-to-use filters. + +*Network* settings include all options related to network filtering and how AdGuard interacts with your system’s network. + +[*Advanced*](/adguard-for-windows-8/settings/app-settings/advanced-settings.md) settings are intended for experienced users. They are rarely needed in everyday use and should only be changed if you know what you’re doing or if our support team asks you to. + +![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/app_settings_2.png) diff --git a/docs/adguard-for-windows-8/settings/app-settings/network-settings.md b/docs/adguard-for-windows-8/settings/app-settings/network-settings.md new file mode 100644 index 00000000000..d2e07a937f2 --- /dev/null +++ b/docs/adguard-for-windows-8/settings/app-settings/network-settings.md @@ -0,0 +1,56 @@ +--- +title: Network settings +sidebar_position: 2 +--- + +:::info + +This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. + +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). + +::: + +This section lets you manage how AdGuard filters your Internet traffic and provides additional tools to control network-related features. + +![Network settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/network.png) + +## Use AdGuard as an HTTP proxy + +Enable this option to make AdGuard work as an HTTP proxy. All traffic passing through it will be filtered — not only on your computer but also on other devices in your home network. + +To filter traffic on other devices, install AdGuard’s root certificate on them and set up the proxy manually. + +Other settings are enabled by default. + +## HTTPS filtering + +Most websites use HTTPS encryption today. Without HTTPS filtering, AdGuard cannot block ads on websites like YouTube, Facebook, or X (Twitter). + +We recommend keeping the *Filter HTTPS* option turned on unless you have a specific reason to turn it off. + +When you click this option, you can: + +- Reinstall or download the AdGuard certificate + +- Add websites to a list that won’t be filtered + +- Choose whether to filter websites with EV (Extended Validation) certificates + +## Proxy for app and filter updates + +Here you can choose which proxy AdGuard should use to download filter updates or new app versions — the system proxy, a custom proxy, or no proxy at all. + +![Proxy settings](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/proxy_settings.png) + +## Use WFP network driver + +Enable this to use the WFP (Windows Filtering Platform) driver, which helps block ads and trackers in apps on Windows 8 and later. + +If this option is turned off, AdGuard will switch to the older TDI driver instead. + +:::note + +The TDI driver is not available in the version of AdGuard installed from the Microsoft Store. + +::: diff --git a/docs/adguard-for-windows-8/settings/license.md b/docs/adguard-for-windows-8/settings/license.md index b428c61e0ca..2c364c5e2ce 100644 --- a/docs/adguard-for-windows-8/settings/license.md +++ b/docs/adguard-for-windows-8/settings/license.md @@ -7,7 +7,7 @@ sidebar_position: 2 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: diff --git a/docs/adguard-for-windows-8/settings/settings.md b/docs/adguard-for-windows-8/settings/settings.md index 1a5d942df91..13b3d048822 100644 --- a/docs/adguard-for-windows-8/settings/settings.md +++ b/docs/adguard-for-windows-8/settings/settings.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: @@ -23,6 +23,10 @@ Language and theme, update channel and interval, advanced options for experience Information about license type, number of available devices, and activation code, with options to refresh or reset license and bind it to your AdGuard account. +## Support + +FAQ and support form, tools to report missed ads and request new features, possibility to rate the app, share feedback, and access AdGuard social networks. + ## [About](/adguard-for-windows-8/settings/about) Details about app version and libraries, as well as links to legal documents. diff --git a/docs/adguard-for-windows-8/statistics/statistics.md b/docs/adguard-for-windows-8/statistics/statistics.md index dee85b72b22..73fdc43c90d 100644 --- a/docs/adguard-for-windows-8/statistics/statistics.md +++ b/docs/adguard-for-windows-8/statistics/statistics.md @@ -7,7 +7,7 @@ sidebar_position: 1 This article describes AdGuard for Windows v8.0, a comprehensive ad blocker that protects your device at the system level. -This is a beta version that is still under development. If you’d like to try it, download the [beta version of AdGuard for Windows v8](https://agrd.io/adguard_for_windows_8_beta). +This is a beta release and still under development. If you’d like to try it, download the [beta version of AdGuard for Windows](https://agrd.io/windows_beta). ::: From 5dc4fdcb6dd9242f4942fa81a4ec982a280cf83e Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Thu, 6 Nov 2025 11:10:17 +0300 Subject: [PATCH 26/27] expand protection article and change screenshot in extensions --- .../adguard-for-windows-8/protection/extensions.md | 4 ++-- .../adguard-for-windows-8/protection/protection.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/adguard-for-windows-8/protection/extensions.md b/docs/adguard-for-windows-8/protection/extensions.md index e40bf00f65a..77ad324f9ce 100644 --- a/docs/adguard-for-windows-8/protection/extensions.md +++ b/docs/adguard-for-windows-8/protection/extensions.md @@ -1,5 +1,5 @@ --- -title: Parental control +title: Extensions sidebar_position: 7 --- @@ -13,7 +13,7 @@ This is a beta release and still under development. If you’d like to try it, d AdGuard can extend website functionality by acting as a [userscript manager](/general/extensions.md). This allows you to add your own scripts as well as manage existing ones. -![Extensions *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/extensions.png) +![Extensions *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/all_extensions.png) ## Automatically detect userscripts diff --git a/docs/adguard-for-windows-8/protection/protection.md b/docs/adguard-for-windows-8/protection/protection.md index dda78bce166..d613a2a19d4 100644 --- a/docs/adguard-for-windows-8/protection/protection.md +++ b/docs/adguard-for-windows-8/protection/protection.md @@ -14,3 +14,17 @@ This is a beta release and still under development. If you’d like to try it, d ![Protection tab *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/protection/protection.png) The *Protection* tab contains all key security and filtering settings. Here you can control *Ad blocking*, *Tracking protection*, *Annoyance blocking*, *DNS filtering*, *Browsing security*, *Parental control*, and *Extensions*. You can also manage AdGuard Assistant here — a tool that lets you control its functionality without opening the app. Each of these features is described in a separate article. + +[Ad blocking](/adguard-for-windows-8/protection/ad-blocking) + +[Tracking protection](/adguard-for-windows-8/protection/tracking-protection) + +[Annoyance blocking](/adguard-for-windows-8/protection/annoyance-blocking) + +[DNS protection](/adguard-for-windows-8/protection/dns-protection) + +[Browsing security](/adguard-for-windows-8/protection/browsing-security) + +[Parental control](/adguard-for-windows-8/protection/parental-control) + +[Extensions](/adguard-for-windows-8/protection/extensions) From 143164b062648aba285cafb0a36964a2941bcae5 Mon Sep 17 00:00:00 2001 From: SeverAnna Date: Thu, 6 Nov 2025 15:12:15 +0300 Subject: [PATCH 27/27] change screenshot --- .../adguard-for-windows-8/settings/app-settings/app-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md index 7096d15f69f..680cdcd1957 100644 --- a/docs/adguard-for-windows-8/settings/app-settings/app-settings.md +++ b/docs/adguard-for-windows-8/settings/app-settings/app-settings.md @@ -11,7 +11,7 @@ This is a beta release and still under development. If you’d like to try it, d ::: -![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/app_settings_1.png) +![App settings *border](https://cdn.adtidy.org/content/kb/ad_blocker/windows/version_8/settings/general_settings.png) Here you can adjust the main app settings: choose between light and dark themes, set the app language, enable AdGuard to launch at system startup, and allow silent automatic updates. It’s also possible to select the update channel and specify how often AdGuard checks for filter updates.