You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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"
}
}
The text was updated successfully, but these errors were encountered: