From 9c165f4ce96b96ac0d77d6d86ebf21ca49405f1c Mon Sep 17 00:00:00 2001 From: mattab Date: Thu, 27 Nov 2014 16:05:39 +1300 Subject: Fixes #3147 Add rel="noreferrer" to all outgoing links . This works in Firefox so far and only for "left clicks". Not perfect, but hopefully other browsers will implement this in the future, as it's a useful privacy enhancing feature! --- plugins/PrivacyManager/templates/privacySettings.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/PrivacyManager/templates') diff --git a/plugins/PrivacyManager/templates/privacySettings.twig b/plugins/PrivacyManager/templates/privacySettings.twig index 588e0537c3..dc989fbf04 100644 --- a/plugins/PrivacyManager/templates/privacySettings.twig +++ b/plugins/PrivacyManager/templates/privacySettings.twig @@ -6,7 +6,7 @@

{{ 'PrivacyManager_TeaserHeadline'|translate }}

{{ 'PrivacyManager_Teaser'|translate('',"",'',"",'',"")|raw }} - {{'PrivacyManager_SeeAlsoOurOfficialGuidePrivacy'|translate('','')|raw }}

+ {{'PrivacyManager_SeeAlsoOurOfficialGuidePrivacy'|translate('','')|raw }}

{{ 'PrivacyManager_UseAnonymizeIp'|translate }}

@@ -118,7 +118,7 @@ {% set deleteLogDescription %} {{ 'PrivacyManager_DeleteLogDescription2'|translate|raw }} - + {{ 'General_ClickHere'|translate }} {% endset %} @@ -307,7 +307,7 @@ {% set iframeOptOut %}{% endset %} {{ iframeOptOut|e('html') }}
- {{ 'CoreAdminHome_OptOutExplanationBis'|translate("","")|raw }} + {{ 'CoreAdminHome_OptOutExplanationBis'|translate("","")|raw }}

-- cgit v1.2.3