jeanatpi

Results 2 issues of jeanatpi

Running npm audit gives me a security issue for request package: ```request * Severity: moderate Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6 No fix available node_modules/request clickhouse * Depends on...

Hello, I was trying to do a test on a controller using Mobile Detect lib (https://github.com/serbanghita/Mobile-Detect). Like this: ``` $browser ->interceptRedirects() ->actingAs($user->_real()) ->get('/', [ 'headers' => [ 'User-Agent' => 'blabla'...