본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Disable themes

  • 5 답장
  • 1 이 문제를 만남
  • 9 보기
  • 최종 답변자: 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.

선택된 해결법

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");
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (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

선택된 해결법

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.