haydenull / logseq-plugin-browser

A browser plugin for logseq
MIT License
28 stars 3 forks source link

Allow cookies #5

Open Victor239 opened 2 years ago

Victor239 commented 2 years ago

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.

asiyoua commented 1 year ago

same question

haydenull commented 1 year ago

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.

Victor239 commented 1 year ago

What is causing the limitation?

haydenull commented 1 year ago

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.