Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

HTTPs Only Mode

  • 7 trả lời
  • 1 gặp vấn đề này
  • 41 lượt xem
  • Trả lời mới nhất được viết bởi Mike Kaply

more options

Hello, I have a problem with setting up HTTPs only Mode in my Organization, I read a lot about that, but I dont see the "dom.security.https_only_mode" switch in GPO, we have the newest admx for Firefox. We need that to specific container, but still I dont know how to set it up, even via regedit, or preferences. Can someone describe me when can I set it up ? It could be using json file (which exactly file and how?), registry or just gpo. Regards, M.

Hello, I have a problem with setting up HTTPs only Mode in my Organization, I read a lot about that, but I dont see the "dom.security.https_only_mode" switch in GPO, we have the newest admx for Firefox. We need that to specific container, but still I dont know how to set it up, even via regedit, or preferences. Can someone describe me when can I set it up ? It could be using json file (which exactly file and how?), registry or just gpo. Regards, M.
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

For mozilla.cfg, you would just add

pref("dom.security.https_only_mode", true);

What do you see when you to about:policies where policy isn't working?

I would strongly recommend you move away from mozilla.cfg if you can, we have much better options now.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (7)

more options

That's the old preferences policy that only set a subset of preferences.

You can now set arbitrary preferences using the Preferences policy:

https://mozilla.github.io/policy-templates/#preferences

Hữu ích?

more options

should I configure it in a policies.json file, localized at C:\Program Files\Mozilla Firefox\distribution ? Which policies is responsible for HTTPs only mode? I don't see any responding to this. I dont even know if that file works, I set it like this for the test:

{

 "policies": {
   "DisableAppUpdate": true,
   "DisableTelemetry": true,
   "DisableDefaultBrowserAgent": false,
   "DisplayBookmarksToolbar": "never"
 }

}

and every time I open FF, I see a bookmarks toolbar. Should I set something else on cfg or somewhere to that policies.json file works ?

I think in our version ESR, we are using mozilla.cfg file to config any options, is there any idea to configure HTTPs Only Mode in this file? Or do You know any samples or variables in configuration mozilla.cfg file?

Hữu ích?

more options

Giải pháp được chọn

For mozilla.cfg, you would just add

pref("dom.security.https_only_mode", true);

What do you see when you to about:policies where policy isn't working?

I would strongly recommend you move away from mozilla.cfg if you can, we have much better options now.

Hữu ích?

more options

ok I found where and what to change in mozilla.cfg file to set that, thanks for Help Mike

Hữu ích?

more options

If you need help moving from mozilla.cfg, feel free to reach out to me.

Hữu ích?

more options

Soon I think I will need help to moving from mozilla.cfg to policies.json :) but not for now, is it hard to change that major config file?

Hữu ích?

more options

It depends on how many settings you have :).

I'd go through and figure out what you need in policy.

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.