搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to disable Quic protocol in Windows with MS Intune

more options

Hello

I am looking for a way to disable the QUIC protocol in Firefox through Intune. tried by below value but its not working, anyone did the settings in MS Intune for Windows? <enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": 0,
   "Status": "user"
 },

{

 "network.http.http3.enable_0rtt": {
   "Value": 0,
   "Status": "user"
 }

}'/>

Thanks

Hello I am looking for a way to disable the QUIC protocol in Firefox through Intune. tried by below value but its not working, anyone did the settings in MS Intune for Windows? <enabled/> <data id="JSON" value=' { "network.http.http3.enable": { "Value": 0, "Status": "user" }, { "network.http.http3.enable_0rtt": { "Value": 0, "Status": "user" } }'/> Thanks

被選擇的解決方法

my bad, there as typo mistake in the above JSON file "}" was added extra on it. it working fine with below value. Thanks Mike


<enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": false,
   "Status": “locked”
 },
 "network.http.http3.enable_0rtt": {
   "Value": false,
   "Status": "locked"
 }

}'/>

從原來的回覆中察看解決方案 👍 0

所有回覆 (5)

more options

Those values should be false, not 0.

But it should still work.

Do you see any errors when you go to about:policies in Firefox?

Have you done all the other admx ingestion steps?

https://support.mozilla.org/en-US/kb/managing-firefox-intune

有幫助嗎?

more options

Thanks Mike, getting below error in MS Intune.

有幫助嗎?

more options

That's a pretty generic code that makes me think there might be a typo in the initial setting up.

有幫助嗎?

more options

I tried recreating it and checked all, still same error

有幫助嗎?

more options

選擇的解決方法

my bad, there as typo mistake in the above JSON file "}" was added extra on it. it working fine with below value. Thanks Mike


<enabled/> <data id="JSON" value=' {

 "network.http.http3.enable": {
   "Value": false,
   "Status": “locked”
 },
 "network.http.http3.enable_0rtt": {
   "Value": false,
   "Status": "locked"
 }

}'/>

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題