Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Is FF stripping the referrer header?

  • 6 ответов
  • 1 имеет эту проблему
  • 13 просмотров
  • Последний ответ от WardogComputerService

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

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.