diff options
author | Brendan Coles <bcoles@gmail.com> | 2020-04-25 03:25:11 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-25 10:55:55 +0200 |
commit | 6dde2c7f4799110e7bf2c9e3315fe04545490da7 (patch) | |
tree | dd0752f867f20898547149b772ee40f5ffbe8e41 /Base/home | |
parent | 0f4fa43541a9398d4dacf32481f17d62d9ea21b3 (diff) | |
download | serenity-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/home')
-rw-r--r-- | Base/home/anon/Browser.ini | 2 |
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 |