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

How to disable extensions when launching? #92

Open
ChrisMBarr opened this issue May 14, 2019 · 0 comments
Open

How to disable extensions when launching? #92

ChrisMBarr opened this issue May 14, 2019 · 0 comments

Comments

@ChrisMBarr
Copy link

ChrisMBarr commented May 14, 2019

When using the default config (not setting any prefs or flags) when I launch my karma tests in firefox It also opens 2 other tabs which i have to close to see my tests. One is the "first run" privacy notice from Firefox, and the other is a "welcome" URL for an extension I have installed.

This is what I see

I eventually found a preference to disable the "first run" privacy notice tab:

customLaunchers: {
    firefox_custom: {
        base: 'Firefox',
        prefs: {
            'toolkit.telemetry.reportingpolicy.firstRun': false,
        }
    },
}

That works for the one tab, but now I still have the extension tab showing. How can I disable extensions when launching this?

I know that I can set flags: ["-safe-mode"] which does work, but that forces a dialog to show, which requires a click-though - and this is arguably even more annoying than closing a tab.

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

No branches or pull requests

1 participant