为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

Can't use Firefox to view my bank external transfers

more options

Something has been changed on my bank (America First Credit Union). There's a link to 'external transfers' that use to work but now just gives me the message, "We're sorry for this error. In order to use this service, your internet browser must accept third-party cookies. Please refer to your browser's online help for enabling cookies in your system. Please try again after you enable the cookies. "

I don't have this problem using MS Edge.

I've tried most of the remedies in the KB to no avail. This one flaw may make me kick FF to the curb. This shouldn't be an issue.

Something has been changed on my bank (America First Credit Union). There's a link to 'external transfers' that use to work but now just gives me the message, "We're sorry for this error. In order to use this service, your internet browser must accept third-party cookies. Please refer to your browser's online help for enabling cookies in your system. Please try again after you enable the cookies. " I don't have this problem using MS Edge. I've tried most of the remedies in the KB to no avail. This one flaw may make me kick FF to the curb. This shouldn't be an issue.

所有回复 (1)

more options

Firefox 96 made some major changes related to cookies. The changes were intended to match Chrome and Edge, but obviously there is some subtlety or exception list that was overlooked.

There is one in particular that seems to affect bank and credit union sites where the second site depends on some credentials from the first site. Here are some settings you can tweak:

(A) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(B) In the search box in the page, type or paste laxByDefault and pause while the list is filtered

Firefox should list two matching preferences:

  • network.cookie.sameSite.laxByDefault
  • network.cookie.sameSite.laxByDefault.disabledHosts

Scenario #1: You have a few extra minutes to help me with a test

(C) Double-click the network.cookie.sameSite.laxByDefault.disabledHosts preference to display an editing field, and enter the host name of the external transfers server. Then press Enter or click the blue check mark button to save the change.

As an example, let's say the address of the site2 server is https://www.bigprocessing.com/somefolder/somepage.html.

In the preference, enter www.bigprocessing.com as your host that is exempt from the policy. (If there already is another host name listed in this preference, separate them with a comma.)

Can you access the external transfer service after that? (I don't know whether that takes effect immediately or whether you need to quit Firefox and start it up again.)

Scenario #2: You need an immediate fix even if it's less secure AND/OR the earlier test didn't work

(D) Double-click the network.cookie.sameSite.laxByDefault preference to switch the value from true to false

Can you access the external transfer service after that? (I don't know whether that takes effect immediately or whether you need to quit Firefox and start it up again.)

由jscher2000 - Support Volunteer于修改