Custom Chromium Build
Budget: $250 – $750 USD
I am looking to have a custom Chromium built. The changes needed are very straightforward.
Chromium internally has a few checks to decide if it should set navigator.webdriver to true, along with other browser properties:
If --remote-debugging-port is used
if --remote-debugging-pipe is used
I need to use --remote-debugging-pipe for my application but I do not want to enable the chromium automation setting as a result. Therefore the logic for detecting if --remote-debugging-pipe is used in the chromium source should be removed.
Chromium internally has a few checks to decide if it should set navigator.webdriver to true, along with other browser properties:
If --remote-debugging-port is used
if --remote-debugging-pipe is used
I need to use --remote-debugging-pipe for my application but I do not want to enable the chromium automation setting as a result. Therefore the logic for detecting if --remote-debugging-pipe is used in the chromium source should be removed.