java-cef icon indicating copy to clipboard operation
java-cef copied to clipboard

disable-web-security flag not working

Open ARSOFT1 opened this issue 1 year ago • 0 comments

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

ARSOFT1 avatar May 06 '24 17:05 ARSOFT1