diff options
Diffstat (limited to 'debian/patches/privacy-breach-generic.patch')
-rw-r--r-- | debian/patches/privacy-breach-generic.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/privacy-breach-generic.patch b/debian/patches/privacy-breach-generic.patch new file mode 100644 index 0000000..957da85 --- /dev/null +++ b/debian/patches/privacy-breach-generic.patch @@ -0,0 +1,27 @@ +Description: Do not fetch data from an external website + Even if the page is not supposed to be displayed, linking to an + external CSS is bad taste. +Author: David Prévot <taffit@debian.org> +Last-Update: 2014-04-11 +--- a/l10n-pl/language/pl/email/index.htm ++++ /dev/null +@@ -1,19 +0,0 @@ +-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl"> +- <head> +- <title>phpBB3pl r210</title> +- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +- <link rel="stylesheet" type="text/css" href="http://phpbb3.pl/styles/prorange/standalone.css"/> +- </head> +- <body> +- <div id="top"> +- <div class="inner"> +- <h1>phpBB3pl r210</h1> +- <p class="by">by <a href="http://phpbb3.pl">phpBB3.PL Group</a></p> +- </div> +- </div> +- <div class="section"> +- <p>Copyright © 2006 - 2011 <a href="http://phpbb3.pl">phpBB3.PL Group</a>. Released under <a href="http://opensource.org/licenses/gpl-license.php">GNU General Public License, version 2.0</a>. <a href="ftp://ftp.phpbb3.pl/phpBB/3.0/phpBB3pl/latest/">Download/Pobierz</a>.</p> +- </div> +- </body> +-</html> |