Skip to content

Commit ab26ee9

Browse files
authored
Merge pull request #1701 from dkouzmanovMSFT/docs-editor/network-protection-1729790149
Include documentation that disables QUIC protocol on browsers
2 parents 219b90f + 0ee8470 commit ab26ee9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

defender-endpoint/network-protection.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use network protection to help prevent connections to bad sites
33
description: Protect your network by preventing users from accessing known malicious and suspicious network addresses
44
ms.service: defender-endpoint
55
ms.localizationpriority: medium
6-
ms.date: 02/28/2024
6+
ms.date: 10/24/2024
77
audience: ITPro
88
author: denisebmsft
99
ms.author: deniseb
@@ -333,8 +333,8 @@ For Windows Server 2012R2/2016 unified MDE client, Windows Server version 1803 o
333333
- `Set-MpPreference -AllowNetworkProtectionDownLevel 1`
334334
- `Set-MpPreference -AllowDatagramProcessingOnWinServer 1`
335335

336-
> [!NOTE]
337-
> In some cases, depending on your infrastructure, volume of traffic, and other conditions, `Set-MpPreference -AllowDatagramProcessingOnWinServer 1` can have an effect on network performance.
336+
> [!NOTE]
337+
> In some cases, depending on your infrastructure, volume of traffic, and other conditions, `Set-MpPreference -AllowDatagramProcessingOnWinServer 1` can have an effect on network performance.
338338
339339
### Network protection for Windows Servers
340340

@@ -390,6 +390,9 @@ For Windows Servers and Windows Multi-session, there are additional items that y
390390

391391
Due to the environment where network protection runs, the feature might not be able to detect operating system proxy settings. In some cases, network protection clients are unable to reach the cloud service. To resolve the connectivity problem, [configure a static proxy for Microsoft Defender Antivirus](configure-proxy-internet.md#configure-a-static-proxy-for-microsoft-defender-antivirus).
392392

393+
> [!NOTE]
394+
> Before starting troubleshooting, make sure to set the QUIC protocol to disabled in browsers that are used. QUIC protocol is not supported with Network Protection functionality.
395+
393396
## Optimizing network protection performance
394397

395398
Network protection now has a performance optimization that allows Block mode to start asynchronously inspecting long-lived connections, which might provide a performance improvement and can also help with app compatibility problems. This optimization capability is on by default. You can turn off this capability by using the following PowerShell cmdlet:

0 commit comments

Comments
 (0)