hstspreload 2024.10.1
0
Chromium HSTS Preload list as a Python package
Contents
The hstspreload
Python package provides a way to interact with the Chromium HSTS preload list, which is a list of sites that are hardcoded to be HTTPS only for enhanced security. This package allows users to check if a host is on this list, indicating that it should only be accessed via HTTPS. It is updated monthly, but can be manually updated if necessary.
The sethmlarson/hstspreload
repo was created 5 years ago and the last code push was 1 weeks ago. The project is not very popular with only 10 github stars!
How to Install hstspreload
You can install hstspreload using pip
pip install hstspreload
or add it to a project with poetry
poetry add hstspreload
Package Details
- Author
- Seth Michael Larson
- License
- BSD-3
- Homepage
- https://github.com/sethmlarson/hstspreload
- PyPi:
- https://pypi.org/project/hstspreload/
- GitHub Repo:
- https://github.com/sethmlarson/hstspreload
Classifiers
- Internet/WWW/HTTP
- Security
Related Packages
Errors
A list of common hstspreload errors.
Code Examples
Here are some hstspreload
code examples and snippets.