From aad3454f8d3ee8ee74f14e7dc30c31be46800abe Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Thu, 20 Feb 2020 16:11:47 +0800 Subject: [PATCH] update help to clarify abuse --- src/web/helpButton.coffee | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/web/helpButton.coffee b/src/web/helpButton.coffee index 5417537..97b120c 100644 --- a/src/web/helpButton.coffee +++ b/src/web/helpButton.coffee @@ -31,6 +31,11 @@ export default HelpButton = -> The decryption will also be done entirely in your browser. Therefore, it is not supported to access encrypted files outside of a modern browser.  If you plan to download the shared file from outside the browser (e.g. command line) or on a low-performance device, use "Encryption: OFF".

+

+ Please refrain from uploading illegal content and / or abusing the service. This service is provided by the maintainer for convenience,  + but failure to keep reasonable usage of the service may result in your content being removed before the {util.FILE_LIFETIME.replace " ", "-"} mark and your IP being blocked from accessing this service.  + The service maintainer reserves sole authority on deciding whether a piece of content is considered abusive or not. +

showHelp = useCallback showHelp, [openDialog]