How to Install and Uninstall python3-flask-talisman Package on Kali Linux

Last updated: May 04,2024

1. Install "python3-flask-talisman" package

Please follow the guidelines below to install python3-flask-talisman on Kali Linux

$ sudo apt update $ sudo apt install python3-flask-talisman

2. Uninstall "python3-flask-talisman" package

Please follow the instructions below to uninstall python3-flask-talisman on Kali Linux:

$ sudo apt remove python3-flask-talisman $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-talisman package on Kali Linux

Package: python3-flask-talisman
Source: flask-talisman
Version: 1.1.0-2
Installed-Size: 81
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15372
SHA256: f20e249dfb39162d7a0f009df59a17e9bcf315875f6236200b234c707a487b07
SHA1: 67db4572716e4a493461ea64e8c8fb5db3601ef7
MD5sum: 8debb236c6e8f17f6963a8f4a7511cc4
Description: HTTP security headers for Flask
Talisman is a small Flask extension that handles setting HTTP headers that can
help protect against a few common web application security issues.
.
The default configuration:
.
* Forces all connects to https, unless running with debug enabled.
* Enables HTTP Strict Transport Security.
* Sets Flask's session cookie to secure, so it will never be set if your
application is somehow accessed via a non-secure connection.
* Sets Flask's session cookie to httponly, preventing JavaScript from being
able to access its content. CSRF via Ajax uses a separate cookie and should
be unaffected.
* Sets X-Frame-Options to SAMEORIGIN to avoid clickjacking.
* Sets X-XSS-Protection to enable a cross site scripting filter for IE and
Safari (note Chrome has removed this and Firefox never supported it).
* Sets X-Content-Type-Options to prevent content type sniffing.
* Sets a strict Content Security Policy of default-src: 'self'. This is
intended to almost completely prevent Cross Site Scripting (XSS) attacks.
This is probably the only setting that you should reasonably change. See
the Content Security Policy section.
* Sets a strict Referrer-Policy of strict-origin-when-cross-origin that
governs which referrer information should be included with requests made.
Description-md5:
Homepage: https://github.com/wntrblm/flask-talisman
Section: python
Priority: optional
Filename: pool/main/f/flask-talisman/python3-flask-talisman_1.1.0-2_all.deb