diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-13 07:38:03 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-27 16:35:25 -0500 |
| commit | df6760f12c2f08287e2aa7b5ddee6e567ab83220 (patch) | |
| tree | bb346c949ab4bacbc7eecd4a5e9c6eaacf882f95 /docs/ref | |
| parent | 041a076dadce547d450cf73d97401d63cde8891d (diff) | |
Added a warning regarding risks in serving user uploaded media.
Thanks Preston Holmes for the draft text.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index b9a7fd1a81..c99a7e4347 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1483,6 +1483,12 @@ Example: ``"http://media.example.com/"`` .. warning:: + There are security risks if you are accepting uploaded content from + untrusted users! See the security guide's topic on + :ref:`user-uploaded-content-security` for mitigation details. + +.. warning:: + :setting:`MEDIA_URL` and :setting:`STATIC_URL` must have different values. See :setting:`MEDIA_ROOT` for more details. |
