From 3bb2271850bab577f35291a174b1985aea2b2b55 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 29 Jun 2026 21:32:32 +0200 Subject: Remove recent_changes RSS feed. It leaks unpublished drafts and the basic auth was only symbolic --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 88f49a2..a7775b3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -70,7 +70,6 @@ Cccms::Application.routes.draw do get 'rss/updates', :to => 'rss#updates', :as => :rss get 'rss/updates.:format', :to => 'rss#updates', :as => :rss_feed, :constraints => { :format => /xml|rdf/ } - get 'rss/recent_changes', :to => 'rss#recent_changes' get 'rss/tags/:tag/updates', :to => 'rss#tag_updates', :as => :rss_tag get 'rss/tags/:tag/updates.:format', :to => 'rss#tag_updates', :as => :rss_tag_feed, :constraints => { :format => /xml/ } -- cgit v1.3