Skip to content

Commit 9ea5c5a

Browse files
authored
docs: Remove backticks from "Why Use LocalPortFiltering.AspNetCore" section heading in README
1 parent dd52fe6 commit 9ea5c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.MapGet("/service2", () => "Welcome to Service 2");
4141
app.Run();
4242
```
4343

44-
## Why Use `LocalPortFiltering.AspNetCore`?
44+
## Why Use LocalPortFiltering.AspNetCore
4545

4646
While ASP.NET Core provides options like `RequireHost` to filter requests based on the `Host` header, it can be vulnerable to **host header spoofing** attacks. This can allow malicious actors to bypass security measures by falsifying the `Host` header.
4747

0 commit comments

Comments
 (0)