examples/rules.txt
changeset 33 ba41bfbe87a2
parent 22 822094314703
equal deleted inserted replaced
32:6dc2d52e4b13 33:ba41bfbe87a2
     8 # Force all requests to Google to use SSL
     8 # Force all requests to Google to use SSL
     9 # http://www.google.com/search?q=test --> https://www.google.com/search?q=test
     9 # http://www.google.com/search?q=test --> https://www.google.com/search?q=test
    10 google.com * 302:https://www.google.com
    10 google.com * 302:https://www.google.com
    11 
    11 
    12 # Transparently alter all uploaded images on imgur to be my face:  :)
    12 # Transparently alter all uploaded images on imgur to be my face:  :)
    13 i.imgur.com \.(gif|png|jpg)$ http://www.martini.nu/images/mahlon.jpg
    13 i.imgur.com \.(gif|png|jpg)$ http://www.martini.nu/img/mahlon.jpg
    14 
    14 
    15 # Expand a local, non qualified hostname to a FQDN (useful alongside the
    15 # Expand a local, non qualified hostname to a FQDN (useful alongside the
    16 # 'dns_defnames' squid setting to enforce browser proxy behaviors):
    16 # 'dns_defnames' squid setting to enforce browser proxy behaviors):
    17 local-example * local-example.company.com
    17 local-example * local-example.company.com
    18 
    18