chromiumembedded / java-cef

Java Chromium Embedded Framework (JCEF). A simple framework for embedding Chromium-based browsers in other applications using the Java programming language.
https://bitbucket.org/chromiumembedded/java-cef
Other
605 stars 135 forks source link

disable-web-security flag not working #473

Open ARSOFT1 opened 2 months ago

ARSOFT1 commented 2 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"))

Versions (please complete the following information):