Skip to content

Commit b63373a

Browse files
authored
Merge pull request #746 from SelYui/feature/AG-45944
Update KB with HTTP/3 filtering limitations
2 parents dcc89af + d52ccdb commit b63373a

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

docs/adguard-for-android/features/low-level-settings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ If this setting is enabled, AdGuard will filter requests sent over HTTP/3 in add
138138

139139
**About HTTP/3**: This is the latest version of the HTTP protocol, based on QUIC.
140140

141+
**Limitations**:
142+
143+
- Chrome-based browsers do not accept user certificates, so HTTP/3 filtering is not supported in them.
144+
- Firefox-based browsers behave similarly by default, but you can set the `network.http.http3.disable_when_third_party_roots_found` option in `about:config` to `false` to allow user certificates for HTTP/3.
145+
- Safari supports HTTP/3 filtering without additional configuration.
146+
141147
### Outbound proxy
142148

143149
#### Show the Filter DNS requests setting

docs/adguard-for-mac/solving-problems/advanced-settings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Verifies the authenticity of all certificates for the domain based on Chrome Cer
8181

8282
By setting `true`, you allow AdGuard to filter traffic sent over HTTP/3, the latest version of the HTTP protocol based on QUIC.
8383

84+
**Limitations**:
85+
86+
- Chrome-based browsers do not accept user certificates, so HTTP/3 filtering is not supported in them.
87+
- Firefox-based browsers behave similarly by default, but you can set the `network.http.http3.disable_when_third_party_roots_found` option in `about:config` to `false` to allow user certificates for HTTP/3.
88+
- Safari supports HTTP/3 filtering without additional configuration.
89+
8490
#### `network.filtering.localnetwork`
8591

8692
By setting `true`, you enable local network filtering.

docs/adguard-for-windows/solving-problems/low-level-settings.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ Enable this feature if you want AdGuard to automatically intercept filter subscr
6565

6666
If this option is enabled, AdGuard will filter requests sent over HTTP/3 in addition to other request types.
6767

68+
**Limitations**:
69+
70+
- Chrome-based browsers do not accept user certificates, so HTTP/3 filtering is not supported in them.
71+
- Firefox-based browsers behave similarly by default, but you can set the `network.http.http3.disable_when_third_party_roots_found` option in `about:config` to `false` to allow user certificates for HTTP/3.
72+
- Safari supports HTTP/3 filtering without additional configuration.
73+
6874
### Use redirect driver mode
6975

7076
If this option is enabled, AdGuard intercepts all the traffic and redirects it to the local proxy server for further filtering.

0 commit comments

Comments
 (0)