1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/template/templates/views
jvoisin dd8011a4aa refactor(template): remove some useless attributes
When `target="_blank"` is used, it has the same effect than rel="noopener",
so we can remove the latter. Moreover, since we're already setting `<meta
name="referrer" content="no-referrer" />` in the `<head>`, there is no need to
set it on every single link in the HTML, as we're rendering everything in the
same origin.

Note that we need to keep adding those in the sanitizer, the entry content HTML
can be consumed by third-party clients via the Miniflux/GoogleReader/Fever API.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/rel/noopener
and https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Referrer-Policy#integration_with_html
2025-08-15 17:55:49 -07:00
..
about.html feat(template): provide a link for the Apache 2.0 license in the about page 2025-08-08 10:31:21 -07:00
add_subscription.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
api_keys.html feat(api): add new endpoints to manage API keys 2025-05-25 15:50:13 -07:00
bookmark_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
categories.html Replace link has button role with button tag 2024-02-09 17:09:30 -08:00
category_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
category_feeds.html fix(ui): Redirect correctly post feed removal from category feeds list 2025-01-27 17:43:54 -08:00
choose_subscription.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
create_api_key.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_category.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
create_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
edit_category.html fix(api): hide_globally categories field should be a boolean 2025-04-21 19:43:25 -07:00
edit_feed.html feat: add entry filters at the feed level 2025-06-19 15:15:16 -07:00
edit_user.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
entry.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
feed_entries.html refactor(template): remove some useless attributes 2025-08-15 17:55:49 -07:00
feeds.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
history_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
import.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
integrations.html feat(integration)!: remove Pocket integration 2025-06-15 13:29:55 -07:00
login.html feat(webauthn): show help message regarding username and non-discoverable credentials 2024-10-26 21:49:23 -07:00
search.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
sessions.html change header tag usage to match landmark meaning 2024-02-04 10:47:30 -08:00
settings.html fix(template): webauthn error alert was broken on the settings page 2025-08-11 20:01:53 -07:00
shared_entries.html feat(ui): add user setting to control target="_blank" on links 2025-06-08 21:07:11 -07:00
tag_entries.html feat: combine feed icon handlers to use only externalIconID 2025-03-28 14:29:19 -07:00
unread_entries.html perf(templates): removes superfluous whitespaces in two templates 2025-08-14 19:40:30 -07:00
users.html add alert role to alert message element 2024-02-05 20:14:23 -08:00
webauthn_rename.html add alert role to alert message element 2024-02-05 20:14:23 -08:00