aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-04 20:17:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-04 20:17:58 +0200
commit7cf9ad5fee4b6315ef1d53b4f072e30c6be5c55b (patch)
treefd714915470bfa86eb4798fb0d7fff3c9cda4160 /src/main/res/values
parent7706b5920700221c84916ac29c7769a9dd3dd176 (diff)
Do weOwnFile security check only when attaching
The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 75d3dfc14..5b7046752 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -829,4 +829,5 @@
<string name="account_status_stream_opening_error">Stream opening error</string>
<string name="action_open">Open</string>
<string name="action_delete">Delete</string>
+ <string name="security_violation_not_attaching_file">File omitted due to security violation.</string>
</resources>