Skip to main content
Solved

Firefox homepage - Configuration Profile

  • August 31, 2021
  • 6 replies
  • 58 views

NeiSpe77
Forum|alt.badge.img+8

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!

Best answer by ljcacioppo

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-MDM-Payload/blob/master/Mozilla/Firefox.json

6 replies

ljcacioppo
Forum|alt.badge.img+17
  • Jamf Heroes
  • Answer
  • August 31, 2021

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-MDM-Payload/blob/master/Mozilla/Firefox.json


NeiSpe77
Forum|alt.badge.img+8
  • Author
  • Contributor
  • August 31, 2021

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-MDM-Payload/blob/master/Mozilla/Firefox.json


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:

https://community.jamf.com/t5/jamf-pro/custom-schemas-for-application-configuration-profiles/td-p/210600

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!


Forum|alt.badge.img+4
  • New Contributor
  • March 14, 2022

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-MDM-Payload/blob/master/Mozilla/Firefox.json


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.


M4tr1xN30
Forum|alt.badge.img+3
  • New Contributor
  • March 30, 2022

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.


Yeah. We seem to be getting the same. All looks OK but settings don't seem to be taking.


Forum|alt.badge.img+4
  • New Contributor
  • June 6, 2022

Yeah. We seem to be getting the same. All looks OK but settings don't seem to be taking.


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.


Forum|alt.badge.img+3
  • New Contributor
  • July 13, 2022

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.


can you share the plist? Did you have to enable enterprise policy for firefox?