Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Support for R-kiosk mode has disabled for new version of firefox-esr-68.4.2?

  • 11 risposte
  • 1 ha questo problema
  • 13 visualizzazioni
  • Ultima risposta di sakshi_t

more options

I would like to use kiosk mode feature. But I am unable to achieve it by using R-kiosk . I want to know that support for R-kiosk mode has been disabled for new version of firefox-esr-68.4.2 because I am getting this link "https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/" whenever I am looking for this r-kiosk feature. Kindly help on this

I would like to use kiosk mode feature. But I am unable to achieve it by using R-kiosk . I want to know that support for R-kiosk mode has been disabled for new version of firefox-esr-68.4.2 because I am getting this link "https://addons.mozilla.org/en-US/firefox/addon/r-kiosk/" whenever I am looking for this r-kiosk feature. Kindly help on this

Tutte le risposte (11)

more options
more options

Thank you for sharing the link, I have gone through this link.I am using r-kiosk xpi which is available.That was working till firefox-esr version-60.8 . But currently , with firefox-esr version-68.4.2 . It is not working.So I would like to know that has firefox stopped the support for R-kiosk or not ??

more options

OK, I found this extension on github: https://github.com/un1xoid/r-kiosk

This type of extensions can't work with recent Firefox ESR. We've removed support for XUL extensions a while ago.

more options

Thank you for this information. :)

Instead of this r-kiosk extensions or any other XUL extensions, Which other extensions , I can use. I am currently working with Modern kiosk extensions to achieve that kiosk mode. is it good to go with that or would you like to suggest some other good extensions instead of Modern kiosk

Modificato da sakshi_t il

more options

sakshi_t said

Thank you for this information. :) Instead of this r-kiosk extensions or any other XUL extensions, Which other extensions , I can use. I am currently working with Modern kiosk extensions to achieve that kiosk mode. is it good to go with that or would you like to suggest some other good extensions instead of Modern kiosk
more options

You can't use builtin kiosk in Firefox 68 ESR (you need Firefox 71 or later).

See also:

more options

How can I customize the modern-kiosk extensions for Firefox-esr-68.4.2 ?

more options

How to Remove Sync in Options Menu , I have tried https://support.mozilla.org/en-US/questions/1126605 link solutions but it is not working . Any other solutions ??

more options

Did you try this policy (identity.fxaccounts.enabled = false) ?

more options

Thank you . It is helpful :)

more options

I want to disable the about:preferences page with disable message. I have tried http://forums.mozillazine.org/viewtopic.php?f=38&t=2808203 this link solutions but with these solution i am getting the content list also (for eg. General : Disable , Home :Disable). I want to disable whole page with only "Disable" message . And i tried "@-moz-document url-prefix("about:preferences"){

       html, page, window { display: none !important; }

} " also in userContent.css file . But it is showing blank page . Any solutions for what i need ??