Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

تلاش سپورٹ

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

مزید سیکھیں

Certificate transparency on version 135 - security.pki.certificate_transparency.disable_for_hosts missing in GPO ?

  • 3 جواب دیں
  • 0 میں یہ مسئلہ ہے
  • 12 دیکھیں
  • آخری جواب بذریعہ Mike Kaply

more options

Hello community,

i would like to ask about how to deploy security.pki.certificate_transparency.disable_for_hosts globally for users? With version 135 a lot of production webapps stopped working and as of now , we have to do manual modification in about:config. Our company has over 300k users , so the possible disruption might arise very quickly and there will be significant loses in production enviroment.

Is there a way how to deploy this specific setting via GPO/SCCM ?

Thank you

Hello community, i would like to ask about how to deploy security.pki.certificate_transparency.disable_for_hosts globally for users? With version 135 a lot of production webapps stopped working and as of now , we have to do manual modification in about:config. Our company has over 300k users , so the possible disruption might arise very quickly and there will be significant loses in production enviroment. Is there a way how to deploy this specific setting via GPO/SCCM ? Thank you

تمام جوابات (3)

more options

I'm not sure why they are not available as the show as supported security prefs in the source code as added in Firefox 134. Do you have the latest updates?

"security.pki.certificate_transparency.disable_for_hosts",
"security.pki.certificate_transparency.disable_for_spki_hashes",
"security.pki.certificate_transparency.mode",

1931437 - provide a mechanism for enterprises to skip certificate transparency enforcement for specified hosts/certificates

مددگار؟

more options

We´ve uploaded the lastest admx templates.. and we can see under administrative templates that the "Preferences" are already obsolete and these three PKI settings are not even there..

مددگار؟

more options

They are not supported using the Preferences policy. You have to specify them using JSON. See

https://mozilla.github.io/policy-templates/#preferences

For example

{

 "security.pki.certificate_transparency.mode": {
   "Value": 0,
   "Status": "default",
   "Type": "number"
 }

}

مددگار؟

ایک سوال پوچھیں

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.