diff options
author | Aaron Raimist <aaron@raim.ist> | 2020-12-08 16:51:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-08 22:51:03 +0000 |
commit | cd9e72b185e36ac3f18ab1fe567fdeee87bfcb8e (patch) | |
tree | dde78414e8ab929c0c003fbc20dcab5ee2cef077 /changelog.d | |
parent | Better formatting for config errors from modules (#8874) (diff) | |
download | synapse-cd9e72b185e36ac3f18ab1fe567fdeee87bfcb8e.tar.xz |
Add X-Robots-Tag header to stop crawlers from indexing media (#8887)
Fixes / related to: https://github.com/matrix-org/synapse/issues/6533 This should do essentially the same thing as a robots.txt file telling robots to not index the media repo. https://developers.google.com/search/reference/robots_meta_tag Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8887.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8887.feature b/changelog.d/8887.feature new file mode 100644 index 0000000000..729eb1f1ea --- /dev/null +++ b/changelog.d/8887.feature @@ -0,0 +1 @@ +Add `X-Robots-Tag` header to stop web crawlers from indexing media. |