搜索 | 用户支持

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

Learn More

Can I disable browser using http3 protocol externally ?

  • 4 个回答
  • 1 人有此问题
  • 771 次查看
  • 最后回复者为 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.