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
After the new update the canPlay function is returning true for all facebook URLs because of the new matcher. This results in a lot of false positives.
Expected Behavior
canPlay should only return true if it actually can be played.
Current Behavior
After the new update the
canPlayfunction is returningtruefor all facebook URLs because of the new matcher. This results in a lot of false positives.Expected Behavior
canPlayshould only returntrueif it actually can be played.