Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Version 46.0 does not use \Mozilla Firefox\browser\defaults\profile

  • 3 个回答
  • 5 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

In Version 45.0.2 it was possible to copy a modified cert8.db file into the following folder: C:\Program Files (x86)\Mozilla Firefox\browser\defaults\profile

And when a new user starts Firefox for the first time, the cert8.db file gets copied in his user profile. In 46.0 it does not work anymore.

Did the folder change or is this a bug in 46.0?

In Version 45.0.2 it was possible to copy a modified cert8.db file into the following folder: C:\Program Files (x86)\Mozilla Firefox\browser\defaults\profile And when a new user starts Firefox for the first time, the cert8.db file gets copied in his user profile. In 46.0 it does not work anymore. Did the folder change or is this a bug in 46.0?

所有回复 (3)

more options

Apparently support for this folder has been removed, see:

  • bug 1234012 - Figure out what to do about the default profile
  • bug 1235099 - Remove the NS_APP_BOOKMARKS_50_FILE directory service key

Please do not comment in bug reports
https://bugzilla.mozilla.org/page.cgi?id=etiquette.html


more options

Wow thats bad. But is there another solution? I need this. I Must give a modified cert8.db to new profiles.

more options

I don't know if CCK2 is able to provide this feature already.

Note that you can use a mozilla.cfg file to run privileged JavaScript code and copy the file to a profile. Once this is done you probably need to create a special pref to remember this. I don't know how this would work with a new profile.


//
var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
Cu.import("resource://gre/modules/Services.jsm");
var profD = Services.dirsvc.get("ProfD", Ci.nsILocalFile).path;