From 5d548d912dc3fd28111d299920370ff31d508925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Didier=20Clermont=C3=A9?= Date: Fri, 16 Apr 2021 00:53:24 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20fichier=20de=20conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cfg/conf.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/cfg/conf.php b/cfg/conf.php index 82b59e62..e9728f53 100644 --- a/cfg/conf.php +++ b/cfg/conf.php @@ -7,6 +7,10 @@ ; (optional) set a project name to be displayed on the website name = "PasteChaprilOrg" +; The full URL, with the domain name and directories that point to the PrivateBin files +; This URL is essential to allow Opengraph images to be displayed on social networks +; basepath = "" + ; enable or disable the discussion feature, defaults to true discussion = true @@ -35,6 +39,10 @@ sizelimit = 2097152 ; template to include, default is "bootstrap" (tpl/bootstrap.php) template = "bootstrap" +; (optional) info text to display +; use single, instead of double quotes for HTML attributes +;info = "More information on the project page." + ; (optional) notice to display ; notice = "Note: This is a test service: Data may be deleted anytime. Kittens will die if you abuse this service." @@ -77,6 +85,18 @@ languageselection = false ; sha256 in HMAC for the deletion token zerobincompatibility = false +; Enable or disable the warning message when the site is served over an insecure +; connection (insecure HTTP instead of HTTPS), defaults to true. +; Secure transport methods like Tor and I2P domains are automatically whitelisted. +; It is **strongly discouraged** to disable this. +; See https://github.com/PrivateBin/PrivateBin/wiki/FAQ#why-does-it-show-me-an-error-about-an-insecure-connection for more information. +; httpwarning = true + +; Pick compression algorithm or disable it. Only applies to pastes/comments +; created after changing the setting. +; Can be set to one these values: "none" / "zlib" (default). +; compression = "zlib" + [expire] ; expire value that is selected per default ; make sure the value exists in [expire_options]