Skip to content

Commit

Permalink
Java: remove token section from qhelp overview
Browse files Browse the repository at this point in the history
discussing tokens is not directly relevant to this query's recommendation and examples
  • Loading branch information
Jami Cogswell authored and Jami Cogswell committed Feb 4, 2025
1 parent f438282 commit 0367846
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
credentials that are automatically included in the request, then this
request will appear as legitimate to the server.
</p>

<p>
A common countermeasure for CSRF is to generate a unique token to be
included in the HTML sent from the server to a user. This token can be
used as a hidden field to be sent back with requests to the server, where
the server can then check that the token is valid and associated with the
relevant user session.
</p>
</overview>

<recommendation>
Expand Down

0 comments on commit 0367846

Please sign in to comment.