mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Again, try to get a flexible absolute logo_url
This commit is contained in:
@@ -12,7 +12,7 @@ module ApplicationHelper
|
||||
|
||||
def discourse_csrf_tags
|
||||
# anon can not have a CSRF token cause these are all pages
|
||||
# that may be cached, causing a mismatch between session CSRF
|
||||
# that may be cached, causing a mismatch between session CSRF
|
||||
# and CSRF on page and horrible impossible to debug login issues
|
||||
if current_user
|
||||
csrf_meta_tags
|
||||
|
||||
Reference in New Issue
Block a user