aboutsummaryrefslogtreecommitdiff
path: root/dillorc2
diff options
context:
space:
mode:
Diffstat (limited to 'dillorc2')
-rw-r--r--dillorc27
1 files changed, 7 insertions, 0 deletions
diff --git a/dillorc2 b/dillorc2
index 2b18fb74..b87399ea 100644
--- a/dillorc2
+++ b/dillorc2
@@ -100,6 +100,13 @@ search_url="http://www.google.com/search?q=%s"
# Set the domains to access without proxy
#no_proxy = ".hola.com .mynet.cl .hi.de"
+# Set the HTTP Referer information (WARNING: affects privacy)
+# We use the same URI, not the refering page (to avoid cross-site tracking).
+# none : No referer at all (full privacy).
+# host : Default value. Send same URI's hostname (no sensible info is sent).
+# path : same URI is sent (NO PRIVACY).
+http_referer=host
+
#-------------------------------------------------------------------------
# COLORS SECTION