Fix logster not ignoring CSRF warnings.

This commit is contained in:
Guo Xiang Tan
2017-09-04 18:03:45 +08:00
parent 77d4c4d8dc
commit 3840c50083

View File

@ -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/,