Don’t link to pages directly, use fproxy’s referrer-clearing.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 12 Nov 2010 11:56:57 +0000 (12:56 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 12 Nov 2010 11:56:57 +0000 (12:56 +0100)
src/main/resources/templates/about.html
src/main/resources/templates/include/tail.html

index b4ad622..96f4c8e 100644 (file)
@@ -9,7 +9,7 @@
                Flattr button at the bottom of each page. Flattr is a non-anonymous
                micro payment that acts like an internet tip jar where the amount
                each user spends is limited (lowest being 2 € per month). More
-               information can be found on <a href="https://www.flattr.com/"
+               information can be found on <a href="/?_CHECKED_HTTP_=https://www.flattr.com/"
                title="Flattr Homepage" target="_blank">flattr.com</a>.
        </p>
 
@@ -30,7 +30,7 @@
     <p>
            You should have received a copy of the GNU General Public License
            along with this program.  If not, see
-           <a href="http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
+           <a href="/?_CHECKED_HTTP_=http://www.gnu.org/licenses/">www.gnu.org/licenses</a>.
     </p>
 
 <%include include/tail.html>
index 6666c58..180bcf2 100644 (file)
@@ -3,7 +3,7 @@
 
        <div id="tail">
                <div class="flattr-button">
-                       <a href="http://flattr.com/thing/81996/Sone-The-Freenet-Social-Network-Plugin" target="_blank">
+                       <a href="/?_CHECKED_HTTP_=http://flattr.com/thing/81996/Sone-The-Freenet-Social-Network-Plugin" target="_blank">
                                <img src="images/flattr-badge-large.png" alt="Flattr Sone" title="Flattr Sone" />
                        </a>
                </div>