Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to disable "same origin policy"

Post Reply
Chinyaev
Posts: 38
Joined: Mon Mar 13, 2017 3:23 pm

Re: How to disable "same origin policy"

Post 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%';
Post Reply