Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Set preference for url by about: config

  • 3 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan 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 antwurden (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;

Bewurke troch cor-el op

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