jun7 / wyeb

a vim-like webkit2gtk web browser
GNU General Public License v3.0
105 stars 6 forks source link

Store cookies in user_data path #31

Closed danyspin97 closed 5 years ago

jun7 commented 5 years ago

What kind of problem occurred?

danyspin97 commented 5 years ago

Cookies are stored in XDG_CONFIG_DIR, but it would make more sense to store them in XDG_DATA_DIR, as this file isn't a configuration file but it is automatically handled by WebKit.

jun7 commented 5 years ago

It is intended. Thank you for reporting.