Allow port
Posted: Mon May 09, 2022 1:08 pm
Hi!
Failed to load URL http://.........:4045 with error ERR_UNSAFE_PORT (-312).
MiniBrowser
Does not work, in a normal browser, if you specify through the shortcut works, what is wrong?
Failed to load URL http://.........:4045 with error ERR_UNSAFE_PORT (-312).
MiniBrowser
Code: Select all
procedure CreateGlobalCEFApp;
begin
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp.cache := 'cache';
GlobalCEFApp.EnablePrintPreview := True;
GlobalCEFApp.EnableGPU := True;
GlobalCEFApp.LogFile := 'debug.log';
GlobalCEFApp.LogSeverity := LOGSEVERITY_INFO;
GlobalCEFApp.AddCustomCommandLine('--explicitly-allowed-ports=4045');
end;