
Weiß jemand, welche Datei Firefox auf einem Mac verwendet, um einen Start im abgesicherten Modus auszulösen? Ich verwende einen Mac und konnte nicht herausfinden, was Firefox tut, um zu kennzeichnen, dass er im abgesicherten Modus gestartet werden muss. Es gibt Methoden, den abgesicherten Modus zu umgehen, aber ich suche nach einer Möglichkeit, ihn im Keim zu ersticken, bevor das Programm gestartet wird.
Antwort1
Es wird ein Befehlszeilenargument verwendet, keine Datei. Ich glaube, das gilt auch für für Macs kompilierten Firefox.
$ firefox --help
Usage: firefox [ options ... ] [URL]
where options include:
X11 options
--display=DISPLAY X display to use
--sync Make X calls synchronous
--g-fatal-warnings Make all warnings fatal
Firefox options
-h or -help Print this message.
-v or -version Print Firefox version.
-P <profile> Start with <profile>.
-migration Start with migration wizard.
-ProfileManager Start with ProfileManager.
-no-remote Open new instance, not a new window in running instance.
-UILocale <locale> Start with <locale> resources as UI Locale.
-safe-mode Disables extensions and themes for this session.
-jsconsole Open the Error console.
-browser Open a browser window.
-new-window <url> Open <url> in a new window.
-new-tab <url> Open <url> in a new tab.
-preferences Open Preferences dialog.
-search <term> Search <term> with your default search engine.
-private Enable private browsing mode.
-private-toggle Toggle private browsing mode.
-setDefaultBrowser Set this app as the default browser.