Ghostery blocks braintree javascript SDK from making requests. #149
Comments
|
Can you still reproduce? For me, the paypal button opens without errors. Ghostery 8.2.3 (with all blocking rules enabled) |
|
@philipp-classen i can no longer reproduce. any clues what might have changed? |
|
@R-obert Your error message mentioned We had a bug on that accidentally stripped The fix itself came in the updated browser-core dependence. |
|
I incorrectly reported it to Braintree: braintree/braintree-web#383 But this is still an issue that I’m experiencing and can be reproduced here: https://developers.braintreepayments.com/guides/drop-in/overview/javascript/v3#demo For whatever reason, Ghostery intercepts the request and replaces |
|
Look like it's being removed by Anti-Tracking. @sammacbeth could you take a look? |
|
Looks like another false positive. I've whitelisted this one and am working on improving the detection. |
|
@sammacbeth @christophertino this bug is back, in its original form:
|
|
This is still happening. URL: https://api.braintreegateway.com/merchants/.... Returns 307 from Ghostery. |

Please read the CONTRIBUTING guide before submitting an issue.
Description
Ghostery blocks requests made to braintree through its client-side javascript SDK.
This prevents a user from completing the checkout flow with Ghostery enabled.
Expected Behavior
I expected that Ghostery would not block a request made to Braintree.
Actual Behavior
Ghostery blocked a request to braintree.
Steps to Reproduce
the following JS error in the console:
Versions
The text was updated successfully, but these errors were encountered: