GEWIS / sudosos-frontend

This monorepo contains all frontend projects and shared code for the SudoSOS platform, built with Vue 3 and TypeScript. Contributions are welcome!
https://sudosos.gewis.nl
5 stars 4 forks source link

Disable stripe advanced fraud detection #246

Closed rinkp closed 5 months ago

rinkp commented 5 months ago

See https://github.com/GEWIS/sudosos-frontend-2023-09-07/issues/7

These privacy concerns still exist, the reasoning as to why disabling is possible still applies, the mentioned references still work.

From https://stripe.com/docs/disputes/prevention/advanced-fraud-detection

import {loadStripe} from '@stripe/stripe-js/pure';

loadStripe.setLoadParameters({advancedFraudSignals: false});
const stripePromise = await loadStripe('pk_test_XXXXXXXXXXXX');
JustSamuel commented 5 months ago

PR has been opened #247