Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

מידע נוסף

Deploying Firefox 60.2.0 esr in citrix xenapp 7.15 environment opens up an extra tab of https://www.mozilla.org/privacy/firefox/ page.

  • 2 תגובות
  • 2 have this problem
  • 2 views
  • תגובה אחרונה מאת PrajjwalShrestha

more options

I was trying to update Firefox esr deployed in my company's citrix environment from 52.7.3 (32-bit) version to latest released 60.2.0 and it opens up an extra tab of https://www.mozilla.org/privacy/firefox/ page with a warning "Your connection is not secure" along with my set homepage. its been like this since April release Firefox 60.0.1 ESR so I'm still stuck with old 52 version. I use customized config file and tried adding lines such as lockPref("browser.newtabpage.activity-stream.aboutHome.enabled", false); as suggested on some forums but nothing seems to work for me.

I was trying to update Firefox esr deployed in my company's citrix environment from 52.7.3 (32-bit) version to latest released 60.2.0 and it opens up an extra tab of https://www.mozilla.org/privacy/firefox/ page with a warning "Your connection is not secure" along with my set homepage. its been like this since April release Firefox 60.0.1 ESR so I'm still stuck with old 52 version. I use customized config file and tried adding lines such as lockPref("browser.newtabpage.activity-stream.aboutHome.enabled", false); as suggested on some forums but nothing seems to work for me.

פתרון נבחר

You can set the pref:

datareporting.policy.dataSubmissionPolicyBypassNotification

to true

and it will not show that extra tab.

Read this answer in context 👍 1

כל התגובות (2)

more options

פתרון נבחר

You can set the pref:

datareporting.policy.dataSubmissionPolicyBypassNotification

to true

and it will not show that extra tab.

more options

Thanks mkaply. Adding that line helped resolve my issue. Thanks again.