summaryrefslogtreecommitdiff
path: root/changelog.d/3901.security
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
committerLain Soykaf <lain@lain.com>2023-06-11 16:20:30 +0400
commit175ee9e6fec2f9262e4f9e31ce300bd77149b3a7 (patch)
tree974aa947a3bedb9dc76c0e400eab1b7d94502a0a /changelog.d/3901.security
parentd91a823836f416dc0bdf0fe8527695d372dcb347 (diff)
parent16313af7eb1c3b92210e0c0762e74c051bdde5f2 (diff)
downloadpleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.tar.gz
pleroma-175ee9e6fec2f9262e4f9e31ce300bd77149b3a7.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unused_indexes
Diffstat (limited to 'changelog.d/3901.security')
-rw-r--r--changelog.d/3901.security1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3901.security b/changelog.d/3901.security
new file mode 100644
index 000000000..a3d8bd01f
--- /dev/null
+++ b/changelog.d/3901.security
@@ -0,0 +1 @@
+Preload: Make generated JSON html-safe. It already was html safe because it only consists of config data that is base64 encoded, but this will keep it safe it that ever changes.