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

Turn off captive portal

  • 2 trả lời
  • 74 gặp vấn đề này
  • 3000 lượt xem
  • Trả lời mới nhất được viết bởi pinterest.4274

more options

Our Websense reports are no longer accurate because http://detectportal.firefox.com/success.txt is keeping the end users browser session active. All of our Firefox users are showing an excessive amount of browse time for the month because of this. Is their a setting I can disable within Firefox? Thanks

Our Websense reports are no longer accurate because http://detectportal.firefox.com/success.txt is keeping the end users browser session active. All of our Firefox users are showing an excessive amount of browse time for the month because of this. Is their a setting I can disable within Firefox? Thanks

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

There isn't a UI checkbox for this, so...

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste captiv and pause while the list is filtered

(3) Double-click the network.captive-portal-service.enabled preference to switch the value from true to false

If you are in a managed environment using an autoconfig file, for example, you could use this to switch the default:

user_pref("network.captive-portal-service.enabled", false);
Đọc câu trả lời này trong ngữ cảnh 👍 55

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

more options

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

There isn't a UI checkbox for this, so...

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful.

(2) In the search box above the list, type or paste captiv and pause while the list is filtered

(3) Double-click the network.captive-portal-service.enabled preference to switch the value from true to false

If you are in a managed environment using an autoconfig file, for example, you could use this to switch the default:

user_pref("network.captive-portal-service.enabled", false);
more options

Thank you for the quick response! I tried it successfully on one user. Only about 1000 others to go, lol.