1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00
miniflux-v2/internal/template/templates
Frédéric Guillot 8db637cb39 feat(ui): add user setting to control target="_blank" on links
Rationale: Opening links in the current tab is the default browser behavior.

Using `target="_blank"` on external links can lead to accessibility issues and override user preferences. It may also interfere with assistive technologies and expected browser behavior.

To maintain backward compatibility, this option is enabled by default (`true`), which adds `target="_blank"` to links.
2025-06-08 21:07:11 -07:00
..
common feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
standalone Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
views feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00