Page 1 of 1

Re: How to disable "same origin policy"

Posted: Tue Oct 31, 2017 3:29 am
by Chinyaev
I think you can add line:

Code: Select all

GlobalCEFApp.AddCustomCommandLine('--disable-web-security');
And set userdata:

Code: Select all

GlobalCEFApp.UserDataPath         := '%path_to_temp%';