Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

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".

Tìm hiểu thêm

I have home security cameras that use port 2049 to be accessed on the web but FF blocks this port can I change the blocked list and how do I do it? Thank you

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

more options

Night Owl security system via a netgear router.

Night Owl security system via a netgear router.

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

more options

Hi bump- Mozilla allows a user to modify the default port blocking through the addition of preferences containing comma delimited lists of port numbers to either the user.js file (for single users) file in the user's profile directory or the all.js file (for multi-user systems) in the defaults/pref/ sub-directory in the installation directory for Mozilla in order to enable or block ports in Mozilla.

user.js user.js uses the user_pref(...) command to set preferences per user.

Enabling Ports user_pref("network.security.ports.banned.override", "port1,port2");

A less conventional and potentially risky [but quick] fix is to do the following: 1) go to about:config in the Firefox address bar 2) right click, choose new->string 3) enter the name network.security.ports.banned.override and the value 1-65535

Hope that helps!

Được chỉnh sửa bởi rbillings vào

more options