From dca31a582775ad2c2248b4f472305c285bc9b43f Mon Sep 17 00:00:00 2001 From: clsr Date: Fri, 17 Jun 2016 14:19:30 +0200 Subject: Add --cors to USAGE --- USAGE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/USAGE b/USAGE index 6de9cbb..add5f69 100644 --- a/USAGE +++ b/USAGE @@ -97,6 +97,10 @@ Running serve text/html and application/xhtml+xml files with their original filetype instead of text/plain example: --allow-html + --cors + sets the Access-Control-Allow-Origin header to * to allow CORS from any origin + example: --cors + --grill enables grills example: --grill -- cgit