Don't use @referrer@ as link target. If the referrer isn't
authorFabian Keil <fk@fabiankeil.de>
Thu, 31 Aug 2006 10:28:29 +0000 (10:28 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 31 Aug 2006 10:28:29 +0000 (10:28 +0000)
set, the link is invalid. If the user really wants
to go back, she can use the browser's back button.

templates/untrusted

index bc09524..61f23b6 100644 (file)
         <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>