pub const HARMFUL_ARGS: &[&str];Expand description
Chromium flags that reveal automation and should be stripped from launch args.
Bot-detection systems look for these flags to determine whether a browser was
launched programmatically. The filter_harmful_args function removes any
argument that starts with one of these prefixes.