lvsti / CEF.swift

Swift bindings for the Chromium Embedded Framework
BSD 3-Clause "New" or "Revised" License
94 stars 29 forks source link

Cookie manager not working from 85 to current #69

Open TupOkc opened 2 years ago

TupOkc commented 2 years ago

Hi @lvsti, I recently upgraded the CEFSwift from 83 to 95. And I found out the cookie manager is no longer working. I originally thought it was CEF's issue and post an issue on the forum. https://magpcss.org/ceforum/viewtopic.php?f=6&t=19006&p=51771#p51771. But when I tested the cefsimple project of the original cef binary, seems it just worked fine. So I focus on my test on the CEFSwift side and found out that from branch 4189, the cookie manager stops working. Would you mind taking a look? Thanks