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
|
Description: Remove external image from documentation
This package creates a potential privacy breach by fetching data from an
external website at runtime. These resources must be removed.
.
See http://lintian.debian.org/tags/privacy-breach-generic.html
Author: Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>
Forwarded: no
Last-Update: 2019-01-04
Index: django-session-security/README.rst
===================================================================
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,3 @@
-.. image:: https://img.shields.io/pypi/v/django-session-security.svg
- :target: https://pypi.python.org/pypi/django-session-security
-
-.. image:: https://github.com/yourlabs/django-session-security/actions/workflows/tests.yml/badge.svg
- :target: https://github.com/yourlabs/django-session-security/actions
-
-
-
This app provides a mechanism to logout inactive authenticated users. An
inactive browser should be logged out automatically if the user left his
workstation, to protect sensitive data that may be displayed in the browser. It
|