cakephp / app

CakePHP application template
366 stars 390 forks source link

5.x: update mobiledetect lib #977

Closed LordSimal closed 8 months ago

LordSimal commented 8 months ago

Refs: https://github.com/cakephp/app/pull/976

this requires users to adjust their config/bootstrap.php do add 1 line per detector:

$detector->setUserAgent($request->getEnv('HTTP_USER_AGENT'));