<?xml version="1.0" encoding="UTF-8" ?>
<safesquid>
    <redirect>
        <enabled>true</enabled>
        <redirect>
            <enabled>true</enabled>
            <comment>This will send a template when /proxy.pac is requests to configure the browser to use the proxy</comment>
            <profiles></profiles>
            <url>^/proxy.pac$</url>
            <redirect>/safesquid.cfg/template/proxy.pac</redirect>
            <port></port>
            <send302>false</send302>
            <options></options>
            <which>url</which>
        </redirect>
        <redirect>
            <enabled>true</enabled>
            <comment>bypass most link-tracking scripts (this is known to cause problems with some sites)</comment>
            <profiles>anti-link-tracker</profiles>
            <url>(&amp;|\?|=|/)http://([^&amp;]+)</url>
            <redirect>http://$2</redirect>
            <port></port>
            <send302>true</send302>
            <options>decodeafter</options>
            <which>url</which>
        </redirect>
        <redirect>
            <enabled>true</enabled>
            <comment>bypass sourceforge mirror selection</comment>
            <profiles></profiles>
            <url>http://prdownloads.sourceforge.net/([^\?]+)</url>
            <redirect>http://telia.dl.sourceforge.net/$1</redirect>
            <port></port>
            <send302>true</send302>
            <options></options>
            <which>url</which>
        </redirect>
    </redirect>
</safesquid>

