From 79a8267c9cf0da792aae292f6ae406af52fbd1e8 Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Thu, 16 Jul 2020 09:50:16 -0400 Subject: [PATCH] add Security section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c4f3099..7015528 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - [Models](#models) - [Performance](#performance) - [Search](#search) + - [Security](#security) - [Static Assets](#static-assets) - [Task Queues](#task-queues) - [Testing](#testing) @@ -146,6 +147,10 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django. - [django-watson](https://github.com/etianen/django-watson) - Full-text search plugin. +### Security +- [django-csp](https://github.com/mozilla/django-csp) - Adds [Content-Security-Policy](http://www.w3.org/TR/CSP/) headers to Django. +- [django-feature-policy](https://github.com/adamchainz/django-feature-policy) - Set the draft security HTTP header `Feature-Policy` on a Django app. + ### Static Assets - [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django. - [django-compressor](https://github.com/django-compressor/django-compressor/) - Compress JavaScript/CSS into a single cached file.