From 68991855ef3967c68d88cec42cf4990b68623a93 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 9 May 2020 15:17:29 +0200 Subject: [PATCH] Base: Open https:// URLs in Browser --- Base/home/anon/LaunchServer.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/Base/home/anon/LaunchServer.ini b/Base/home/anon/LaunchServer.ini index 100f0d0bd3..30c72e757e 100644 --- a/Base/home/anon/LaunchServer.ini +++ b/Base/home/anon/LaunchServer.ini @@ -10,4 +10,5 @@ frm=/bin/VisualBuilder [Protocol] irc=/bin/IRCClient http=/bin/Browser +https=/bin/Browser *=/bin/Browser