Posted on 08-31-2021 09:27 AM
Hey guys,
I'm horrible at scripting and I was wondering if I could get some help setting the homepage on Firefox with a Configuration Profile. The XML comes back with no errors but it still doesn't seem to work. Do you see what I'm missing or doing wrong?
Thanks!
Solved! Go to Solution.
Posted on 08-31-2021 09:35 AM
Instead of doing this via plist, you can use a custom json schema. You go to external applications in this payload instead of custom, and then choose custom schema, paste in the following schema and you'll get fillable form fields and drop downs for Firefox settings, including the Homepage
https://github.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MD...
Posted on 08-31-2021 09:35 AM
Instead of doing this via plist, you can use a custom json schema. You go to external applications in this payload instead of custom, and then choose custom schema, paste in the following schema and you'll get fillable form fields and drop downs for Firefox settings, including the Homepage
https://github.com/Jamf-Custom-Profile-Schemas/JSON-Schema-for-Jamf-Pro-Applications-and-Settings-MD...
Posted on 08-31-2021 10:52 AM
Thank you very much for that. It took a few minutes to figure it out but I got it.
Thanks for pointing me in the right direction. Yesterday I was wracking my brain and I remember seeing something about Firefox 78 (I'm using the ESR) and so I ended up finding this:
and found that one worked for me. I did have to tweek the SSL Version as I was getting a SSL no cypher overlap error but when I went from 1.3 to 1.2 it all seems to work now.
Thanks!
Posted on 03-14-2022 12:37 PM
i can't get this to work for me. i've set up the custom schema for an external application and pasted the schema in. I get the fillable form fields, but the settings don't take hold on my clients once the configuration goes out.
Posted on 03-30-2022 11:31 AM
Yeah. We seem to be getting the same. All looks OK but settings don't seem to be taking.
Posted on 06-06-2022 09:57 AM
I got this working with a plist file that i deployed via configuration profile. Our active directory team had the plist file. They said it came with the firefox gpo admx download. Hope this helps someone later.
Posted on 07-13-2022 09:20 AM
can you share the plist? Did you have to enable enterprise policy for firefox?