mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Fancy 404 should require access too
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
class ExceptionsController < ApplicationController
|
class ExceptionsController < ApplicationController
|
||||||
skip_before_filter :check_xhr
|
skip_before_filter :check_xhr
|
||||||
skip_before_filter :check_restricted_access
|
|
||||||
layout 'no_js'
|
layout 'no_js'
|
||||||
|
|
||||||
def not_found
|
def not_found
|
||||||
|
Reference in New Issue
Block a user