Skip to content

Commit

Permalink
(CodeQL) Fixed finding: "Missing global error handler"
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeebot[bot] authored Dec 13, 2024
1 parent c681805 commit 7343828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebGoat/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
</assemblies>
</compilation>
<!-- show detailed error messages -->
<customErrors mode="Off" />
<customErrors mode="RemoteOnly" />
<!-- set up users -->
<authentication mode="Forms">
<forms name="customer_login" timeout="30" loginUrl="~/WebGoatCoins/CustomerLogin.aspx" requireSSL="false" protection="All" path="/">
Expand Down

0 comments on commit 7343828

Please sign in to comment.