diff --git a/server/src/routes/record.ts b/server/src/routes/record.ts index 9a1d28e4..0f12f5c9 100644 --- a/server/src/routes/record.ts +++ b/server/src/routes/record.ts @@ -12,9 +12,11 @@ import { getRemoteBrowserCurrentUrl, getRemoteBrowserCurrentTabs, } from '../browser-management/controller' import { chromium } from 'playwright-extra'; +import stealthPlugin from 'puppeteer-extra-plugin-stealth'; import logger from "../logger"; export const router = Router(); +chromium.use(stealthPlugin()); /** * Logs information about remote browser recording session.