From c24a5ecd20f8bf711faf0a089338278b78acd0e0 Mon Sep 17 00:00:00 2001 From: Y Date: Sat, 16 Sep 2017 15:00:11 +0200 Subject: [PATCH] skipped_urls is mandatory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f302e8f..af3e6b3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you use YunoHost, you may want to edit the `/etc/ssowat/conf.json.persistent` ## Available parameters -These are the SSOwat's configuration parameters. Only the first one is required, but it is recommended to know the others to fully understand what you can do with SSOwat. +These are the SSOwat's configuration parameters. Only `portal_domain` and `skipped_urls` are required, but it is recommended to know the others to fully understand what you can do with SSOwat. #### portal_domain @@ -134,7 +134,7 @@ List of regular expressions to be matched against URLs **and** URIs to protect t #### skipped_urls -List of URLs and/or URIs that will not be affected by SSOwat +List of URLs and/or URIs that will not be affected by SSOwat. This must be a JSON array, and SSOwat automatically adds itself to this array. #### skipped_regex