mozilla / policy-templates

Policy Templates for Firefox
Mozilla Public License 2.0
1.15k stars 415 forks source link

Applying preferences using intune #1089

Open Ttfgggf opened 7 months ago

Ttfgggf commented 7 months ago

Below is my Preferences in json form that I would like to set via Intune, however it doesn't seem to be working right. I keep getting a error in Firefox saying Preferences JSON isn't parsed correctly. Can somebody please help?

{ "security.insecure_connection_text.enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.insecure_connection_text.pbmode.enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.mixed_content.block_active_content": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.OCSP.enabled": { "Value": 1, "Status": "locked", "Type": "integer" }, "security.osclientcerts.assume_rsa_pss_support": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.ssl.enable_ocsp_stapling": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.ssl.errorReporting.enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.ssl.require_safe_negotiation": { "Value": false, "Status": "locked", "Type": "boolean" }, "security.tls.enable_0rtt_data": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.tls.hello_downgrade_check": { "Value": true, "Status": "locked", "Type": "boolean" }, "security.tls.version.enable-deprecated": { "Value": false, "Status": "locked", "Type": "boolean" }, "security.warn_submit_secure_to_insecure": { "Value": true, "Status": "locked", "Type": "boolean" }, "dom.security.https_only_mode": { "Value": true, "Status": "locked", "Type": "boolean" }, "dom.security.https_only_mode_ever_enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "browser.safebrowsing.malware.enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "browser.safebrowsing.phishing.enabled": { "Value": true, "Status": "locked", "Type": "boolean" }, "browser.contentblocking.category": { "Value": "standard", "Status": "locked", "Type": "string" }, "browser.urlbar.suggest.pocket": { "Value": true, "Status": "locked", "Type": "boolean" }, "browser.safebrowsing.downloads.enabled": { "Value": true, "Status": "locked", "Type": "boolean" } }

Ttfgggf commented 7 months ago

Any update?