mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Added one more test site to MobileBrowser demo
This commit is contained in:
parent
dfaf639e7e
commit
3819aa6695
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user