Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How to deploy handlers.json file to all new profiles?

  • 2 wótegronje
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót Mike Kaply

more options

I edited a handlers.json file for our users that I would like to push out for all new firefox installs. I tried placing this file in the "defaults" folder in my firefox directory, but it doesn't appear to be correctly copying over to any new profile made. If I manually copy the handlers.json file to the new profile folder, I do see the changes reflected.

Where do I need to place this file in order to push it out? I tried <firefox>/defaults, <firefox>/defaults/prefs, <firefox>/browser/defaults and none appeared to work. I did paste my code contents into a linter to verify there were no errors.

Thanks.

I edited a handlers.json file for our users that I would like to push out for all new firefox installs. I tried placing this file in the "defaults" folder in my firefox directory, but it doesn't appear to be correctly copying over to any new profile made. If I manually copy the handlers.json file to the new profile folder, I do see the changes reflected. Where do I need to place this file in order to push it out? I tried <firefox>/defaults, <firefox>/defaults/prefs, <firefox>/browser/defaults and none appeared to work. I did paste my code contents into a linter to verify there were no errors. Thanks.

Wubrane rozwězanje

Firefox doesn't support the defaults profile folder. There's no really easy way to do what you're asking. I've written some code that does this but it will only work on ESR starting with Firefox 62.

https://mike.kaply.com/2016/05/24/default-profile-directory-doesnt-work-in-firefox-46/

I'm going to investigate adding handlers support to our policy engine.

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (2)

more options

Did you try this folder in the Firefox installation folder?

  • browser\defaults\profile
more options

Wubrane rozwězanje

Firefox doesn't support the defaults profile folder. There's no really easy way to do what you're asking. I've written some code that does this but it will only work on ESR starting with Firefox 62.

https://mike.kaply.com/2016/05/24/default-profile-directory-doesnt-work-in-firefox-46/

I'm going to investigate adding handlers support to our policy engine.