Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 5 回覆
  • 25 有這個問題
  • 2 次檢視
  • 最近回覆由 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 於 修改