logseq-plugin-browser icon indicating copy to clipboard operation
logseq-plugin-browser copied to clipboard

Allow cookies

Open Victor239 opened this issue 3 years ago • 4 comments

Trying to access some websites is not possible because using this browser doesn't accept cookies. For other websites it simply degrades their usability because it means GDPR cookie banners keep reappearing.

Victor239 avatar Aug 31 '22 18:08 Victor239

same question

asiyoua avatar Apr 09 '23 03:04 asiyoua

I apologize, but the plugin is temporarily unable to achieve this. The current plugin mechanism uses a new webview environment each time the plugin is closed and opened.

haydenull avatar Apr 11 '23 06:04 haydenull

What is causing the limitation?

Victor239 avatar Apr 11 '23 16:04 Victor239

Each time the Logseq plugin is opened, it is equivalent to launching a mini browser to load the plugin. When the plugin is closed, it is destroyed, and reopening the plugin launches a new browser. As a result, all the information from the previous browser session is lost.

haydenull avatar Apr 11 '23 23:04 haydenull