mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-18 13:54:05 +01:00
Change terms and privacy policy pages to always be accessible (#11334)
Fix #11328
This commit is contained in:
parent
873828ad2d
commit
fccd25cf53
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ class AboutController < ApplicationController
|
||||||
before_action :set_instance_presenter
|
before_action :set_instance_presenter
|
||||||
before_action :set_expires_in
|
before_action :set_expires_in
|
||||||
|
|
||||||
|
skip_before_action :check_user_permissions, only: [:more, :terms]
|
||||||
|
|
||||||
def show; end
|
def show; end
|
||||||
|
|
||||||
def more; end
|
def more; end
|
||||||
|
|
Loading…
Reference in a new issue