Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

JS script not loaded in pref directory

more options

Hi all

I have distributed a .js file via gpo to the default location: C:\Program Files (x86)\Mozilla Firefox\defaults\pref\

It seems like it is only loaded on the very first boot. Once I disable the setting on about:config, the js file will not load / apply once I restart firefox.

The file looks like this(enableroot.js):

/* Allows Firefox reading Windows certificates */ pref("security.enterprise_roots.enabled", true);

I searched this and wasn't able to find any solution. Does anyone have experience with it?

best regards,

Trennety

Hi all I have distributed a .js file via gpo to the default location: C:\Program Files (x86)\Mozilla Firefox\defaults\pref\ It seems like it is only loaded on the very first boot. Once I disable the setting on about:config, the js file will not load / apply once I restart firefox. The file looks like this(enableroot.js): /* Allows Firefox reading Windows certificates */ pref("security.enterprise_roots.enabled", true); I searched this and wasn't able to find any solution. Does anyone have experience with it? best regards, Trennety

所有回复 (5)

more options

Hi trennety:

I can't answer your questions since I know nothing about using Firefox in an enterprise setting using GPO but I'm assuming it's in an enterprise setting.

So I changed the product to Firefox for Enterprise

Maybe the folks can help you there:

https://support.mozilla.org/en-US/questions/firefox-enterprise

  • If not maybe you ask on the Enterprise mailing list?

https://mail.mozilla.org/listinfo/enterprise (or it's already been answered in the archives)

Cheers!

...Roland

more options
more options

Roland Tanglao said

Hi trennety: I can't answer your questions since I know nothing about using Firefox in an enterprise setting using GPO but I'm assuming it's in an enterprise setting. So I changed the product to Firefox for Enterprise Maybe the folks can help you there: https://support.mozilla.org/en-US/questions/firefox-enterprise
  • If not maybe you ask on the Enterprise mailing list?
https://mail.mozilla.org/listinfo/enterprise (or it's already been answered in the archives) Cheers! ...Roland

Hi Roland,

The GPO only copies the .js file into the defaults/pref dirctory. That works perfectly fine and I am not setting anything within firefox via GPO.

The file is copied fine but when I change the security.enterprise_roots.enabled to false and then restart firefox, it seems like the .js file is not loaded.

So is there a setting which sets back the options or disabled the load of such specific .js files?

As far as I have seen the autoconfig uses the same mechanic. In my opinion the load of the .js files within default/pref should work but apparently most of the times they don't.

more options

Hi all

I've solved it on another way. Best was to implement the admx file via gpo and set the appropriate settings located under: computer configuration>policies>administrative templates>mozilla>firefox>certificates>use windows certificates

ADMX available under: https://github.com/mozilla/policy-templates/releases

In case anyone has the same problem.

Thanks again ;)

Bet regards,

Trennety

more options

Hi Trennety

Glad you got it working! Thanks for documenting, I bet somebody else in the Firefox for Enterprise "world" :-) will benefit from your hard work.

Cheers and Happy Holidays!

...Roland