From: Stewart Ferguson <stew@ferg.aero>
Date: Sat, 8 Dec 2018 12:11:01 +0100
Subject: Privacy: Remove linking to external resources

We don't need these links to external graphics.

Forwarded: Not-Needed
---
 README.rst | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/README.rst b/README.rst
index d685f54..2258c1e 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,6 @@
 Flask-CORS
 ==========
 
-|Build Status| |Latest Version| |Supported Python versions|
-|License|
-
 A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.
 
 This package has a simple philosophy: when you want to enable CORS, you wish to enable it for all use cases on a domain.
@@ -109,12 +106,3 @@ Credits
 -------
 
 This Flask extension is based upon the `Decorator for the HTTP Access Control <https://web.archive.org/web/20190128010149/http://flask.pocoo.org/snippets/56/>`__ written by Armin Ronacher.
-
-.. |Build Status| image:: https://github.com/corydolphin/flask-cors/actions/workflows/unittests.yaml/badge.svg
-   :target: https://travis-ci.org/corydolphin/flask-cors
-.. |Latest Version| image:: https://img.shields.io/pypi/v/Flask-Cors.svg
-   :target: https://pypi.python.org/pypi/Flask-Cors/
-.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/Flask-Cors.svg
-   :target: https://img.shields.io/pypi/pyversions/Flask-Cors.svg
-.. |License| image:: http://img.shields.io/:license-mit-blue.svg
-   :target: https://pypi.python.org/pypi/Flask-Cors/
