From 4ed20a3b751708265a71af259ab2d6c47fb065f3 Mon Sep 17 00:00:00 2001 From: Mihajlo Medjedovic Date: Fri, 6 May 2022 11:49:32 +0000 Subject: [PATCH] chore: readme update --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e152912..fbc9ea6 100644 --- a/README.md +++ b/README.md @@ -71,12 +71,13 @@ SAS_PATH=/path/to/sas/executable.exe # optional HELMET config # crossOriginEmbedderPolicy flag that will be passed in HELMET config -# https://helmetjs.github.io/ +# [true|false] +# https://helmetjs.github.io/#reference HELMET_COEP= # optional HELMET config # path to json file that will include HELMET `contentSecurityPolicy` directives -# https://helmetjs.github.io/ +# https://helmetjs.github.io/#reference HELMET_CSP_CONFIG_PATH=./csp.config.json # optional