Skip to content

Commit

Permalink
Merge pull request #2014 from MushroomObserver/x
Browse files Browse the repository at this point in the history
Ignore CSRF errors in parse_log.
  • Loading branch information
pellaea committed Mar 9, 2024
2 parents 1471abb + 30a73b6 commit ab82da4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/parse_log
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ grep -v 'Can.t figure out how to sort' |
grep -v 'SMTP To address may not contain CR or LF line breaks' |
grep -v 'ActionController::RoutingError' |
grep -v 'ActiveRecord::RecordNotFound' |
grep -v 'InvalidAuthenticityToken' |
grep -v 'Rack::QueryParser::InvalidParameterError' |
grep -v 'ActionView::Template::Error .Character not in alphabet' \
> $new_errors || true
Expand Down

0 comments on commit ab82da4

Please sign in to comment.