From 655592db66fead403504947670306f3c5c92c5ee Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Sun, 17 Nov 2024 19:44:51 +0100 Subject: [PATCH] Protect users from Paypal tracking systems. --- src/App/Container.purs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/App/Container.purs b/src/App/Container.purs index 9350c22..4cb9cd9 100644 --- a/src/App/Container.purs +++ b/src/App/Container.purs @@ -395,10 +395,14 @@ handleAction = case _ of - - + """) + -- The following line was replaced, the image is now hosted on our server, don't let Paypal track our users. + -- + -- Last line was removed since it's just a way for Paypal to track users for stats. We don't need that. + -- Routing page -> do -- Each time the user change load a new page, the counter gets reset