Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable extensions and settings when opening browser #96

Closed
ebebbington opened this issue Dec 14, 2021 · 2 comments · Fixed by #121
Closed

Disable extensions and settings when opening browser #96

ebebbington opened this issue Dec 14, 2021 · 2 comments · Fixed by #121
Assignees

Comments

@ebebbington
Copy link
Member

for example when i run sinco in non-headless, the chrome browser uses my default search engine, and signed in as my acc, it shouldn't and should be naked when starting

@ebebbington ebebbington added Type: Chore Merging this pull request results in a patch version increment Priority: Low labels Dec 14, 2021
@ebebbington
Copy link
Member Author

can be aided by setting default args:

// chrome
// Default arguments
    "--disable-background-networking",
    "--enable-features=NetworkService,NetworkServiceInProcess",
    "--disable-background-timer-throttling",
    "--disable-backgrounding-occluded-windows",
    "--disable-breakpad",
    "--disable-client-side-phishing-detection",
    "--disable-component-extensions-with-background-pages",
    "--disable-default-apps",
    "--disable-dev-shm-usage",
    "--disable-extensions",
    "--disable-features=TranslateUI",
    "--disable-hang-monitor",
    "--disable-ipc-flooding-protection",
    "--disable-popup-blocking",
    "--disable-prompt-on-repost",
    "--disable-renderer-backgrounding",
    "--disable-sync",
    "--force-color-profile=srgb",
    "--metrics-recording-only",
    "--no-first-run",
    "--enable-automation",
    "--password-store=basic",
    "--use-mock-keychain",

@crookse crookse removed Priority: Low Type: Chore Merging this pull request results in a patch version increment labels Apr 8, 2022
@ebebbington
Copy link
Member Author

Actually headless doesn't use extensions, and thats we use, so switching this issue up

It would be good to add the above list only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants