Mozilla 도움말 검색

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

Learn More

Can I disable browser using http3 protocol externally ?

  • 4 답장
  • 1 이 문제를 만남
  • 602 보기
  • 최종 답변자: cor-el

more options

I know users are allow to disable http3 through "about:config", and it works.

However, I have to apply to multiple devices by script and the risk page might be a challenge for me.

I tried to edit prefs.js, but it will still be overwrite even I restart my device. (Re-install is not allowed)

Is there any alternative way to disable http3, such as regedit key?

Or is there method to keep pref.js unchangeable?

I know users are allow to disable http3 through "about:config", and it works. However, I have to apply to multiple devices by script and the risk page might be a challenge for me. I tried to edit prefs.js, but it will still be overwrite even I restart my device. (Re-install is not allowed) Is there any alternative way to disable http3, such as regedit key? Or is there method to keep pref.js unchangeable?

선택된 해결법

Hello,

You could try a regedit/gpo solution. This is your best option, as they are not overridable by a normal user. See Customizing Firefox Using Group Policy (Windows) and Enforcing policies on Firefox for Enterprise for information on that.

You can also try user.js, which can edit preferences that about:config can.

user.js is a file loaded at Firefox startup which can set preferences in a fashion of user_pref({Preference (string)}, {Preference value});

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

모든 댓글 (4)

more options

선택된 해결법

Hello,

You could try a regedit/gpo solution. This is your best option, as they are not overridable by a normal user. See Customizing Firefox Using Group Policy (Windows) and Enforcing policies on Firefox for Enterprise for information on that.

You can also try user.js, which can edit preferences that about:config can.

user.js is a file loaded at Firefox startup which can set preferences in a fashion of user_pref({Preference (string)}, {Preference value});

more options
more options

Thanks for your reply.

The file user.js works for me, my script will work on this part.

By this way, I have checked the policy list, but they do not meet my need to disable http3.

If there is any misunderstanding, please tell me, I'm newbie at firefox.

more options

You can use the Preferences policy that supports network (network.http.http3.enabled) preferences.