Changed the doc to use gender-neutral pronouns when possible.

This commit is contained in:
Baptiste Mispelon 2013-10-02 16:41:04 +02:00
parent 00a0d3de02
commit e1b7723817
6 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ purchase an item. A user has chosen to stay logged into the store all the time
for convenience. An attacker site might create an "I Like Ponies" button on one
of their own pages, and load the store's page in a transparent iframe such that
the "Buy Now" button is invisibly overlaid on the "I Like Ponies" button. If the
user visits the attacker site and clicks "I Like Ponies" he will inadvertently
user visits the attacker site and clicks "I Like Ponies" he or she will inadvertently
click on the online store's "Buy Now" button and unknowingly purchase the item.
.. _clickjacking-prevention:

View file

@ -172,7 +172,7 @@ Getting the current domain for display
LJWorld.com and Lawrence.com both have email alert functionality, which lets
readers sign up to get notifications when news happens. It's pretty basic: A
reader signs up on a Web form, and he immediately gets an email saying,
reader signs up on a Web form, and he or she immediately gets an email saying,
"Thanks for your subscription."
It'd be inefficient and redundant to implement this signup-processing code