搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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"
 }

}

有帮助吗?

我要提问

您需要登录才能回复。如果您还没账号,可以提出新问题