diff options
author | lain <lain@soykaf.club> | 2023-06-06 13:31:08 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-06-06 13:31:08 +0000 |
commit | 43458cb7a144f984d2d745e50b8a992c7482265c (patch) | |
tree | 68c0abfec2b0812370e82a2c7b7c1eecfd9d973a /changelog.d | |
parent | e8d35256653d196fd7c0daba8673a74dfe40a8e8 (diff) | |
parent | 40d40d67a3cee4d57f9200d0980df1b21d08a834 (diff) | |
download | pleroma-43458cb7a144f984d2d745e50b8a992c7482265c.tar.gz pleroma-43458cb7a144f984d2d745e50b8a992c7482265c.zip |
Merge branch 'preload-escaping' into 'develop'
B Preload: Make sure that the preloaded json is html safe
See merge request pleroma/pleroma!3901
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3901.security | 1 |
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. |