aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/board.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-17 08:54:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-17 08:54:51 +0200
commitdc5a167c429a3813d66b0ae3d14242650466cac6 (patch)
tree9a23a88f7bc2d482cef19f42f437bf77be31f41f /phpBB/language/en/acp/board.php
parent507efee633fee769e7e2af4a2b298c951193f800 (diff)
downloadforums-dc5a167c429a3813d66b0ae3d14242650466cac6.tar
forums-dc5a167c429a3813d66b0ae3d14242650466cac6.tar.gz
forums-dc5a167c429a3813d66b0ae3d14242650466cac6.tar.bz2
forums-dc5a167c429a3813d66b0ae3d14242650466cac6.tar.xz
forums-dc5a167c429a3813d66b0ae3d14242650466cac6.zip
[ticket/security/231] Disable remote avatar functionality & add warning
SECURITY-231
Diffstat (limited to 'phpBB/language/en/acp/board.php')
-rw-r--r--phpBB/language/en/acp/board.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index eb53ac0370..9b45ffa45b 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -111,9 +111,9 @@ $lang = array_merge($lang, array(
'ALLOW_GRAVATAR' => 'Enable gravatar avatars',
'ALLOW_LOCAL' => 'Enable gallery avatars',
'ALLOW_REMOTE' => 'Enable remote avatars',
- 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website.',
+ 'ALLOW_REMOTE_EXPLAIN' => 'Avatars linked to from another website.<br><em><strong class="error">Warning:</strong> Enabling this feature might allow users to check for the existence of files and services that are only accessible on the local network.</em>',
'ALLOW_REMOTE_UPLOAD' => 'Enable remote avatar uploading',
- 'ALLOW_REMOTE_UPLOAD_EXPLAIN' => 'Allow uploading of avatars from another website.',
+ 'ALLOW_REMOTE_UPLOAD_EXPLAIN' => 'Allow uploading of avatars from another website.<br><em><strong class="error">Warning:</strong> Enabling this feature might allow users to check for the existence of files and services that are only accessible on the local network.</em>',
'ALLOW_UPLOAD' => 'Enable avatar uploading',
'AVATAR_GALLERY_PATH' => 'Avatar gallery path',
'AVATAR_GALLERY_PATH_EXPLAIN' => 'Path under your phpBB root directory for pre-loaded images, e.g. <samp>images/avatars/gallery</samp>.<br>Double dots like <samp>../</samp> will be stripped from the path for security reasons.',