yang991178 / fluent-reader

Modern desktop RSS reader built with Electron, React, and Fluent UI
https://hyliu.me/fluent-reader/
BSD 3-Clause "New" or "Revised" License
7.79k stars 425 forks source link

Add a toggle to allow opening new pages within the built-in browser and saving cookies. #618

Open AoEiuV020 opened 1 year ago

AoEiuV020 commented 1 year ago

主要处理需要登录或者有js防火墙的情况无法使用内置浏览器打开网页的问题, 默认还是一样,但在应用偏好中加了个开关,打开后就会在内置浏览器中直接打开新页面而不是弹出外部浏览器, 同时开启后会保存内置浏览器的cookies,以便记住登录状态,

Primarily addressed the issue where opening web pages in the built-in browser was restricted in cases requiring login or encountering JavaScript firewalls. The default behavior remains unchanged, but a new switch has been added to the application preferences. When toggled, new pages will open directly in the built-in browser instead of launching an external browser. Additionally, enabling this switch will preserve cookies in the built-in browser, ensuring the retention of login states.

Fixes #610 Fixes #584 Fixes #360 Fixes #189