Open ARSOFT1 opened 6 months ago
Describe the bug I'm trying to pass "--disable-web-security=1" flag to disable checking CORS but that is not working.
To Reproduce Creating instance with following code passing flag but it is not working at all CefApp.getInstance(arrayOf("--disable-web-security=1"))
CefApp.getInstance(arrayOf("--disable-web-security=1"))
Versions (please complete the following information):
Describe the bug I'm trying to pass "--disable-web-security=1" flag to disable checking CORS but that is not working.
To Reproduce Creating instance with following code passing flag but it is not working at all
CefApp.getInstance(arrayOf("--disable-web-security=1"))
Versions (please complete the following information):