diff options
| author | georg | 2019-03-04 22:37:14 +0000 |
|---|---|---|
| committer | georg | 2019-03-04 22:37:14 +0000 |
| commit | 9963793d0872d3ccb28466b1c95c15859933fe1a (patch) | |
| tree | 041371b8ba3ef4502e47fbe6e3f6ab45fcc32544 | |
| parent | 475d7d9bc70f2f35031ccfea8e18cdc8006882d2 (diff) | |
README: fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -92,7 +92,7 @@ into the directory path that's configured in `app.config['CUSTOM_TEMPLATES_DIR'] | |||
| 92 | requesting this file, and getting it before the user. | 92 | requesting this file, and getting it before the user. |
| 93 | - An attacker in possession of only the name of a file that a user wants to | 93 | - An attacker in possession of only the name of a file that a user wants to |
| 94 | clean can't perform a denial of service attack, since the path to download | 94 | clean can't perform a denial of service attack, since the path to download |
| 95 | the cleaned file is not only dependant of the name, but also the content. | 95 | the cleaned file is not only dependent of the name, but also the content. |
| 96 | - The server should do its very best to delete files as soon as possible. | 96 | - The server should do its very best to delete files as soon as possible. |
| 97 | 97 | ||
| 98 | # Licenses | 98 | # Licenses |
