From 37681ff1fcd07fa7976dfaf457c04b33cc1ba919 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 12 Jan 2019 22:53:23 +0000
Subject: [PATCH] Removed the NO_JAVASCRIPT option from the list of supported
 [bbs] Options (not practical to disable JavaScript for the terminal server
 any longer) and added the NO_SPY_SOCKETS option.

---
 ctrl/sbbs.ini | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/ctrl/sbbs.ini b/ctrl/sbbs.ini
index a0471fd0e3..c0d66a745d 100644
--- a/ctrl/sbbs.ini
+++ b/ctrl/sbbs.ini
@@ -120,21 +120,21 @@
 ; Frobbing this value can provide hours of pointless entertainment.
         OutbufDrainTimeout=10
 ; Supported options (separated with |):
-; 	XTRN_MINIMIZED
-; 	AUTO_LOGON
-; 	DEBUG_TELNET
-;	ALLOW_SSH
-; 	ALLOW_RLOGIN
-; 	NO_QWK_EVENTS
+;   XTRN_MINIMIZED
+;   AUTO_LOGON
+;   DEBUG_TELNET
+;   ALLOW_SSH
+;   ALLOW_RLOGIN
+;   NO_QWK_EVENTS
 ;   NO_NEWDAY_EVENTS
-; 	NO_TELNET_GA
-;	NO_EVENTS
-; 	NO_HOST_LOOKUP
-;	NO_RECYCLE
-; 	GET_IDENT
-; 	NO_JAVASCRIPT
+;   NO_TELNET_GA
+;   NO_EVENTS
+;   NO_HOST_LOOKUP
+;   NO_SPY_SOCKETS
 ;	NO_DOS
-; 	MUTE
+;	NO_RECYCLE
+;   GET_IDENT
+;   MUTE
 Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
 
 [Mail]	SMTP/POP3 Mail Server
-- 
GitLab