diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 16:25:42 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-27 16:25:42 +0100 |
commit | c14b337450bb546f5c1b18b1a66481844a3e79d0 (patch) | |
tree | 1e4307f9ac1e3c634f51531ce025e493641e5454 /program/localization/en_US/labels.inc | |
parent | dff2c713fbc5dd8a501a31f3c158b8be412f46d0 (diff) |
Fix XSS vulnerability using Flash files (#1488828) by comparing mimetypes and filename extensions
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c8cbf1841..abb0dca5d 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -64,6 +64,7 @@ $labels['move'] = 'Move'; $labels['moveto'] = 'Move to...'; $labels['download'] = 'Download'; $labels['showattachment'] = 'Show'; +$labels['showanyway'] = 'Show it anyway'; $labels['filename'] = 'File name'; $labels['filesize'] = 'File size'; |