From d5bfbdefb1bb56d7062975cd04954aa1ad346018 Mon Sep 17 00:00:00 2001 From: clsr Date: Thu, 16 Jun 2016 21:11:55 +0200 Subject: Add --csp and --allow-html flags --- USAGE | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'USAGE') diff --git a/USAGE b/USAGE index fb742fc..6de9cbb 100644 --- a/USAGE +++ b/USAGE @@ -89,6 +89,14 @@ Running if missing, uses --upload-host, --https or --http to construct the URL example: --upload-url http://u.example.com/ + --csp CSP + sets the Content-Security-Header to CSP; blank to disable the header + example: --csp= + + --allow-html + serve text/html and application/xhtml+xml files with their original filetype instead of text/plain + example: --allow-html + --grill enables grills example: --grill -- cgit