Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Disable themes

  • 5 antwoorden
  • 1 heeft dit probleem
  • 75 weergaven
  • Laatste antwoord van Yann G

more options

Hi, I would like to disable themes installation on Firefox ESR but I haven't seen anything on about:config

Someone could help me ?

Could we block this option with GPO ?

Thanks.

Hi, I would like to disable themes installation on Firefox ESR but I haven't seen anything on about:config Someone could help me ? Could we block this option with GPO ? Thanks.

Gekozen oplossing

Try to lock some theme prefs via an autoconfig.cfg file.


// first line is a comment line
lockPref("lightweightThemes.usedThemes","[]");
lockPref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
Dit antwoord in context lezen 👍 1

Alle antwoorden (5)

more options

Type about:addons<enter> in the address bar to open the Add-ons Manager. Hot key; <Control> (Mac=<Command>) <Shift> A)

On the left side of the page, select Appearance. Then select Default.

Now restart Firefox.


Separate Security Issue: Update your Flash Player or remove it using these links; http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html Uninstall Flash Player | Windows http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html Uninstall Flash Player | Mac

Note: Windows users should download the ActiveX for Internet Explorer. and the plugin for Plugin-based browsers (like Firefox).

Note: Windows 8 and Windows 10 have built-in flash players and Adobe will cause a conflict. Install the plugin only. Not the ActiveX.

Flash Player Version: Version 31.0.0.148

https://get.adobe.com/flashplayer/ Direct link scans current system and browser Note: Other software is offered in the download. <Windows Only>

https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, Win IE . . . .) Note: Other software is offered in the download. <Windows Only> +++++++++++++++++++ See if there are updates for your graphics drivers https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration

more options

firefox will always have a standard theme installed to run it's browser so what is the issue with the themes?

more options

Gekozen oplossing

Try to lock some theme prefs via an autoconfig.cfg file.


// first line is a comment line
lockPref("lightweightThemes.usedThemes","[]");
lockPref("lightweightThemes.selectedThemeID", "default-theme@mozilla.org");
more options

Hi cor-el, It seems a good idea.

I test it.

Thanks.

more options

Hi cor-el, Thank you very much ! It works great.