forked from orbit-oss/flask
Typo.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
4f1b086218
commit
67f483bf64
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ Cross-Site Scripting (XSS)
|
|||
--------------------------
|
||||
|
||||
Cross site scripting is the concept of injecting arbitrary HTML (and with
|
||||
it JavaScript) into the context of a website. To rememdy this, developers
|
||||
it JavaScript) into the context of a website. To remedy this, developers
|
||||
have to properly escape text so that it cannot include arbitrary HTML
|
||||
tags. For more information on that have a look at the Wikipedia article
|
||||
on `Cross-Site Scripting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue