From 77a35fa656a950d4371ccd021bafedceb878e0a5 Mon Sep 17 00:00:00 2001 From: Merlin Beutlberger Date: Thu, 25 Apr 2019 11:09:10 +0200 Subject: [PATCH] Document new flag in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6009e86b..58ea3b72 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Options: --accept-remote-connections Accept remote connections. By default the server only accepts connections from localhost [boolean] [default: false] --key Path to the private key [string] [default: "$HOME/.ui5/server/server.key"] --cert Path to the certificate [string] [default: "$HOME/.ui5/server/server.crt"] + --sap-csp-policies Always send content security policies 'sap-target-level-1' and 'sap-target-level-2' in report-only mode [boolean] [default: false] + Examples: ui5 serve Start a web server for the current project