搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Chase.com not loading correctly in Firefox version 24. It works correctly in IE.

  • 5 个回答
  • 25 人有此问题
  • 25 次查看
  • 最后回复者为 chiaroscuro

more options

Chase.com only displays in text after Firefox updated to version 24. Tested on two different computers with FFv24 and same result. Chase.com loads correctly using Internet Explorer.

Chase.com only displays in text after Firefox updated to version 24. Tested on two different computers with FFv24 and same result. Chase.com loads correctly using Internet Explorer.

被采纳的解决方案

I fixed the loading issue by setting network.http.sendRefererHeader back to 2 (the default) from 0. Note that 1 doesn't work either. Only 2 will cause the site to load properly.

Given that 0 worked in 23 on chase.com, I think this is likely a bug in 24.

I'm seeing NS_ERROR_NET_RESET for CSS, JS and image requests when loading the page with sendRefererHeader set to 0. When it's set to 2, everything goes through clean. The requests that had previously failed had Referer = "https://www.chase.com". It looks like Chase is refusing to serve the additional resources without referer being set.

My guess is that 23 sent the site itself as referer even when sendRefererHeader was 0, but 24 doesn't. Perhaps another configuration option is needed that allows same site referer (no harm in that), but doesn't send any other referer info?

定位到答案原位置 👍 4

所有回复 (5)

more options

hello kydave, i don't have any issues accessing the site with firefox 24 - please see if going through the common troubleshooting procedure covered in Websites look wrong or appear differently than they should can fix the problem...

more options

选择的解决方案

I fixed the loading issue by setting network.http.sendRefererHeader back to 2 (the default) from 0. Note that 1 doesn't work either. Only 2 will cause the site to load properly.

Given that 0 worked in 23 on chase.com, I think this is likely a bug in 24.

I'm seeing NS_ERROR_NET_RESET for CSS, JS and image requests when loading the page with sendRefererHeader set to 0. When it's set to 2, everything goes through clean. The requests that had previously failed had Referer = "https://www.chase.com". It looks like Chase is refusing to serve the additional resources without referer being set.

My guess is that 23 sent the site itself as referer even when sendRefererHeader was 0, but 24 doesn't. Perhaps another configuration option is needed that allows same site referer (no harm in that), but doesn't send any other referer info?

more options

There is a separate pref for secure web pages (network.http.sendSecureXSiteReferrer, defaults to true), so if you need to adjust the pref for a regular http connection then the page may include content retrieved via a secure connection.

more options

Changing network.http.sendSecureXSiteReferrer didn't affect the problem. The only setting that will make chase.com work with FF24 is sendRefererHeader = 2 (it works whether sendSecureXSiteReferrer is true or false). And toggling sendSecureXSiteReferrer when sendRefererHeader is 0 or 1 had no effect: it still didn't work.

more options

admoman said - "The only setting that will make chase.com work with FF24 is sendRefererHeader = 2"

Same here. Only for me the site mostly worked, except for certain functions. I could access my accounts normally, but when I went to look at 'Recent Activity' on my ccards, there was no list. I called Chase and complained, and they told me to use Chrome. I then fired off a (secure) email to Chase from inside my account, and when they answered, I could not read it with FF24. Clicking on 'inbox' from within the account did nothing. I had to go in with Chrome to read the message, which said "Choose 'all activity' from the drop-down box." There IS NO drop-down box in FF24.

I googled the problem, wound up here, and made the change suggested by admoman, and it fixed the problem. I had recently changed 'sendRefererHeader = 0' after reading an article on security.

Thanks admoman!

由chiaroscuro于修改