File: remove_badges_from_doc

package info (click to toggle)
python-flask-cors 3.0.7-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: python: 1,726; makefile: 131
file content (25 lines) | stat: -rw-r--r-- 1,085 bytes parent folder | download | duplicates (2)
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/