laravel-firewall icon indicating copy to clipboard operation
laravel-firewall copied to clipboard

limit referrer max size

Open 2000calories opened this issue 2 years ago • 0 comments

I saw many of the following errors in the logs due to too long referrer. production.ERROR: SQLSTATE[22001]: String data, right truncated: 1406 Data too long for column 'referrer' at row 1 (SQL: insert into `firewall_logs` (`ip`, `level`, `middleware`, `user_id`, `url`, `referrer`, `request`, `updated_at`, `created_at`)

2000calories avatar Sep 14 '22 01:09 2000calories