That "Firefox Privacy Notice" tab #876
-
Hi I was wondering HOW does one make the "Firefox Privacy Notice" tab NOT show EVER ? In my case I'm dealing with Ubuntu Desktop clients where the /home/<user/ is wiped each time the session ends. Therefor the "Firefox Privacy Notice" tab will reappear on "initial" launch each time with a new user session. I would like to believe this can be handled globally through a policy, but I do not seem to be able to wrap my head around it. I had no luck with adding UserMessaging to the policies.json; maybe I did something wrong. Can't say for sure .. This draft works really well for me, but I'm still battling the "Firefox Privacy Notice" tab
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sure. If you set the datareporting.policy.dataSubmissionPolicyBypassNotification preference using the Preferences policy, you won't see that page. |
Beta Was this translation helpful? Give feedback.
-
If you end up using more prefs, you might need to switch to the newer pref format:
"Preferences": {
"datareporting.policy.dataSubmissionPolicyBypassNotification": {
"Value": true,
"Status": "default"
}
}
But what you have works fine. |
Beta Was this translation helpful? Give feedback.
Sure.
If you set the datareporting.policy.dataSubmissionPolicyBypassNotification preference using the Preferences policy, you won't see that page.
https://github.com/mozilla/policy-templates/#preferences