Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

How to disable QUIC http3 in Firefow either by Windows Registry editor o by AMDX template

  • 4 답장
  • 0 이 문제를 만남
  • 2221 보기
  • 최종 답변자: rmirandacr

more options

Hello

I am looking for a way to disable the QUIC protocol in Firefox by GPO. I got your latest AMDX templates but I don't see the option to modify network.http.http3.enabled.

Either an AMDX template with this option or a Registry will do the trick

Thanks

Hello I am looking for a way to disable the QUIC protocol in Firefox by GPO. I got your latest AMDX templates but I don't see the option to modify network.http.http3.enabled. Either an AMDX template with this option or a Registry will do the trick Thanks

선택된 해결법

Hello

That worked like a charm, thanks a lot

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (4)

more options

You can modify any network. preference value using the Preferences policy

https://github.com/mozilla/policy-templates/blob/master/README.md#preferences

more options

Hello Mike

I followed that link but I am still not sure how to make it work. If you have any set of specific instructions that will be great

Thanks

more options

Sure.

If you go to the Preferences section in the GPO editor, you can add this:

``` {

 "network.http.http3.enable": {
   "Value": false,
   "Status": "default"
 }

} ```

more options

선택된 해결법

Hello

That worked like a charm, thanks a lot