remove alihack
This commit is contained in:
parent
cd9e499b77
commit
cea9cfe49f
|
@ -9,6 +9,10 @@ if Rails.env.production?
|
||||||
|
|
||||||
/^AbstractController::ActionNotFound/,
|
/^AbstractController::ActionNotFound/,
|
||||||
|
|
||||||
|
# alihack is really annoying, nothing really we can do about this
|
||||||
|
# (795: unexpected token at 'alihack<%eval request("alihack.com")%> '):
|
||||||
|
/^ActionDispatch::ParamsParser::ParseError/,
|
||||||
|
|
||||||
# ignore any empty JS errors that contain blanks or zeros for line and column fields
|
# ignore any empty JS errors that contain blanks or zeros for line and column fields
|
||||||
#
|
#
|
||||||
# Line:
|
# Line:
|
||||||
|
|
Loading…
Reference in New Issue