aboutsummaryrefslogtreecommitdiff
path: root/fhost.py
diff options
context:
space:
mode:
authorcreme <creme@envs.net>2019-09-23 11:05:13 +0200
committercreme <creme@envs.net>2019-09-23 11:05:13 +0200
commita7ad2233ca436161549f3c6e8b0337834a3a13e6 (patch)
treec7c6a91bda41279a8ea562fb2d5be8c872de78bd /fhost.py
parentPass back file/url/shorten as `text/plain` (diff)
downloadhex-zero-a7ad2233ca436161549f3c6e8b0337834a3a13e6.tar.gz
hex-zero-a7ad2233ca436161549f3c6e8b0337834a3a13e6.tar.bz2
hex-zero-a7ad2233ca436161549f3c6e8b0337834a3a13e6.zip
0x0 site: small page optimize
Diffstat (limited to 'fhost.py')
-rwxr-xr-xfhost.py19
1 files changed, 10 insertions, 9 deletions
diff --git a/fhost.py b/fhost.py
index 1e8c85d..a6d57a4 100755
--- a/fhost.py
+++ b/fhost.py
@@ -386,15 +386,16 @@ not allowed: {5}
maximum file size: {1}
envs.sh is NOT a platform for:
- * child pornography
- * malware, including “potentially unwanted applications”
- * botnet command and control schemes involving this service
- * anything even remotely related to crypto currencies
- * hosting your backups
- * spamming the service with CI build artifacts
- * piracy
- * alt-right shitposting
-
+<ul>
+<li>child pornography</li>
+<li>malware, including “potentially unwanted applications”</li>
+<li>botnet command and control schemes involving this service</li>
+<li>anything even remotely related to crypto currencies</li>
+<li>hosting your backups</li>
+<li>spamming the service with CI build artifacts</li>
+<li>piracy</li>
+<li>alt-right shitposting</li>
+</ul>
<h3>REQUIREMENTS</h3>
there is only one thing you need to use this service - curl.
curl is available on most platforms, including Windows, Mac OS X and Linux.
bgstack15