This plugin adds a custom string in front of all external URLs. That is useful for referer remove services.
Compatible with DokuWiki
2009-12-25c
This plugin adds a custom string in front of all external URLs. That is useful for referer remove services.
Similar to refererremove
I created this plugin to remove the HTTP referer most browsers send.
Why should someone want to remove the HTTP referer? I'm running a private wiki, which shouldn't be accessed by unauthorized people. If someone clicks a link in my wiki, the URL would probably transferred to the destination site. With this plugin I try to avoid this.
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
In order to use this plugin, you have to change the renderer_xhtml option in the configuration to linkprefix.
In the plugin configuration you can customize the string to add in front of an URL as you want. Default setting is to point to an included PHP script called redirect.php, which redirects after 1 second to the destination. This way the HTTP referer should be removed.
If you want to use an external service such as anonym.to, you can enter something like: http://anonym.to/?
So nobody complains anything, I guess everything works fine with this plugin :o)