Skip to content

Commit 57f505d

Browse files
Fix numbered list format to use '1.' for all items per markdown best practice
Co-authored-by: alvinashcraft <[email protected]>
1 parent 2b9d8e7 commit 57f505d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

uwp/security/web-authentication-broker.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,10 @@ The Fiddler web debugger can be used with apps. For more information, see [Fiddl
193193
194194
**Option B: Using Windows Defender Firewall with Advanced Security:**
195195
1. Open Windows Defender Firewall with Advanced Security (run `wf.msc`)
196-
2. Click "Inbound Rules" in the left pane
197-
3. Click "New Rule..." in the right pane
198-
4. Select "Program" and click Next
199-
5. Browse to your Fiddler executable (typically `C:\Program Files\Fiddler\Fiddler.exe`) and click Next
200-
6. Select "Allow the connection" and click Next
201-
7. Check all network types (Domain, Private, Public) and click Next
202-
8. Give the rule a name like "Fiddler for AuthHost Debugging" and click Finish
196+
1. Click "Inbound Rules" in the left pane
197+
1. Click "New Rule..." in the right pane
198+
1. Select "Program" and click Next
199+
1. Browse to your Fiddler executable (typically `C:\Program Files\Fiddler\Fiddler.exe`) and click Next
200+
1. Select "Allow the connection" and click Next
201+
1. Check all network types (Domain, Private, Public) and click Next
202+
1. Give the rule a name like "Fiddler for AuthHost Debugging" and click Finish

0 commit comments

Comments
 (0)