diff options
author | Mark Felder <feld@feld.me> | 2023-06-07 09:19:22 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2023-06-07 09:19:22 -0400 |
commit | fadcd7f1a9e41ec9b54f251cf782688bf3d36889 (patch) | |
tree | 39ac8410fcfda00a0ea97fbff0763e10255cc5e5 /changelog.d | |
parent | 43458cb7a144f984d2d745e50b8a992c7482265c (diff) | |
download | pleroma-fadcd7f1a9e41ec9b54f251cf782688bf3d36889.tar.gz pleroma-fadcd7f1a9e41ec9b54f251cf782688bf3d36889.zip |
Revert MediaProxy Host header validation
Something is going wrong here even though the tests are correct.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3896.add | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/3896.add b/changelog.d/3896.add index 36d8286ff..e8fde4c8a 100644 --- a/changelog.d/3896.add +++ b/changelog.d/3896.add @@ -1 +1 @@ -Validate Host header for MediaProxy and Uploads and return a 302 if the base_url has changed +Validate Host header for Uploads and return a 302 if the base_url has changed |