diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2010-02-20 16:18:28 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2010-02-20 16:18:28 +0000 |
commit | 14e21a1a387d23ca83902922dc63fe9c4e940ab0 (patch) | |
tree | 37b5319f3289f2322dc7733ee0badd66e6867bfb /phpBB/language/en | |
parent | 14b5aab07feda92f405adc699499438e40e3f371 (diff) | |
download | forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.gz forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.bz2 forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.tar.xz forums-14e21a1a387d23ca83902922dc63fe9c4e940ab0.zip |
warn users about TEXT
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10511 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/acp/posting.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php index 531e07f7ef..74cd29ffee 100644 --- a/phpBB/language/en/acp/posting.php +++ b/phpBB/language/en/acp/posting.php @@ -41,6 +41,9 @@ $lang = array_merge($lang, array( 'ACP_BBCODES_EXPLAIN' => 'BBCode is a special implementation of HTML offering greater control over what and how something is displayed. From this page you can add, remove and edit custom BBCodes.', 'ADD_BBCODE' => 'Add a new BBCode', + 'BBCODE_DANGER' => 'The BBCode you are trying to add seems to use a {TEXT} token inside a HTML attribute. This is a possible XSS security issue. Try using the more restrictive {SIMPLETEXT} type instead. Only proceed if you understand the risks involved and you consider the use of {TEXT} absolutely unavoidable.', + 'BBCODE_DANGER_PROCEED' => 'Proceed', //'I understand the risk', + 'BBCODE_ADDED' => 'BBCode added successfully.', 'BBCODE_EDITED' => 'BBCode edited successfully.', 'BBCODE_NOT_EXIST' => 'The BBCode you selected does not exist.', |