mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45: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://coveryourtracks.eff.org/'
|
||||
'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
|
||||
object CEFWindowParent1: TCEFWindowParent
|
||||
|
@ -127,6 +127,8 @@ begin
|
||||
GlobalCEFApp.cache := 'cache';
|
||||
GlobalCEFApp.EnablePrintPreview := 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}
|
||||
GlobalCEFApp.LogFile := 'debug.log';
|
||||
GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO;
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 647,
|
||||
"InternalVersion" : 648,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "128.4.8"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user