Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

How to disable Quic protocol in Windows with MS Intune

  • 5 odpovedí
  • 2 majú tento problém
  • 171 zobrazení
  • Posledná odpoveď od Shri Sivakumaran

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

Vybrané riešenie

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

}'/>

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (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

Pomohla vám táto odpoveď?

more options

Thanks Mike, getting below error in MS Intune.

Pomohla vám táto odpoveď?

more options

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

Pomohla vám táto odpoveď?

more options

I tried recreating it and checked all, still same error

Pomohla vám táto odpoveď?

more options

Vybrané riešenie

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

}'/>

Pomohla vám táto odpoveď?

Položiť otázku

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.