diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md
index c351536c07..c56c47624b 100644
--- a/browsers/edge/available-policies.md
+++ b/browsers/edge/available-policies.md
@@ -65,7 +65,7 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U
|-------------|-------------------|-----------------|--------|
|AllowAutofill|Windows 10 or later |Desktop |
- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowAutofill
- **Data type.** Integer
- **Allowed values:**
- **0.** Employees can’t use Autofill to complete form fields.
- **1 (default).** Employees can use Autofill to complete form fields.
|AllowBrowser |Windows 10 or later |Mobile |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowBrowser
- **Data type.** Integer
- **Allowed values:**
- **0.** Employees can’t use Microsoft Edge.
- **1 (default).** Employees can use Microsoft Edge.
|
-|AllowCookies |Windows 10 or later |Both |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/Cookies
- **Data type.** Integer
- **Allowed values:**
- **0 (default).** Allows all cookies from all sites.
- **1.** Blocks only cookies from 3rd party websites
- **2.** Blocks all cookies from all sites.
|
+|AllowCookies |Windows 10 or later |Both |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowCookies
- **Data type.** Integer
- **Allowed values:**
- **0 (default).** Allows all cookies from all sites.
- **1.** Blocks only cookies from 3rd party websites
- **2.** Blocks all cookies from all sites.
|
|AllowDeveloperTools |Windows 10, Version 1511 or later |Desktop |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowDeveloperTools
- **Data type:** Integer
- **Allowed values:**
- **0.** Employees can't use the F12 Developer Tools
- **1 (default).** Employees can use the F12 Developer Tools
|
|AllowDoNotTrack |Windows 10 or later |Both |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowDoNotTrack
- **Data type.** Integer
- **Allowed values:**
- **0 (default).** Stops employees from sending Do Not Track headers to websites requesting tracking info.
- **1.** Employees can send Do Not Track headers to websites requesting tracking info.
|
|AllowExtensions |Windows 10 Insider Preview |Desktop |- **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowExtensions
- **Data type.** Integer
- **Allowed values:**
- **0.** Employees can’t use Edge Extensions.
- **1 (default).** Employees can use Edge Extensions.
|