Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Facebook Container claims a site I built can share with Facebook

  • 2 antwoorden
  • 1 heeft dit probleem
  • 17 weergaven
  • Laatste antwoord van pg_78

more options

A site I'm building has an email input. It is not connected to Facebook in any way, yet the Facebook Container claims the site can share my email address with Facebook.

How/why?

A site I'm building has an email input. It is not connected to Facebook in any way, yet the Facebook Container claims the site can share my email address with Facebook. How/why?
Gekoppelde schermafbeeldingen

Bewerkt door Al op

Alle antwoorden (2)

more options

This seems to have come in with a recent Facebook Container release. Facebook Container now appears to make the same allegation about any site with a tag <input type="email">.

See jscher2000's workaround here: https://support.mozilla.org/en-US/questions/1345601

And the issue on Github: https://github.com/mozilla/contain-facebook/issues/783

more options

Another workaround is to add to your input element:

   class="fbc-has-badge"

This seems to make the extension think that it has already dealt with your input field, and leave it alone.