From b732d832b63575101be71ecf000dab6103a9e740 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 7 Sep 2021 20:41:32 +0200 Subject: sort /terms and /privacy endpoints by server-side mime type preferences instead of returning in random order; do configure paths by default --- src/exchange/exchange.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/exchange') diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index 4b7f5f5a8..c41150427 100644 --- a/src/exchange/exchange.conf +++ b/src/exchange/exchange.conf @@ -72,14 +72,14 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s SIGNKEY_LEGAL_DURATION = 2 years # Directory with our terms of service. -# TERMS_DIR = +TERMS_DIR = $DATADIR/exchange/tos/ # Etag / filename for the terms of service. -# TERMS_ETAG = +TERMS_ETAG = 0 # Directory with our privacy policy. -# PRIVACY_DIR = +PRIVACY_DIR = $DATADIR/exchange/pp/ # Etag / filename for the privacy policy. -# PRIVACY_ETAG = +PRIVACY_ETAG = 0 -- cgit v1.2.3