diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e9f9ae619..198564927b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Posts: don't have to click the play button twice for embedded videos.
+- index.html: remove `referrer` meta tag so it doesn't conflict with backend's `Referrer-Policy` header.
### Removed
- Admin: single user mode. Now the homepage can be redirected to any URL.
diff --git a/app/index.ejs b/app/index.ejs
index b0d109e1f9..e7c9b73306 100644
--- a/app/index.ejs
+++ b/app/index.ejs
@@ -5,7 +5,6 @@
-
<%= snippets %>