AckerApple / stripe-angular

Angular to Stripe module containing useful providers, components, and directives
MIT License
48 stars 17 forks source link

Ad-block #39

Closed Rui90 closed 3 years ago

Rui90 commented 4 years ago

Does this work with ad-block?

Because I tried to setup stripe on my own and I'm getting a bunch of Http Client errors because of ad block.

In this particular case, u-block origin.

AckerApple commented 4 years ago

I’d like to know how far you do and don’t get with this issue.

Stripe makes you render your credit card layout by external import via connections to their own display generation. This angular package just makes that process easier to engage, it’s a wrapper so you will most likely find exact same issues.

Stripe has a very interesting opinionated approach to ensure security and I’ve been fine with it for all my uses. Perhaps they have display alternative that would not be ad blocked like maybe I frame versus JavaScript injection idk haven’t gone down those roads