首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

httpfox content标签出现Error loading content有关问题解决办法

2012-11-01 
httpfox content标签出现Error loading content问题解决方法please check the following firefox preferen

httpfox content标签出现Error loading content问题解决方法
please check the following firefox preferences: (this can be done with the
"about:config" url)

1) browser.cache.disk.enable
make sure this is set to "true" (default: true)

2) browser.cache.memory.enable
make sure this is set to "true" (default: true)

3) network.http.use-cache
make sure this is set to "true" (default: true)

4) browser.cache.disk_cache_ssl
setting this to "true" should help getting the content of https requests. it is
deactivated by default for security reasons. (default: false)
源地址:
http://code.google.com/p/httpfox/issues/detail?id=20

热点排行