зеркало из https://github.com/mozilla/gecko-dev.git
Bug 728890 - B2G: Update permission prefs after internal HTTP server port change. r=cjones DONTBUILD because NPOTB
This commit is contained in:
Родитель
81ad5d4df2
Коммит
5905820c86
|
@ -46,7 +46,7 @@ pref("browser.homescreenURL", "file:///data/local/homescreen.html,file:///system
|
|||
#endif
|
||||
|
||||
// URL for the dialer application.
|
||||
pref("dom.telephony.app.phone.url", "http://localhost:6666/apps/dialer/dialer.html");
|
||||
pref("dom.telephony.app.phone.url", "http://localhost:7777/apps/dialer/dialer.html");
|
||||
|
||||
// Device pixel to CSS px ratio, in percent. Set to -1 to calculate based on display density.
|
||||
pref("browser.viewport.scaleRatio", -1);
|
||||
|
@ -404,11 +404,11 @@ pref("browser.link.open_newwindow.restriction", 0);
|
|||
|
||||
// Enable browser frame
|
||||
pref("dom.mozBrowserFramesEnabled", true);
|
||||
pref("dom.mozBrowserFramesWhitelist", "http://localhost:6666");
|
||||
pref("dom.mozBrowserFramesWhitelist", "http://localhost:7777");
|
||||
|
||||
// Temporary permission hack for WebSMS
|
||||
pref("dom.sms.enabled", true);
|
||||
pref("dom.sms.whitelist", "file://,http://localhost:6666");
|
||||
pref("dom.sms.whitelist", "file://,http://localhost:7777");
|
||||
|
||||
// Ignore X-Frame-Options headers.
|
||||
pref("b2g.ignoreXFrameOptions", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче