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

How do I set popup blocker for all users?

  • 2 trả lời
  • 3 gặp vấn đề này
  • 4 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

We have several computer labs. We would like to turn off popup blockers for Firefox on the computer for all users, anyone that logs in. Is it possible?

We have several computer labs. We would like to turn off popup blockers for Firefox on the computer for all users, anyone that logs in. Is it possible?

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

more options

Firefox's popup blocker is enabled by default. Are there specific settings/tweaks you want to add? Whoops, I saw "Set" but didn't see "off" -- the below information is still what you want to look at.

Firefox supports an Autoconfig file in the program folder which can pre-set or lock preferences in individual user profiles. For more information, this blog is very useful:

https://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/

Được chỉnh sửa bởi jscher2000 - Support Volunteer vào

more options

You would have to place these lines in mozilla.cfg:

// mozilla.cfg needs to start with a comment line
lockPref("dom.disable_open_during_load", false);

See also Configuration: