Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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.