搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

My Browser Always Opens in Remote Mode

  • 1 个回答
  • 0 人有此问题
  • 158 次查看
  • 最后回复者为 cor-el

more options

So, whenever I open Firefox it will act normally and then after a second close by itself and when I reopen it, it will be in remote mode. I know how to fix this via about:config and do this every time, but I would much prefer a permanent fix, nothing else on Firefox or my computer indicates something else is going on, its just this. I've even at one point uninstalled and reinstalled Firefox and it didn't help.

So, whenever I open Firefox it will act normally and then after a second close by itself and when I reopen it, it will be in remote mode. I know how to fix this via about:config and do this every time, but I would much prefer a permanent fix, nothing else on Firefox or my computer indicates something else is going on, its just this. I've even at one point uninstalled and reinstalled Firefox and it didn't help.

被采纳的解决方案

Do you mean that you get the robot and stripes on the location bar ?

You can hover the robot icon on the location bar and check what reason is shown in the tooltip (DevTools,Marionette,RemoteAgent). If the reason is DevTools then check on the about:config page whether these prefs have their default value (i.e. are not bold).

  • devtools.chrome.enabled (false)
  • devtools.debugger.prompt (true)
  • devtools.debugger.remote-enabled (false)

You can check if you have a user.js file in the profile folder that sets these prefs.

定位到答案原位置 👍 1

所有回复 (1)

more options

选择的解决方案

Do you mean that you get the robot and stripes on the location bar ?

You can hover the robot icon on the location bar and check what reason is shown in the tooltip (DevTools,Marionette,RemoteAgent). If the reason is DevTools then check on the about:config page whether these prefs have their default value (i.e. are not bold).

  • devtools.chrome.enabled (false)
  • devtools.debugger.prompt (true)
  • devtools.debugger.remote-enabled (false)

You can check if you have a user.js file in the profile folder that sets these prefs.