mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-06-08 07:33:52 +02:00
Merge branch 'feat-remote-browser' into test-build
This commit is contained in:
@@ -517,6 +517,10 @@ func (r *Runner) Run(ctx context.Context) error {
|
||||
// Prevents navigator.webdriver from being set to true, which is
|
||||
// the primary signal sites like Gmail use to detect automation.
|
||||
Set("disable-blink-features", "AutomationControlled").
|
||||
// Disables the HID/USB device-detection service. Without udev (common
|
||||
// in containers), Chrome's HidServiceLinux crashes with SIGSEGV when
|
||||
// it tries to enumerate devices via a udev handle it failed to open.
|
||||
Set("disable-features", "UsbDeviceDetection").
|
||||
Env(chromeEnv(
|
||||
"XDG_CONFIG_HOME="+filepath.Join(rootDir, "config"),
|
||||
"XDG_CACHE_HOME="+filepath.Join(rootDir, "cache"),
|
||||
|
||||
Reference in New Issue
Block a user