aboutsummaryrefslogtreecommitdiff
path: root/dillorc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-04-06 02:27:54 +0000
committercorvid <corvid@lavabit.com>2010-04-06 02:27:54 +0000
commit6f3fa9135b34e14c5330cb563b136e915d91ecf9 (patch)
treec27e6bd8327c305e062e225ea1e5200c86425db6 /dillorc
parentd632e3c9d3a9fb6e3fd2dd7b28edca99012d7782 (diff)
filter automatic requests
same_domain option in preference so that spying on users isn't so easy.
Diffstat (limited to 'dillorc')
-rw-r--r--dillorc7
1 files changed, 7 insertions, 0 deletions
diff --git a/dillorc b/dillorc
index 7045c269..344bb4bc 100644
--- a/dillorc
+++ b/dillorc
@@ -26,6 +26,13 @@
# (While browsing, this can be changed from the tools/settings menu.)
#parse_embedded_css=YES
+# How should Dillo restrict automatic requests (e.g., redirections,
+# pages containing images or stylesheets)?
+# allow_all
+# same_domain : Permit www.example.org to load an image from img.example.org,
+# but not from the unrelated ad.doubleclick.net.
+#filter_auto_requests=same_domain
+
# Change the buffering scheme for drawing
# 0 no double buffering - useful for debugging
# 1 light buffering using a single back buffer for all windows