From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 31 Aug 2006 10:28:29 +0000 (+0000)
Subject: Don't use @referrer@ as link target. If the referrer isn't
X-Git-Tag: v_3_0_5~121
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@url@?a=commitdiff_plain;h=b1772bde031c0e5c6a02a0cfc405d1858b29ae1e;p=privoxy.git

Don't use @referrer@ as link target. If the referrer isn't
set, the link is invalid. If the user really wants
to go back, she can use the browser's back button.
---

diff --git a/templates/untrusted b/templates/untrusted
index bc09524b..61f23b64 100644
--- a/templates/untrusted
+++ b/templates/untrusted
@@ -126,7 +126,7 @@
         <h2>Request for untrusted URL</h2>
         <p>Your request for <b>@protocol@@hostport@@path@</b> was blocked,
           because neither the request URL itself, nor its referrer
-          (<a href="@referrer@">@referrer@</a>) were trusted.
+          (<b>@referrer@</b>) were trusted.
         </p>
 <!-- @if-force-support-start -->
         <p>(You can <a href="@protocol@@hostport@@force-prefix@@path@">go there anyway</a>.)</p>