mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
FIX: Flash authentication data not rendered in latest iOS safari browser
This commit is contained in:
@ -454,7 +454,7 @@ class ApplicationController < ActionController::Base
|
||||
end
|
||||
|
||||
def can_cache_content?
|
||||
current_user.blank? && flash[:authentication_data].blank?
|
||||
current_user.blank? && cookies[:authentication_data].blank?
|
||||
end
|
||||
|
||||
# Our custom cache method
|
||||
|
Reference in New Issue
Block a user