mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-02 10:25:26 +02:00
Disabling some features to improve stability in the VCL SimpleBrowser and SimpleBrowser2 demos
This commit is contained in:
parent
a189468639
commit
24d3d5b672
@ -69,6 +69,9 @@ begin
|
|||||||
GlobalCEFApp.UserDataPath := 'cef\User Data';
|
GlobalCEFApp.UserDataPath := 'cef\User Data';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disabling some features to improve stability
|
||||||
|
GlobalCEFApp.DisableFeatures := 'NetworkService,OutOfBlinkCors';
|
||||||
|
|
||||||
// You *MUST* call GlobalCEFApp.StartMainProcess in a if..then clause
|
// You *MUST* call GlobalCEFApp.StartMainProcess in a if..then clause
|
||||||
// with the Application initialization inside the begin..end.
|
// with the Application initialization inside the begin..end.
|
||||||
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
|
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
|
||||||
|
@ -70,6 +70,9 @@ begin
|
|||||||
GlobalCEFApp.UserDataPath := 'cef\User Data';
|
GlobalCEFApp.UserDataPath := 'cef\User Data';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Disabling some features to improve stability
|
||||||
|
GlobalCEFApp.DisableFeatures := 'NetworkService,OutOfBlinkCors';
|
||||||
|
|
||||||
// You *MUST* call GlobalCEFApp.StartMainProcess in a if..then clause
|
// You *MUST* call GlobalCEFApp.StartMainProcess in a if..then clause
|
||||||
// with the Application initialization inside the begin..end.
|
// with the Application initialization inside the begin..end.
|
||||||
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
|
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user