Update aspnetcore/security/anti-request-forgery.md

Rick-Anderson-patch-11
Rick Anderson 2024-12-06 10:26:39 -10:00 committed by GitHub
parent 74bf1b4717
commit 0013177123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ Calling <xref:Microsoft.Extensions.DependencyInjection.MvcServiceCollectionExten
## Multiple browser tabs and the Synchronizer Token Pattern
Multiple tabs with different uses is not supported, including a user and anonymous.
Multiple tabs with different users is not supported, including a user and anonymous.
## Configure antiforgery with `AntiforgeryOptions`