From 590a16ed72db56f26c26a03e3400b0794d5016f6 Mon Sep 17 00:00:00 2001 From: EdOverflow Date: Mon, 19 Dec 2016 20:24:04 +0100 Subject: [PATCH] Add rel="noopener noreferrer" to target="_blank". This should be added as a precaution against reverse tabnabbing. For more information, please refer to the following article: https://www.jitbit.com/alexblog/256-targetblank---the-most-underestimated-vulnerability-ever/ --- templates/profile-edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/profile-edit.html b/templates/profile-edit.html index cbb660ef32..dcdb81e1ca 100644 --- a/templates/profile-edit.html +++ b/templates/profile-edit.html @@ -21,8 +21,8 @@

{{ _("Statement") }}

{{ _("Markdown supported.") }} - {{ _("What is markdown?") }} - ({{ _("View source.") }}) + {{ _("What is markdown?") }} + ({{ _("View source.") }})