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
|
Removing links to badge SVGs. They created a potential privacy breach by fetching data from an external website at runtime.
--- 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.
@@ -122,11 +119,3 @@ This Flask extension is based upon the `
Control <http://flask.pocoo.org/snippets/56/>`__ written by Armin
Ronacher.
-.. |Build Status| image:: https://api.travis-ci.org/corydolphin/flask-cors.svg?branch=master
- :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/
|