diff options
author | Peter Cai <[email protected]> | 2020-02-20 16:11:47 +0800 |
---|---|---|
committer | Peter Cai <[email protected]> | 2020-02-20 16:13:24 +0800 |
commit | aad3454f8d3ee8ee74f14e7dc30c31be46800abe (patch) | |
tree | 3eaf8c8ebdd189d2e0dc9653dde8031cce9c2316 | |
parent | ddb6eee9e80baa58bbcc79e75ee812e0777e7343 (diff) | |
download | worker-pastebin-aad3454f8d3ee8ee74f14e7dc30c31be46800abe.tar.gz |
update help to clarify abuse
-rw-r--r-- | src/web/helpButton.coffee | 5 |
1 files changed, 5 insertions, 0 deletions
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 <strong>"Encryption: OFF"</strong>. </p> + <p> + Please <strong>refrain from uploading illegal content and / or abusing the service</strong>. 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 <strong>reserves sole authority</strong> on deciding whether a piece of content is considered abusive or not. + </p> </React.Fragment> showHelp = useCallback showHelp, [openDialog] |