]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Add rel=noopener to target=_blank links 3769/head
authorMatt Burke <burkemw3@gmail.com>
Wed, 7 Nov 2018 03:53:48 +0000 (22:53 -0500)
committerMatt Burke <burkemw3@gmail.com>
Thu, 8 Nov 2018 01:34:54 +0000 (20:34 -0500)
commita22b8043b45b0a5c2859afff90d968300b437c93
treec31b8c80d74b02d16988d3cd10e852339a4cd269
parent078d54411b13e988631821bb15ebc77c252c9601
Add rel=noopener to target=_blank links

From https://developers.google.com/web/tools/lighthouse/audits/noopener:
- new pages will run in separate processes, avoiding any performance
  intermingling impacts
- new pages won't have access to current page's window object via JavaScript
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Entry/share.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig