cloudquery
cloudquery copied to clipboard
Clicking some links doesn't prevent default events (aka, it follows the link)
- go to Facebook.com
- click on any footer link (i.e. Sign up or Help)
- iframe renders
{"message":"Forbidden"}
This bug looks wired, the signup link on https://facebook.com looks like a normal <a/> but no method below prevents the default event
e.preventDefault();
e.stopImmediatePropagation();
e.stopPropagation();