diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:18:53 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-22 14:58:34 +0100 |
commit | 669400e22f514efbd846cad1f2943a48d79276b7 (patch) | |
tree | 16910edcd2302ee240577bd64f04f54fe30dfc8f /synapse/rest/consent | |
parent | Merge pull request #3257 from matrix-org/rav/fonx_on_no_consent (diff) | |
download | synapse-669400e22f514efbd846cad1f2943a48d79276b7.tar.xz |
Enable auto-escaping for the consent templates
... to reduce the risk of somebody introducing an html injection attack...
Diffstat (limited to 'synapse/rest/consent')
-rw-r--r-- | synapse/rest/consent/consent_resource.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/rest/consent/consent_resource.py b/synapse/rest/consent/consent_resource.py |