You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 128.4.8
This commit is contained in:
@@ -229,7 +229,6 @@ begin
|
||||
GlobalCEFApp.LogFile := 'debug.log';
|
||||
GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO;
|
||||
GlobalCEFApp.EnablePrintPreview := True;
|
||||
GlobalCEFApp.ChromeRuntime := True;
|
||||
end;
|
||||
|
||||
{Property setters and getters}
|
||||
@@ -520,6 +519,7 @@ begin
|
||||
// used when you call any method or property in TChromium.
|
||||
Chromium1.MultiBrowserMode := True;
|
||||
Chromium1.DefaultURL := UTF8Decode(URLCbx.Text);
|
||||
Chromium1.RuntimeStyle := CEF_RUNTIME_STYLE_ALLOY;
|
||||
|
||||
// WebRTC's IP leaking can lowered/avoided by setting these preferences
|
||||
// To test this go to https://www.browserleaks.com/webrtc
|
||||
|
||||
Reference in New Issue
Block a user