Re: How to disable "same origin policy"
Posted: Tue Oct 31, 2017 3:29 am
I think you can add line:
And set userdata:
Code: Select all
GlobalCEFApp.AddCustomCommandLine('--disable-web-security');
Code: Select all
GlobalCEFApp.UserDataPath := '%path_to_temp%';