Skip to content

Commit

Permalink
HTML Tampering Mitigation Description Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jzheaux authored and nbaars committed Nov 19, 2018
1 parent b6e4995 commit 1520c75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Mitigation

In this simple example you noticed that the price is calculated server side and send to the server. The server
In this simple example you noticed that the price is calculated client-side and sent to the server. The server
accepted the input as a given and did not calculate the price again. One of the mitigations in this case is to look up
the price of the television in your database and calculate the total price again.

Expand Down

0 comments on commit 1520c75

Please sign in to comment.