mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Make peer_id exempt from trimming
This commit is contained in:
@@ -14,6 +14,7 @@ class TrimStrings extends BaseTrimmer
|
||||
protected $except = [
|
||||
'password',
|
||||
'password_confirmation',
|
||||
'info_hash'
|
||||
'info_hash',
|
||||
'peer_id'
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user