我在地址栏输入http://www.ezikao.com.cn:6000,firefox弹出对话框说”由于安全问题,对所提供端口的访问已被禁用“。这个应该可以修改设置吧?但我没有找到。
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.2; zh-CN; rv:1.7.6) Gecko/20050226 Firefox/1.0.1
asahi
狐狸精
>>>FF对某个网断不使用的代理的mask设置方法
性别:
加入时间: 2004/12/15
文章: 306
社区积分: 309>>>怎么删除about:config里的选项
时间: 2005-3-09 周三, 15:37 标题:
--------------------------------------------------------------------------------
确实有这个问题,不知道怎么回事。应该不会是限定端口吧,为什么我访问本机的8080(tomcat用到的)就没有问题呢。
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.5) Gecko/20041124 Firefox/1.0
viewtheard
珠江路上闲逛的
黄金会员>>>怎么样自己定制菜单呀?
性别:
年龄:25
十二宫图:
加入时间: 2005/01/20
文章: 1115
来自: 江苏南京
社区积分: 65
时间: 2005-3-09 周三, 16:53 标题:
--------------------------------------------------------------------------------
不知道有没有用,先放在这吧
http://lxr.mozilla.org/mozilla/source/netwerk/base/src/nsIOService.cpp#139
_________________
Open source means standing on the shoulders of giants.
想自由的在网络中畅游,你学会放弃非标准网站了吗?
Genthelvite‘Blog
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
asahi
狐狸精
性别:
加入时间: 2004/12/15
文章: 306
社区积分: 309
时间: 2005-3-09 周三, 18:40 标题:
--------------------------------------------------------------------------------
Windows 系统不需要 X11 啊
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.5) Gecko/20041124 Firefox/1.0
asahi
狐狸精
性别:
加入时间: 2004/12/15
文章: 306
社区积分: 309
时间: 2005-3-09 周三, 18:46 标题:
--------------------------------------------------------------------------------
我觉得这应该算是一个BUG,或者是开发小组没有考虑好的一个地方。
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.5) Gecko/20041124 Firefox/1.0
SAND
知足常乐
老狐狸
性别:
加入时间: 2004/11/22
文章: 133
来自: 广西省
社区积分: 134
时间: 2005-3-09 周三, 19:18 标题:
--------------------------------------------------------------------------------
还好我没有这方面的需要。
_________________
行到水穷处
坐看云起时
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.7.5) Gecko/20041124 Firefox/1.0
viewtheard
珠江路上闲逛的
黄金会员
性别:
年龄:25
十二宫图:
加入时间: 2005/01/20
文章: 1115
来自: 江苏南京
社区积分: 65
时间: 2005-3-10 周四, 00:05 标题:
--------------------------------------------------------------------------------
转帖http://www.mozilla.org/releases/mozilla1.5/known-issues.html上的文字(在Security这一段)
For security reasons, Mozilla does not allow connections to certain ports. To override this on a per-port basis, add a comma separated list of ports to defaults/all.js (in your Mozilla installation directory). Note that this pref only works in the all.js file in the Mozilla installation directory and it affects all users of the installation. It does not work if you add it to the prefs.js or user.js files in your personal profile directory. For example, to unblock ports 1, 3, and 7, use the following line: pref("network.security.ports.banned.override", "1,3,7");
简单的说,为了安全性的理由,Mozilla不允许连接到某些ports,这可以藉由修改all.js这个设定档来解除这个限制,例如要开放port6000的话:
pref("network.security.ports.banned.override", "6000");
请记得要在 Firefox 关闭的情况下修改这个档案………
如果你是在 Firefox 已开启时修改此档,将没有作用,并且在你关闭 Firefox 后,内存中的设定内容,将会写回 prefs.js,那么你之前所做的,全都白费了。
_________________
Open source means standing on the shoulders of giants.
想自由的在网络中畅游,你学会放弃非标准网站了吗?
Genthelvite‘Blog
返回顶端 Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
huangmiao
狐狸精
性别:
加入时间: 2004/11/20
文章: 409
社区积分: 3
时间: 2005-3-10 周四, 20:12 标题:
--------------------------------------------------------------------------------
Firefox这么做似乎是太谨慎了。
而且解除这个限制也似乎太麻烦了。好在这样的网站很罕见。
_________________
自由是通过思考和学习换来的,不是下载来的。