summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2020-04-25 03:25:11 +0000
committerAndreas Kling <kling@serenityos.org>2020-04-25 10:55:55 +0200
commit6dde2c7f4799110e7bf2c9e3315fe04545490da7 (patch)
treedd0752f867f20898547149b772ee40f5ffbe8e41 /Base
parent0f4fa43541a9398d4dacf32481f17d62d9ea21b3 (diff)
downloadserenity-6dde2c7f4799110e7bf2c9e3315fe04545490da7.zip
Browser: Add Browser.ini configuration file
The Browser can now load a home page URL from the user's Browser.ini configuration file rather than using a hard-coded URL.
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/Browser.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/Browser.ini b/Base/home/anon/Browser.ini
new file mode 100644
index 0000000000..fb8a443d70
--- /dev/null
+++ b/Base/home/anon/Browser.ini
@@ -0,0 +1,2 @@
+[Preferences]
+Home=file:///home/anon/www/welcome.html