From 03fc42a14256036755eaf7e877cc6ad57066ac4f Mon Sep 17 00:00:00 2001 From: sigoa Date: Sun, 18 Mar 2018 16:05:33 +0100 Subject: [PATCH] Updated BM web server: bitboard (markdown) --- BM-web-server:-bitboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BM-web-server:-bitboard.md b/BM-web-server:-bitboard.md index 05a9935..5402081 100644 --- a/BM-web-server:-bitboard.md +++ b/BM-web-server:-bitboard.md @@ -8,7 +8,7 @@ Although it's still somewhat basic, it does have a fair bit of features already, Since this is running in your browser, it is worth noting that it does increase the attack surface. Possible to set up www-facing like www.BEAMSTAT.com -I'd suggest disabling javascript if you are worried about that - bitboard uses only minimal uses of JS and is still **fully usable without JS**. +I'd suggest disabling javascript if you are worried about that - bitboard uses only minimal uses of JS and is still **fully usable without JS** (like all 4chan-like picture-boards). It also uses the python 'bleach' module in an attempt to prevent html/js from being injected. I spent a fair bit of work implementing popups and such using CSS to avoid reliance on JS based features. A few features