From c5df49fdcef73a0153291bb7e39faab89c0c9dae Mon Sep 17 00:00:00 2001 From: MineRobber___T Date: Wed, 23 Oct 2019 14:11:19 -0400 Subject: [PATCH] Remove section about not exposing finger info ...since tilde.club, like other tildeverse machines, exposes a secure fingerd, meaning that info is now publically available. --- wiki/source/safe-scripting-the-tilde-way.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wiki/source/safe-scripting-the-tilde-way.md b/wiki/source/safe-scripting-the-tilde-way.md index b89eee8..802ab8a 100644 --- a/wiki/source/safe-scripting-the-tilde-way.md +++ b/wiki/source/safe-scripting-the-tilde-way.md @@ -17,9 +17,7 @@ What does that mean with respect to scripting and programming on a shared host? - DOs - Respect shared CPU/Disk/Network resources - - Keep things that require a tilde.club login local to the server (don't post publicly) : - - Finger info - - local home directory files such as `~/.plan` and `~/.profile` files + - Keep things that require a tilde.club login local to the server (don't post publicly), like home directory files: - Note that exceptions could include an opt-in file or special permissions from the user. - Respect `robots.txt` when writing web crawlers