Fortress is a stealth Chromium engine designed to prevent scrapers and browser agents from being blocked by bot detection systems. By adjusting the browser fingerprint directly within the engine's C++ code, it allows automation tools like Playwright and Puppeteer to operate undetected, maintaining the appearance of a standard Chrome installation.
Fortress is a modified version of the Chromium engine aimed at preventing bot detections during web scraping and automated browsing. By making a single change in the codebase, it corrects the browser fingerprint to mimic an ordinary Chrome installation, thus avoiding flags from bot detection services.
The Fortress engine alters the browser fingerprint directly in its C++ layer, nullifying the need for a JavaScript-based patch that could be detected. It integrates various components, including keyboard layouts, media device settings, and locale parameters, to maintain a coherent identity as a legitimate user across different sessions.
Users can easily utilize Fortress with existing automation frameworks such as Playwright and Puppeteer. The engine supports a Chrome DevTools Protocol (CDP) endpoint, allowing users to direct their current automation scripts to Fortress without any additional code modifications.
This development is significant in the domain of web scraping and automated browsing, as it enhances the chances of successful data retrieval from sites employing stringent bot detection. By presenting a consistent user profile to sites, Fortress aims to reduce blocks and enhance the efficiency of automated tasks.
β¨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors β check the original sources. How BrevFeed works β
Fortress is a stealth Chromium engine designed to prevent scrapers and browser agents from being blocked by bot detection systems. By adjusting the browser fingerprint directly within the engine's C++ code, it allows automation tools like Playwright and Puppeteer to operate undetected, maintaining the appearance of a standard Chrome installation.