Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Set preference for url by about: config

  • 3 svar
  • 1 har dette problem
  • 1 visning
  • Seneste svar af cor-el

more options

Hi, I'm doing a custom Firefox for my company and I'd like to know if you can set a preference for url using about: config That is, for example I want to use the preference I have in my file.cfg security.fileuri.origin_policy for a url in value true and in the other url in false. If you could help me, I would be very grateful

Hi, I'm doing a custom Firefox for my company and I'd like to know if you can set a preference for url using about: config That is, for example I want to use the preference I have in my file.cfg security.fileuri.origin_policy for a url in value true and in the other url in false. If you could help me, I would be very grateful

Alle svar (3)

more options

If that is dependent on the Firefox profile that is used then you can add test code to test wht profile is used currently. Keep in mind that an mozilla.cfg file can contain valid JavaScript code.

This code gives you the path to the profile folder.

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

Ændret af cor-el den

more options

I'm sorry if I expressed myself wrong, my question was that if you want to apply for example the pref: lockPref geo.enabled, true value for https://www.google.es and for other sites geo.enabled, false, if it is possible to do it with about: config?

more options

That isn't possible via about:config. Setting this pref is all or nothing. What you want is to modify/set specific site preferences as you can find in "Tools -> Page Info -> Permissions". Site specific permissions are stored in content-prefs.sqlite