diff --git a/src/lib/detect.ts b/src/lib/detect.ts index 8712632a..2b1fe01d 100644 --- a/src/lib/detect.ts +++ b/src/lib/detect.ts @@ -11,6 +11,7 @@ import { MOBILE_OS, MOBILE_SCREEN_WIDTH, } from './constants'; +import { safeDecodeURIComponent } from '@/lib/url'; const MAXMIND = 'maxmind'; @@ -146,9 +147,9 @@ export async function getClientInfo(request: Request, payload: Record