mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
Fix logster not ignoring CSRF warnings.
This commit is contained in:
@ -20,7 +20,7 @@ if Rails.env.production?
|
||||
|
||||
# CSRF errors are not providing enough data
|
||||
# suppress unconditionally for now
|
||||
/^Can't verify CSRF token authenticity$/,
|
||||
/^Can't verify CSRF token authenticity.$/,
|
||||
|
||||
# Yandex bot triggers this JS error a lot
|
||||
/^Uncaught ReferenceError: I18n is not defined/,
|
||||
|
Reference in New Issue
Block a user