Added one more test site to MobileBrowser demo

This commit is contained in:
Salvador Díaz Fau 2024-09-06 10:43:27 +02:00
parent dfaf639e7e
commit 3819aa6695
3 changed files with 7 additions and 2 deletions

View File

@ -453,7 +453,10 @@ object Form1: TForm1
'https://www.leaktest.io/' 'https://www.leaktest.io/'
'https://coveryourtracks.eff.org/' 'https://coveryourtracks.eff.org/'
'https://ipleak.com/full-report/' 'https://ipleak.com/full-report/'
'https://xsinator.com/testing.html') 'https://xsinator.com/testing.html'
'https://abrahamjuliot.github.io/creepjs/')
ExplicitLeft = -3
ExplicitTop = 3
end end
end end
object CEFWindowParent1: TCEFWindowParent object CEFWindowParent1: TCEFWindowParent

View File

@ -127,6 +127,8 @@ begin
GlobalCEFApp.cache := 'cache'; GlobalCEFApp.cache := 'cache';
GlobalCEFApp.EnablePrintPreview := True; GlobalCEFApp.EnablePrintPreview := True;
GlobalCEFApp.EnableGPU := True; GlobalCEFApp.EnableGPU := True;
// Enable this line to set the user agent. This is needed for https://abrahamjuliot.github.io/creepjs/
//GlobalCEFApp.UserAgent := 'Mozilla/5.0 (Linux; Android 11; M2102K1G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Mobile Safari/537.36';
{$IFDEF DEBUG} {$IFDEF DEBUG}
GlobalCEFApp.LogFile := 'debug.log'; GlobalCEFApp.LogFile := 'debug.log';
GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO; GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO;

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 647, "InternalVersion" : 648,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "128.4.8" "Version" : "128.4.8"
} }