Bug 763033 - Keep url bar blank on about:home. r=fryn ui-r=limi

This commit is contained in:
Jonathan Wilde 2012-06-08 14:31:44 -07:00
parent bf02078e92
commit c4e833ba77

View File

@ -137,6 +137,7 @@ XPCOMUtils.defineLazyGetter(this, "Tilt", function() {
let gInitialPages = [
"about:blank",
"about:newtab",
"about:home",
"about:privatebrowsing",
"about:sessionrestore"
];