1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Description: Remove external image links for paypal
donation (lintian E: privacy-breach-donation)
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: no
---
docs/index.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: awstats-debian/docs/index.html
===================================================================
--- awstats-debian.orig/docs/index.html
+++ awstats-debian/docs/index.html
@@ -151,8 +151,7 @@
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8968579">
-<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
-<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
+<input type="image" border="0" name="submit" alt="Donate with PayPal">
</form>
<!-- END_PAYPAL_LINK -->
Index: awstats-debian/docs/awstats_contrib.html
===================================================================
--- awstats-debian.orig/docs/awstats_contrib.html
+++ awstats-debian/docs/awstats_contrib.html
@@ -400,8 +400,7 @@ You can make a donation to support AWSta
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="8968579">
-<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
-<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
+<input type="image" border="0" name="submit" alt="Donate with PayPal">
</form>
<br>
Special thanks goes to the following sponsor for their important support:<br>
|