ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

Prevent Mozilla privacy banner popup in kiosk mode

  • ยังไม่มีคำตอบ
  • 0 คนมีปัญหานี้
more options

I'm using Firefox in a kiosk-mode application, on a Raspberry Pi based system, started from a bash script like this:

# Clear history etc. to prevent problems if unit is not perfectly shut down rm -v -r /home/pi/.mozilla/firefox/*.default rm -v -r /home/pi/.mozilla/firefox/*.default-esr rm -v -r /home/pi/.cache/mozilla/firefox/*.default rm -v /home/pi/.mozilla/firefox/profiles.ini

sleep 2

/usr/bin/firefox-esr --kiosk -url http://127.0.0.1


However on booting I get a banner from Mozilla along the top of the screen saying: "Firefox automatically sends some data to Mozilla so that we can improve your experience [Choose what I share]"

This is not acceptable in kiosk mode, as it would give users access to the configuration as well as being a visual annoyance. How can we disable this?

I'm using Firefox in a kiosk-mode application, on a Raspberry Pi based system, started from a bash script like this: ''# Clear history etc. to prevent problems if unit is not perfectly shut down rm -v -r /home/pi/.mozilla/firefox/*.default rm -v -r /home/pi/.mozilla/firefox/*.default-esr rm -v -r /home/pi/.cache/mozilla/firefox/*.default rm -v /home/pi/.mozilla/firefox/profiles.ini sleep 2 /usr/bin/firefox-esr --kiosk -url http://127.0.0.1'' However on booting I get a banner from Mozilla along the top of the screen saying: "Firefox automatically sends some data to Mozilla so that we can improve your experience [Choose what I share]" This is not acceptable in kiosk mode, as it would give users access to the configuration as well as being a visual annoyance. How can we disable this?

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.