java-cef
java-cef copied to clipboard
disable-web-security flag not working
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):
- OS: [e.g. Windows 11]
- Java Version: [e.g. OpenJDK 17]
- JCEF Version: master branch
- CEF Version: 122.1.13