Add a pref for a default homepage.

This commit is contained in:
James Graham 2015-09-17 00:50:50 +01:00
parent 79e548905e
commit 8d9ab50a96
5 changed files with 46 additions and 15 deletions

View file

@ -9,5 +9,6 @@
"layout.flex-direction.enabled": false,
"layout.text-orientation.enabled": false,
"layout.viewport.enabled": false,
"layout.writing-mode.enabled": false
"layout.writing-mode.enabled": false,
"shell.homepage": "http://doc.servo.org/servo/index.html"
}