Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Set preference for url by about: config

  • 3 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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 antwoorden (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;

Bewerkt door 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