Update web.config (#37680)

This commit is contained in:
Brian Teeman 2022-04-28 14:06:41 +01:00 committed by GitHub
parent c694e51396
commit ceb19a1214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<configuration>
<system.web>
<authorization>
<deny users="*" />
<deny users="*" />
</authorization>
</system.web>
</configuration>
</configuration>