Add a toggle to allow opening new pages within the built-in browser and saving cookies. #618
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
主要处理需要登录或者有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