File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ have loaded in a hidden frame or iframe.
1515An example of clickjacking
1616==========================
1717
18- Suppose an online store has a page where a logged in user can click "Buy Now" to
18+ Suppose an online store has a page where a logged- in user can click "Buy Now" to
1919purchase an item. A user has chosen to stay logged into the store all the time
2020for convenience. An attacker site might create an "I Like Ponies" button on one
2121of their own pages, and load the store's page in a transparent iframe such that
Original file line number Diff line number Diff line change @@ -783,7 +783,7 @@ uniquely identify the cache fragment:
783783
784784 {% load cache %}
785785 {% cache 500 sidebar request.user.username %}
786- .. sidebar for logged in user ..
786+ .. sidebar for logged- in user ..
787787 {% endcache %}
788788
789789If :setting:`USE_I18N` is set to ``True`` the per-site middleware cache will
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ control.
7575
7676:ref:`CSRF protection works <how-csrf-works>` by checking for a secret in each
7777POST request. This ensures that a malicious user cannot "replay" a form POST to
78- your website and have another logged in user unwittingly submit that form. The
78+ your website and have another logged- in user unwittingly submit that form. The
7979malicious user would have to know the secret, which is user specific (using a
8080cookie).
8181
You can’t perform that action at this time.
0 commit comments