From 6f4c8d30c1b20eb6cac5d3536399ba90107e104a Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Fri, 29 Jan 2021 16:43:38 +0100 Subject: [PATCH] Add needConsent to Stripe --- tarteaucitron.services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index cf2c01b2..5c6b850f 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -962,7 +962,7 @@ tarteaucitron.services.stripe = { "type": "api", "name": "Stripe", "uri": "https://stripe.com/cookies-policy/legal", - "needConsent": false, + "needConsent": true, "cookies": [], "js": function () { "use strict";