diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-09 15:17:29 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-09 15:17:29 +0200 |
commit | 68991855ef3967c68d88cec42cf4990b68623a93 (patch) | |
tree | 18e56a34b0994f4f6c23545646c5d9ba58b88d5d | |
parent | 3d41cc849c5a649751102f7e11629207f17d62d3 (diff) | |
download | serenity-68991855ef3967c68d88cec42cf4990b68623a93.zip |
Base: Open https:// URLs in Browser
-rw-r--r-- | Base/home/anon/LaunchServer.ini | 1 |
1 files changed, 1 insertions, 0 deletions
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 |