diff --git a/app/views/posts/partials/common/_secondary_links.html.erb b/app/views/posts/partials/common/_secondary_links.html.erb
index 02a5c7c2f..7b14a4ecf 100644
--- a/app/views/posts/partials/common/_secondary_links.html.erb
+++ b/app/views/posts/partials/common/_secondary_links.html.erb
@@ -4,7 +4,9 @@
<%= link_to "Upload", new_upload_path %>
<%= link_to "Popular", popular_explore_posts_path %>
<%= link_to "Hot", posts_path(:tags => "order:rank") %>
- <%= link_to "Searches", searches_explore_posts_path %>
+ <% if Danbooru.config.report_server %>
+ <%= link_to "Searches", searches_explore_posts_path %>
+ <% end %>
<% unless CurrentUser.is_anonymous? %>
<%= link_to "Favorites", favorites_path %>
<%= link_to "Favorite groups", favorite_groups_path %>