equal
deleted
inserted
replaced
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 |