summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2019-03-04 14:21:34 -0800
committerjvoisin2019-03-04 14:21:34 -0800
commit475d7d9bc70f2f35031ccfea8e18cdc8006882d2 (patch)
tree4d6b3bccbe909ebb45e05d4b7bd829e51424d0f8 /README.md
parent15a1139577809b64a9f5e8048e52b643525a79a9 (diff)
parentc52b4178403b641c4383bafc41be44ae4e669394 (diff)
Merge branch 'custom_templates' into 'master'
Add support to override default templates with custom ones (Fixes: #14) Closes #14 See merge request jvoisin/mat2-web!4
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b12e1ea..5f00d86 100644
--- a/README.md
+++ b/README.md
@@ -79,6 +79,12 @@ collector cronjob to remove leftover files . Besides, it can create a
79the uploads folder, to ensure that the uploaded files won't be recoverable 79the uploads folder, to ensure that the uploaded files won't be recoverable
80between reboots. 80between reboots.
81 81
82# Custom templates
83
84You can override the default templates from `templates/` by putting replacements
85into the directory path that's configured in `app.config['CUSTOM_TEMPLATES_DIR']`
86(default `custom_templates/`).
87
82# Threat model 88# Threat model
83 89
84- An attacker in possession of the very same file that a user wants to clean, 90- An attacker in possession of the very same file that a user wants to clean,