From 62f023c50f00168cafcdc835bdc3084d8009eb9a Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 5 Sep 2018 20:31:08 -0500 Subject: [PATCH] Add 'https_only' default --- config/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.yml b/config/config.yml index 94c2766a..dac2259f 100644 --- a/config/config.yml +++ b/config/config.yml @@ -7,4 +7,5 @@ db: host: localhost port: 5432 dbname: invidious -full_refresh: false \ No newline at end of file +full_refresh: false +https_only: false \ No newline at end of file