summaryrefslogtreecommitdiff
path: root/docs/topics/security.txt
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-02-09 16:48:46 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-02-10 19:19:13 +0100
commit534ac4829764f317cf2fbc4a18354fcc998c1425 (patch)
treec85c1df220ea6c3a87f9820106ba5a06e9ec9394 /docs/topics/security.txt
parent7bb741d787ba360a9f0d490db92e22e0d28204ed (diff)
Refs #34140 -- Applied rst code-block to non-Python examples.
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
Diffstat (limited to 'docs/topics/security.txt')
-rw-r--r--docs/topics/security.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/security.txt b/docs/topics/security.txt
index f8f1df8a11..0f6f05163a 100644
--- a/docs/topics/security.txt
+++ b/docs/topics/security.txt
@@ -10,8 +10,6 @@ on securing a Django-powered site.
Cross site scripting (XSS) protection
=====================================
-.. highlight:: html+django
-
XSS attacks allow a user to inject client side scripts into the browsers of
other users. This is usually achieved by storing the malicious scripts in the
database where it will be retrieved and displayed to other users, or by getting