Protect users from Paypal tracking systems.
parent
1c488dfd52
commit
655592db66
|
@ -395,10 +395,14 @@ handleAction = case _ of
|
||||||
<input type="hidden" name="business" value="YBYNZTGHQK5VA" />
|
<input type="hidden" name="business" value="YBYNZTGHQK5VA" />
|
||||||
<input type="hidden" name="no_recurring" value="0" />
|
<input type="hidden" name="no_recurring" value="0" />
|
||||||
<input type="hidden" name="currency_code" value="EUR" />
|
<input type="hidden" name="currency_code" value="EUR" />
|
||||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
<input type="image" src="/paypal.gif" border="0" name="submit"
|
||||||
<img alt="" border="0" src="https://www.paypal.com/en_FR/i/scr/pixel.gif" width="1" height="1" />
|
title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
||||||
</form>
|
</form>
|
||||||
""")
|
""")
|
||||||
|
-- The following line was replaced, the image is now hosted on our server, don't let Paypal track our users.
|
||||||
|
-- <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
|
||||||
|
-- Last line was removed since it's just a way for Paypal to track users for stats. We don't need that.
|
||||||
|
-- <img alt="" border="0" src="https://www.paypal.com/en_FR/i/scr/pixel.gif" width="1" height="1" />
|
||||||
|
|
||||||
Routing page -> do
|
Routing page -> do
|
||||||
-- Each time the user change load a new page, the counter gets reset
|
-- Each time the user change load a new page, the counter gets reset
|
||||||
|
|
Loading…
Reference in New Issue