搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Facebook Container claims a site I built can share with Facebook

  • 2 回覆
  • 1 有這個問題
  • 4 次檢視
  • 最近回覆由 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?
附加的畫面擷圖

由 Al 於 修改

所有回覆 (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.