File: Privacy-Remove-linking-to-external-resources.patch

package info (click to toggle)
python-flask-cors 3.0.10-2%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 548 kB
  • sloc: python: 1,791; makefile: 138; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,469 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
26
27
28
29
30
31
32
33
34
35
36
37
38
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 a3edba2..4a826ce 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. 
@@ -108,12 +105,3 @@ Credits
 -------
 
 This Flask extension is based upon the `Decorator for the HTTP Access 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/