rocksdanister / lively

Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
https://rocksdanister.com/lively
GNU General Public License v3.0
15.14k stars 1.06k forks source link

CefSharp won't store any data for website wallpapers #1199

Closed qinlili23333 closed 2 years ago

qinlili23333 commented 2 years ago

Describe the bug CefSharp won't store any data for website wallpapers, including cookies, service worker, local storage and etc.

To Reproduce Steps to reproduce the behavior:

  1. Add a website which use local storage or service worker as wallpaper
  2. Exit and relaunch Lively
  3. The website appears to be the same as a new visitor, no login data, no service worker installed detected.

Expected behavior Site's data should be stored like any regular browsers.

Screenshots/Video

Desktop (please complete the following information):

Additional context

Log file (Important) lively_log_20220430_142827.zip

rocksdanister commented 2 years ago

For websites: image

For local html file: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction

qinlili23333 commented 2 years ago

For websites: image

For local html file: https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction

Nice it works! thanks bro