mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 01:51:31 +02:00
[ticket/17198] Use https instead of http as default in remote avatar
PHPBB3-17198
This commit is contained in:
@@ -62,7 +62,7 @@ class remote extends \phpbb\avatar\driver\driver
|
||||
|
||||
if (!preg_match('#^(http|https|ftp)://#i', $url))
|
||||
{
|
||||
$url = 'http://' . $url;
|
||||
$url = 'https://' . $url;
|
||||
}
|
||||
|
||||
if (!function_exists('validate_data'))
|
||||
|
Reference in New Issue
Block a user