From e61906b5e78e8dba6fef59ae00f6f2e100ab2ed7 Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 14 Nov 2021 22:28:46 +0100 Subject: Update config.default.php (#3979) --- config.default.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.default.php b/config.default.php index 996dfb358..bad2737c9 100644 --- a/config.default.php +++ b/config.default.php @@ -69,7 +69,7 @@ return array( # Allow or not the use of an unsafe login, # by providing username and password in the login URL: - # http://example.net/FreshRSS/p/i/?c=auth&a=login&u=alice&p=1234 + # https://example.net/FreshRSS/p/i/?c=auth&a=login&u=alice&p=1234 'unsafe_autologin_enabled' => false, # Enable or not the use of syslog to log the activity of @@ -116,7 +116,7 @@ return array( ), # Options used by cURL when making HTTP requests, e.g. when the SimplePie library retrieves feeds. - # http://php.net/manual/function.curl-setopt + # https://php.net/manual/function.curl-setopt 'curl_options' => array( # Options to disable SSL/TLS certificate check (e.g. for self-signed HTTPS) //CURLOPT_SSL_VERIFYHOST => 0, @@ -167,7 +167,7 @@ return array( # These options are basically a mapping of the PHPMailer class attributes # from the PHPMailer library. # - # See http://phpmailer.github.io/PHPMailer/classes/PHPMailer.PHPMailer.PHPMailer.html#properties + # See https://phpmailer.github.io/PHPMailer/classes/PHPMailer-PHPMailer-PHPMailer.html#properties 'mailer' => 'mail', // 'mail' or 'smtp' 'smtp' => array( 'hostname' => '', // the domain used in the Message-ID header -- cgit v1.2.3