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:
@@ -16,7 +16,7 @@ using client::ClientAppRenderer;
|
||||
namespace {
|
||||
|
||||
// Unique values for the SendRecv test.
|
||||
const char kSendRecvUrl[] = "http://tests/ProcessMessageTest.SendRecv";
|
||||
const char kSendRecvUrl[] = "https://tests/ProcessMessageTest.SendRecv";
|
||||
const char kSendRecvMsg[] = "ProcessMessageTest.SendRecv";
|
||||
|
||||
// Creates a test message.
|
||||
|
Reference in New Issue
Block a user