From 677ad374bab3cac9790823080292ee70e904b02e Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Fri, 15 May 2015 06:18:04 +0200 Subject: [PATCH] Bug 1163905 - b2g.neterror.url should use a relative URL. r=fabrice --- b2g/app/b2g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index 970fd35632ae..6d874c6f1677 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -991,7 +991,7 @@ pref("gfx.canvas.max-size-for-skia-gl", -1); pref("gfx.gralloc.fence-with-readpixels", true); // The url of the page used to display network error details. -pref("b2g.neterror.url", "app://system.gaiamobile.org/net_error.html"); +pref("b2g.neterror.url", "net_error.html"); // The origin used for the shared themes uri space. pref("b2g.theme.origin", "app://theme.gaiamobile.org");