• Members of the previous forum can retrieve their temporary password here, (login and check your PM).

Outbound links

Migrated topic.
Sorry to bump this...

Looking at some newspaper article links and a Limonene supplier thread I thought about this again.

Personally I copy and paste links manually to remove referer info.

Adding anonym.to or similar is very simple and would save undue attention in the case of many links.

In the case of anonym.to all you need to do is include the following to each document:

Code:
<script src="http://js.anonym.to/anonym/anonymize.js" type="text/javascript"></script>

<script type="text/javascript"><!--
protected_links = "";

auto_anonymize();
//--></script>
 
I had actually wondered that myself.

I guess if a solution like that (I don't endorse anonym.to, it's just one I've used on another board) was to be used you would want have a look into the company.

At the extreme end of things services like these could be honey pots, at the less extreme end of things, but nevertheless worrying, how do you know what they do with logfiles?

I don't know the answer to these questions, and haven't looked into them. I could post at the forum I have used and see how they decided to use that service.

A rather more lo-fi technique that was used previously to them setting up the anonymisation service was simply banning live links. Links were previously formatted like

hxxp://link.there/

or by styling links with bold tags or similar. Quite a lot of hassle to moderate, really.

I suppose the safest bet of all would be to find a script, or someone to write one, that would do the anonymisation or link-killing on your server, under your control.
 
Back
Top Bottom