diff options
author | Vibha Yadav <yvibha@novell.com> | 2011-09-15 20:33:53 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-21 21:50:41 +0800 |
commit | cea1af76a08307db99ec79c1ab21410d92f00310 (patch) | |
tree | b172abde5a7cb91ffbe2187fc6c9fdf599cc4748 /mail | |
parent | 5329da73063f6f18171d25a8df00607ae9b6be3d (diff) | |
download | gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar.gz gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar.bz2 gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar.lz gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar.xz gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.tar.zst gsoc2013-evolution-cea1af76a08307db99ec79c1ab21410d92f00310.zip |
Bug #657374 - mailto: attachment parameter can lead to accidental data exfiltration
Through warning on attaching Hidden/security files by mailto command.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index f32b4ce688..006cc559a4 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -540,5 +540,10 @@ An mbox account will be created to preserve the old mbox folders. You can delete <_secondary>The reported error was "{0}".</_secondary> </error> + <error id="blacklisted-file" type="warning"> + <_primary>Hidden file is attached.</_primary> + <_secondary xml:space="preserve">The attachment named {0} is a hidden file and may contain sensitive data. Please review it before sending.</_secondary> + </error> + </error-list> |