搜索 | 用户支持

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

详细了解

Is FF stripping the referrer header?

more options

A site I use processes funds using Stripe. Yesterday when trying to add funds to my account I got the following message: "You passed an empty string for 'referrer'. We assume empty values are an attempt to unset a parameter; however 'referrer' cannot be unset. You should remove 'referrer' from your request or supply a non-empty value."

A site I use processes funds using Stripe. Yesterday when trying to add funds to my account I got the following message: "You passed an empty string for 'referrer'. We assume empty values are an attempt to unset a parameter; however 'referrer' cannot be unset. You should remove 'referrer' from your request or supply a non-empty value."

被采纳的解决方案

Thanks cor-el! One of my extensions is Privacy Badger. Turning it off while on the misbehaving page had no effect but turning it off one page prior solved my problem. Apparently the Stripe implementation looks for the referrer header and if Privacy Badger is running when you arrive on that page there is no referrer header. Turning off Privacy Badger before going to the page to add funds solved my problem.

定位到答案原位置 👍 0

所有回复 (6)

more options

FF Quantum 60.0.1

more options

Did you contact the site support on the problem? What financial system are we talking about here?

more options

WestEnd said

Did you contact the site support on the problem?

Yes. The website in question does not know why the error is happening.

WestEnd said
What financial system are we talking about here?

US dollars

more options

Hi, no info was sent along with your question as possibly turned off so have no idea of Extensions, video Card Drivers and possible corruption nor anything. Nothing supplied other than the issue.

There is security software like Avast, Kaspersky, BitDefender and ESET that intercept secure connections and send their own certificate. This could cause a issue with what you are speaking of.

Do you know the sites that had the missing information so can test against it ? ?

If so please try this on while looking at the sites/ or what ever you were trying to do : SAFE MODE

In Firefox Safe mode these changes are effective:

  • all extensions are disabled (about:addons)
  • default theme is used (no persona)
  • userChrome.css and userContent.css are ignored (chrome folder)
  • default toolbar layout is used (file: localstore-safe.rdf)
  • Javascript JIT compilers are disabled (prefs: javascript.options.*jit)
  • hardware acceleration is disabled (Options > Advanced > General)
  • plugins are not affected
  • preferences are not affected

TEST''''is issue still there ?

more options

This can happen if "Resist Fingerprinting" is enabled.

more options

选择的解决方案

Thanks cor-el! One of my extensions is Privacy Badger. Turning it off while on the misbehaving page had no effect but turning it off one page prior solved my problem. Apparently the Stripe implementation looks for the referrer header and if Privacy Badger is running when you arrive on that page there is no referrer header. Turning off Privacy Badger before going to the page to add funds solved my problem.