File: privacy.patch

package info (click to toggle)
lua-xmlrpc 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: makefile: 11
file content (48 lines) | stat: -rw-r--r-- 1,536 bytes parent folder | download
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
38
39
40
41
42
43
44
45
46
47
48
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-26
Description: Do not use potentially privacy relevant images

--- a/doc/examples.html
+++ b/doc/examples.html
@@ -204,7 +204,7 @@ xavante.run()
       <div id="about">
 	<p>
 	  <a href="http://validator.w3.org/check?uri=referer">
-	    <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
+            valid
 	  </a>
 	</p>
       </div> <!-- id="about" -->
--- a/doc/index.html
+++ b/doc/index.html
@@ -124,7 +124,7 @@
       <div id="about">
 	<p>
 	  <a href="http://validator.w3.org/check?uri=referer">
-	    <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
+	    valid
 	  </a>
 	</p>
       </div> <!-- id="about" -->
--- a/doc/license.html
+++ b/doc/license.html
@@ -104,7 +104,7 @@
       </div> <!-- id="main" -->
 
       <div id="about">
-	<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
+	<p><a href="http://validator.w3.org/check?uri=referer">valid</a></p>
       </div> <!-- id="about" -->
 
     </div> <!-- id="container" -->
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -309,7 +309,7 @@
     <div id="about">
       <p>
 	<a href="http://validator.w3.org/check?uri=referer">
-	  <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" />
+          valid
 	</a>
       </p>
     </div> <!-- id="about" -->