Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

how do i stop the Firefox browser privacy notice tab from opening everytime i start firefox?

  • 2 个回答
  • 3 人有此问题
  • 7 次查看
  • 最后回复者为 IMuijtjens

more options

when i open firefox from the taskbar a second tab automatically opens titled "Firefox Browser Privacy Notice"... how do i stop this? thanks.

when i open firefox from the taskbar a second tab automatically opens titled "Firefox Browser Privacy Notice"... how do i stop this? thanks.

所有回复 (2)

more options

Could you double-check your home page setting to make sure this isn't set up there? Firefox can be set up with multiple "home tabs" that appear at startup and in any new window (Ctrl+n). To edit your home tabs, you can use the Options page.

"3-bar" menu button (or Tools menu) > Options

Toward the top of the page, in the Startup section, check the Home Page field:

Look for a vertical bar character. As a simple example with short URLs:

https://www.google.com/|https://outlook.live.com/owa/

The bar definitely can be hard to spot with long URLs, but when you find it, delete everything to the right of it then, finally, the bar.

Firefox will save the edit when you tab out of or click away from that box. Then you can close the tab and Firefox should not open it along with your home page.

You can test by pressing Ctrl+n to launch a new window. Success?

See also: How to set the home page


If that is not the source of the problem, could you try disabling or removing the extension named "Firefox OnBoard"? You can view, disable, and often remove unwanted or unknown extensions on the Add-ons page. Either:

  • Ctrl+Shift+a (Mac: Command+Shift+a)
  • "3-bar" menu button (or Tools menu) > Add-ons

In the left column, click Extensions. Then cast a critical eye over the list on the right side. All extensions listed here are optional. Is that one listed? If in doubt, disable.

Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.

Any improvement?

more options

Add this rule to your mozilla.cfg file and the Privacy Notice tab will not open on first run. Very useful in enterprise environments:

// Disable Policy Notice on First Run pref("toolkit.telemetry.reportingpolicy.firstRun", false);