Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Applying preferences using intune #1089

Open
Ttfgggf opened this issue Apr 15, 2024 · 0 comments
Open

Applying preferences using intune #1089

Ttfgggf opened this issue Apr 15, 2024 · 0 comments

Comments

@Ttfgggf
Copy link

Ttfgggf commented Apr 15, 2024

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
Copy link
Author

Ttfgggf commented Apr 24, 2024

Any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant