Firefox 안전 모드는 어떻게 실행되나요?

Firefox 안전 모드는 어떻게 실행되나요?

Mac에서 Firefox가 안전 모드에서 시작을 시작하기 위해 어떤 파일을 사용하는지 아는 사람이 있나요? 저는 Mac을 사용하고 있는데 Firefox가 안전 모드에서 시작해야 한다는 표시를 하기 위해 무엇을 하는지 알 수 없습니다. 안전 모드를 우회하는 방법이 있었지만 프로그램이 시작되기 전에 이를 차단할 수 있는 방법을 찾고 있습니다.

답변1

파일이 아닌 명령줄 인수를 사용합니다. 나는 이것이 Mac용으로 컴파일된 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.

관련 정보