django-downloadview/django_downloadview
Rémy HUBSCHER 18cb41f760
Merge pull request #211 from tari/196-rfd
Guard against reflected file download
2024-08-05 10:26:15 +02:00
..
apache Allow XResponses to keep original headers provided to base response 2024-08-01 08:35:53 +02:00
lighttpd Allow XResponses to keep original headers provided to base response 2024-08-01 08:35:53 +02:00
nginx Allow XResponses to keep original headers provided to base response 2024-08-01 08:35:53 +02:00
views Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
__init__.py Replace use of pkg_resources (setuptools) 2024-07-31 11:41:25 +00:00
api.py Add isort config. 2020-01-07 15:51:55 +01:00
decorators.py Fix missing function parameter 2020-01-13 17:23:54 +02:00
exceptions.py Remove support for Python 2.7 2020-01-07 15:01:26 +01:00
files.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
io.py Update compatibility for Django 4.0 2021-12-23 13:05:46 +11:00
middlewares.py Use hasattr to check if any of required attribute is present 2024-07-31 16:18:20 +02:00
response.py Prevent reflected file downloads on specially-named files 2024-08-01 06:24:00 +00:00
shortcuts.py Add black support. 2020-01-07 15:12:51 +01:00
storage.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
test.py Use python3 super and remove useless method re-definitions 2023-09-26 11:26:43 +02:00
utils.py Add isort support. 2020-01-07 15:19:22 +01:00