mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tests: Change HTTP test URLs to HTTPS
This avoids unexpected HTTP to HTTPS redirects which cause test failures with the Chrome runtime.
This commit is contained in:
@ -29,7 +29,7 @@ HINSTANCE hInst = ::GetModuleHandle(nullptr);
|
||||
|
||||
namespace {
|
||||
|
||||
const char kTestUrl[] = "http://tests/osrtest";
|
||||
const char kTestUrl[] = "https://tests/osrtest";
|
||||
|
||||
// Must be both large enough for the drag/drop region to be visible and small
|
||||
// enough for a little vertical offset with scrollbar.
|
||||
|
Reference in New Issue
Block a user