From 171213c6452a092cc778d7558b83a9a42773d0da Mon Sep 17 00:00:00 2001
From: puglieri
Date: Thu, 12 Sep 2024 13:51:43 -0300
Subject: [PATCH 1/7] Update known-issues.md
---
docs/general/https-filtering/known-issues.md | 33 +++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index 177ca1855f8..99c17a4a174 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -30,7 +30,38 @@ All the issues known to us and the ETAs on their fixes are listed below.
The most important drawback of the HTTPS filtering mechanism is that it hides the real certificate of a website. You cannot simply check its original certificate because you can only see the one issued by AdGuard.
-This problem is solved in [Browser Assistant](https://adguard.com/adguard-assistant/overview.html). This browser extension helps you manage filtering directly from the browser and allows you to inspect the original certificate of any website.
+This problem can be solved in 2 ways:
+
+- By using our [Browser Assistant](https://adguard.com/adguard-assistant/overview.html). This browser extension helps you manage filtering directly from the browser and allows you to inspect the original certificate of any website
+
+![Certificate Browser Assistant](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
+
+- By visiting the section *Recent activity* on AdGuard for Android or *Filtering log* on AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.
+
+On AdGuard for Android:
+
+1. Click the Statistics icon on the navigation bar.
+2. Go to *Recent activity*.
+3. Click the request whose certificate you want to inspect to open the request details.
+4. Scroll down to *Original certificate*. Click for more info.
+
+![Recent activity AdGuard for Android](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-android.png)
+
+On AdGuard for Windows:
+
+1. Go to *Settings* → *Ad Blocker* → *Filtering log*.
+2. Click the request whose certificate you want to inspect to open the request details.
+3. Under the section *TLS*, click *View website certificate*.
+
+![Filtering log AdGuard for Windows](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-win.png)
+
+On AdGuard for Mac:
+
+1. Click the gear icon. On the dropdown menu, go to *Advanced* → *Filtering log...*.
+2. Click the request whose certificate you want to inspect to open the request details.
+3. Click *View certificate*.
+
+![Filtering log AdGuard for Mac](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-mac.png)
### Certificate Transparency
From 0e838da034e6170d6a50ef547e5043d29d0f95df Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Mon, 16 Sep 2024 08:51:29 -0300
Subject: [PATCH 2/7] Update docs/general/https-filtering/known-issues.md
Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com>
---
docs/general/https-filtering/known-issues.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index 99c17a4a174..4ac0ae592d1 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -57,7 +57,7 @@ On AdGuard for Windows:
On AdGuard for Mac:
-1. Click the gear icon. On the dropdown menu, go to *Advanced* → *Filtering log...*.
+1. Click the gear icon. In the drop-down menu, go to *Advanced* → *Filtering log...*.
2. Click the request whose certificate you want to inspect to open the request details.
3. Click *View certificate*.
From cfa83104a5edbbfad1adbbd120042a86508a6d19 Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Mon, 16 Sep 2024 08:51:51 -0300
Subject: [PATCH 3/7] Update docs/general/https-filtering/known-issues.md
Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com>
---
docs/general/https-filtering/known-issues.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index 4ac0ae592d1..8d3c30e48f7 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -51,7 +51,7 @@ On AdGuard for Windows:
1. Go to *Settings* → *Ad Blocker* → *Filtering log*.
2. Click the request whose certificate you want to inspect to open the request details.
-3. Under the section *TLS*, click *View website certificate*.
+3. Under the *TLS* section, click *View website certificate*.
![Filtering log AdGuard for Windows](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-win.png)
From 9e4ce2b437799acff5de46fa77cef04eda732fcf Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Mon, 16 Sep 2024 08:52:12 -0300
Subject: [PATCH 4/7] Update docs/general/https-filtering/known-issues.md
Co-authored-by: Helen <58733007+el-termikael@users.noreply.github.com>
---
docs/general/https-filtering/known-issues.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index 8d3c30e48f7..cae1c90e274 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -36,7 +36,7 @@ This problem can be solved in 2 ways:
![Certificate Browser Assistant](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
-- By visiting the section *Recent activity* on AdGuard for Android or *Filtering log* on AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.
+- By visiting the *Recent activity* section in AdGuard for Android or the *Filtering log* section in AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.
On AdGuard for Android:
From e0ffe62be7ef9eb32b0b40e5611c1c0ad26451b8 Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Mon, 16 Sep 2024 09:32:36 -0300
Subject: [PATCH 5/7] Update known-issues.md
---
docs/general/https-filtering/known-issues.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index cae1c90e274..d63f5b6b627 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -38,7 +38,7 @@ This problem can be solved in 2 ways:
- By visiting the *Recent activity* section in AdGuard for Android or the *Filtering log* section in AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.
-On AdGuard for Android:
+In AdGuard for Android:
1. Click the Statistics icon on the navigation bar.
2. Go to *Recent activity*.
@@ -47,7 +47,7 @@ On AdGuard for Android:
![Recent activity AdGuard for Android](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-android.png)
-On AdGuard for Windows:
+In AdGuard for Windows:
1. Go to *Settings* → *Ad Blocker* → *Filtering log*.
2. Click the request whose certificate you want to inspect to open the request details.
@@ -55,7 +55,7 @@ On AdGuard for Windows:
![Filtering log AdGuard for Windows](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-win.png)
-On AdGuard for Mac:
+In AdGuard for Mac:
1. Click the gear icon. In the drop-down menu, go to *Advanced* → *Filtering log...*.
2. Click the request whose certificate you want to inspect to open the request details.
From 98b84ddc9a8afca726e5855008fb3a87bc0c2acc Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Tue, 17 Sep 2024 10:15:19 -0300
Subject: [PATCH 6/7] Update known-issues.md
---
docs/general/https-filtering/known-issues.md | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index d63f5b6b627..7707abcf96d 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -1,9 +1,11 @@
---
title: Known issues
sidebar_position: 2
+toc_min_heading_level: 2
+toc_max_heading_level: 4
---
-Last update: September 20, 2022
+Last update: September 17, 2024
Understanding this article may require some basic knowledge about encryption, TLS, and HTTPS.
@@ -34,34 +36,34 @@ This problem can be solved in 2 ways:
- By using our [Browser Assistant](https://adguard.com/adguard-assistant/overview.html). This browser extension helps you manage filtering directly from the browser and allows you to inspect the original certificate of any website
-![Certificate Browser Assistant](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
+![Certificate Browser Assistant *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
- By visiting the *Recent activity* section in AdGuard for Android or the *Filtering log* section in AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.
-In AdGuard for Android:
+#### Inspect original certificate in AdGuard for Android
1. Click the Statistics icon on the navigation bar.
2. Go to *Recent activity*.
3. Click the request whose certificate you want to inspect to open the request details.
4. Scroll down to *Original certificate*. Click for more info.
-![Recent activity AdGuard for Android](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-android.png)
+![Recent activity AdGuard for Android *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-android.png)
-In AdGuard for Windows:
+#### Inspect original certificate in AdGuard for Windows
1. Go to *Settings* → *Ad Blocker* → *Filtering log*.
2. Click the request whose certificate you want to inspect to open the request details.
3. Under the *TLS* section, click *View website certificate*.
-![Filtering log AdGuard for Windows](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-win.png)
+![Filtering log AdGuard for Windows *border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-win.png)
-In AdGuard for Mac:
+#### Inspect original certificate in AdGuard for macOS
1. Click the gear icon. In the drop-down menu, go to *Advanced* → *Filtering log...*.
2. Click the request whose certificate you want to inspect to open the request details.
3. Click *View certificate*.
-![Filtering log AdGuard for Mac](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-mac.png)
+![Filtering log AdGuard for Mac *border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-mac.png)
### Certificate Transparency
From 7fdd994f93d07e6703ddcacca8d09b7deeb2988a Mon Sep 17 00:00:00 2001
From: puglieri <112409628+puglieri@users.noreply.github.com>
Date: Tue, 17 Sep 2024 11:05:05 -0300
Subject: [PATCH 7/7] Update known-issues.md
---
docs/general/https-filtering/known-issues.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/general/https-filtering/known-issues.md b/docs/general/https-filtering/known-issues.md
index 7707abcf96d..8697f58139d 100644
--- a/docs/general/https-filtering/known-issues.md
+++ b/docs/general/https-filtering/known-issues.md
@@ -36,7 +36,7 @@ This problem can be solved in 2 ways:
- By using our [Browser Assistant](https://adguard.com/adguard-assistant/overview.html). This browser extension helps you manage filtering directly from the browser and allows you to inspect the original certificate of any website
-![Certificate Browser Assistant *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
+ ![Certificate Browser Assistant *mobile_border](https://cdn.adtidy.org/content/kb/ad_blocker/general/cert-browser.png)
- By visiting the *Recent activity* section in AdGuard for Android or the *Filtering log* section in AdGuard for Windows and AdGuard for Mac. While in the Browser Assistant you can only see the certificate of the website, in Recent activity you can inspect the certificate of any server used in a subrequest or browser, with or without the Browser Assistant. To view the certificate using this method, follow the instructions below.