From 77c4920e835af894ba3b950a0e26195896fd175d Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 25 May 2020 10:58:57 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a344f56..8f914a1 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ Since the instance is destroyed and rebuilt after inactivity, config settings wi ### HTTPS Enforcement Only needed if your setup requires Flask to redirect to HTTPS on its own -- generally this is something that doesn't need to be handled by Whoogle Search. -- Heroku: Enforced by default +- Heroku: Ensure that the `Root URL` configuration on the home page begins with `https://` and not `http://` - Docker: Add `--build-arg use_https=1` to your run command - Pip/Pipx: Add the `--https-only` flag to the end of the `whoogle-search` command - Default `run` script: Modify the script locally to include the `--https-only` flag at the end of the python run command