From ed7c53b8696f14317e03a4efe8ef760fd957e562 Mon Sep 17 00:00:00 2001 From: Bobby Wibowo Date: Wed, 25 Apr 2018 21:24:31 +0700 Subject: [PATCH] Updated _globals.njk I forgot to add 'rel="noopener"' here. --- views/_globals.njk | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/views/_globals.njk b/views/_globals.njk index d4a84f3..d4efbe2 100644 --- a/views/_globals.njk +++ b/views/_globals.njk @@ -45,7 +45,8 @@ attrs: { title: 'Chrome extension', href: 'https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj', - target: '_blank' + target: '_blank', + rel: 'noopener' }, icon: 'icon-chrome icon-2x' }, @@ -53,7 +54,8 @@ attrs: { title: 'Firefox extension', href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases', - target: '_blank' + target: '_blank', + rel: 'noopener' }, icon: 'icon-firefox icon-2x' }, @@ -61,7 +63,8 @@ attrs: { title: 'Bash uploader', href: 'https://github.com/BobbyWibowo/uguush/tree/lolisafe-kde', - target: '_blank' + target: '_blank', + rel: 'noopener' }, icon: 'icon-terminal icon-2x' }, @@ -83,7 +86,8 @@ attrs: { title: 'View on GitHub', href: 'https://github.com/BobbyWibowo/lolisafe', - target: '_blank' + target: '_blank', + rel: 'noopener' }, icon: 'icon-github-circled icon-2x' }