mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 04:48:17 +08:00
FEATURE: Allow /filter
route to be accessible by anon users (#24359)
Why this change? There is no reason for us to exclude anon users from viewing this route so we're making a product decision to change this.
This commit is contained in:

committed by
GitHub

parent
a238f66b33
commit
e5b0493b49
@ -46,6 +46,7 @@ class ListController < ApplicationController
|
||||
TopTopic.periods.map { |p| :"category_top_#{p}" },
|
||||
TopTopic.periods.map { |p| :"category_none_top_#{p}" },
|
||||
:group_topics,
|
||||
:filter,
|
||||
].flatten
|
||||
|
||||
# Create our filters
|
||||
|
Reference in New Issue
Block a user