From 07d3317514058121595d33fd336ea0863d1b10ba Mon Sep 17 00:00:00 2001 From: Opliko <25460763+oplik0@users.noreply.github.com> Date: Fri, 27 Dec 2019 18:41:53 +0000 Subject: [PATCH] Add rel="noopener" It's a good practice to make target="_blank" links to cross-origin destination not give any control over original window to the site that's opened if it's not needed. And it's not needed here. Also, lighthouse complains about it, so this small change will improve the "Best Practices" score there :) --- templates/partials/cookie-consent.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/partials/cookie-consent.tpl b/templates/partials/cookie-consent.tpl index 8bf4daf..94e8cf1 100644 --- a/templates/partials/cookie-consent.tpl +++ b/templates/partials/cookie-consent.tpl @@ -1,4 +1,4 @@
\ No newline at end of file + {message} {link} +