feat: user getUserAgent()

This commit is contained in:
amhsirak
2024-12-15 01:06:45 +05:30
parent 320f24ec00
commit ffe87b0c7d

View File

@@ -204,6 +204,7 @@ export class RemoteBrowser {
forcedColors: 'none',
isMobile: false,
hasTouch: false,
userAgent: this.getUserAgent(),
};
if (proxyOptions.server) {