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.

Disable CORS

User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Disable CORS

Post by salvadordf »

Press CONTROL+SHIFT+F inside the Delphi IDE and search "TCoreWebView2Frame" in WebView4Delphi/source directory.

You will find that it's declared in uWVCoreWebView2Frame.pas

Then add uWVCoreWebView2Frame to the uses clause in your code.
Post Reply