mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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
|
# CSRF errors are not providing enough data
|
||||||
# suppress unconditionally for now
|
# suppress unconditionally for now
|
||||||
/^Can't verify CSRF token authenticity$/,
|
/^Can't verify CSRF token authenticity.$/,
|
||||||
|
|
||||||
# Yandex bot triggers this JS error a lot
|
# Yandex bot triggers this JS error a lot
|
||||||
/^Uncaught ReferenceError: I18n is not defined/,
|
/^Uncaught ReferenceError: I18n is not defined/,
|
||||||
|
|||||||
Reference in New Issue
Block a user