diff options
author | Lain Soykaf <lain@lain.com> | 2023-06-02 17:09:23 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-06-02 17:09:58 +0400 |
commit | 40d40d67a3cee4d57f9200d0980df1b21d08a834 (patch) | |
tree | 68c0abfec2b0812370e82a2c7b7c1eecfd9d973a /changelog.d | |
parent | cbc5b8cebd9255e0c49e8fb02daed4680be1d336 (diff) | |
download | pleroma-40d40d67a3cee4d57f9200d0980df1b21d08a834.tar.gz pleroma-40d40d67a3cee4d57f9200d0980df1b21d08a834.zip |
Add changelog.
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. |