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
|
From: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Date: Tue, 15 Jan 2019 00:39:20 -0500
Subject: remove-privacy-breach
===================================================================
---
README.rst | 6 ------
tests_website/index.html | 5 -----
2 files changed, 11 deletions(-)
diff --git a/README.rst b/README.rst
index 21670e9..ba3bfa4 100644
--- a/README.rst
+++ b/README.rst
@@ -2,12 +2,6 @@
Bleach
======
-.. image:: https://travis-ci.org/mozilla/bleach.svg?branch=master
- :target: https://travis-ci.org/mozilla/bleach
-
-.. image:: https://badge.fury.io/py/bleach.svg
- :target: http://badge.fury.io/py/bleach
-
Bleach is an allowed-list-based HTML sanitizing library that escapes or strips
markup and attributes.
diff --git a/tests_website/index.html b/tests_website/index.html
index 21ece42..d8d107d 100644
--- a/tests_website/index.html
+++ b/tests_website/index.html
@@ -21,11 +21,6 @@
</head>
<body>
<h2>Python Bleach 2.0.0</h2>
- <p>
- <a href="http://badge.fury.io/py/bleach"><img style="max-width:100%;" alt="pypi version" src="https://badge.fury.io/py/bleach.svg"></a>
- <a href="https://travis-ci.org/mozilla/bleach"><img style="max-width:100%;" alt="Build Status" src="https://travis-ci.org/mozilla/bleach.svg?branch=master"></a>
- </p>
-
<div class="demo">
<h3>Demo</h3>
<p>
|