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]