From 46523266bfe907c492e85c81c8b3376d5a1367c8 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Mon, 21 Sep 2020 15:09:26 -0400 Subject: [PATCH] django-protected-media reopen https://github.com/wsvincent/awesome-django/pull/76 updated to meet requirements https://github.com/cobusc/django-protected-media/issues/2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6f272d..4ccf34d 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### 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. +- [django-protected-media](https://github.com/cobusc/django-protected-media) - Manages media that are considered sensitive in a protected fashion. ### Static Assets - [django-storages](https://github.com/jschneier/django-storages) - A single library to support multiple custom storage backends for Django.