You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you either click in the comment box or click on the Comment button, Facebook Container will prevent you with the "Allow Facebook to track you here?" dialog.
If the same doesn't happen to you, it may be a purely random thing, depending on the user and/or geographical location.
Notes
Probably GitHub is using Facebook tracking on the Comment button of some issues pages, and Facebook Container is just doing its job by preventing me from commenting on GitHub. However, given the mission statement of Facebook Container, to protect you from Facebook tracking, it seems ironic that the project would be hosted on a website that apparently requires you to participate in Facebook tracking if you want it to be functional.
The text was updated successfully, but these errors were encountered:
When you see a badge on an element, an element on the page matches a pattern in from the content-script.js of the FBC extension.
In your example, the name of the repo, "flutter_facebook_login" contains facebook_login in the string. This trips up some of the patterns, badging elements it shouldn't.
Specific example, on the star count:
Uses a form tag with an action attr (<form action="/roughike/flutter_facebook_login/star"...) that matches this pattern: [action*='facebook_login']
This is an inherent bug in how the system matches. We're working on a revised pattern library to only run patterns on supported/targeted sites. Marking this as a duplicate under it.
Actual behavior
Facebook Container pops up on some GitHub issues pages when I try to write an issue comment and doesn't let me click the "Comment" button.
Expected behavior
Facebook Container and GitHub should not conflict with each other.
Steps to reproduce
If the same doesn't happen to you, it may be a purely random thing, depending on the user and/or geographical location.
Notes
Probably GitHub is using Facebook tracking on the Comment button of some issues pages, and Facebook Container is just doing its job by preventing me from commenting on GitHub. However, given the mission statement of Facebook Container, to protect you from Facebook tracking, it seems ironic that the project would be hosted on a website that apparently requires you to participate in Facebook tracking if you want it to be functional.
The text was updated successfully, but these errors were encountered: