mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Changed the doc to use gender-neutral pronouns when possible.
This commit is contained in:
parent
00a0d3de02
commit
e1b7723817
6 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue