UWP: rely more on servo preferences

This commit is contained in:
Paul Rouget 2020-07-17 08:32:10 +02:00
parent 2c36754bf7
commit 9174b201b0
4 changed files with 29 additions and 27 deletions

View file

@ -1,8 +1,6 @@
#pragma once
#define DEFAULT_URL_PROD L"https://servo.org/hl-home/"
// For development purpose.
// Will override DEFAULT_URL_PROD or any locally stored preferences.
// Will override shell.homepage preference:
// #define OVERRIDE_DEFAULT_URL L"data:text/html,<input>"
// #define OVERRIDE_DEFAULT_URL L"http://localhost:8000/test.html"