From 96f102d6884483c090dbb97a864367d167482414 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 24 Mar 2017 17:10:30 +0100 Subject: [PATCH] midori-display.default: Be more explanatory about the different URI_BLOCKLIST meanings. --- examples/midori-display.default | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/midori-display.default b/examples/midori-display.default index cd4c00b..49ad327 100644 --- a/examples/midori-display.default +++ b/examples/midori-display.default @@ -33,9 +33,19 @@ DEFAULT_WWW_URI="file:///usr/share/doc/midori-display/midori-display.html" # screensaver settings, see "man 1 xset" for possible options #SCREENSAVER_SETTINGS="" -# URI blocklist, URLs that Midori should block +# URI blocklist, URLs that Midori should block (default: unset) +# If URI blocklist is unset, the midori-display script will tell +# Midori to block access to all other servers except the one in +# the WWW_URI. +# (i.e. URI_BLOCKLIST='^((?!'$URI_TYPE'.*'$WWW_SERVER'/).).*$') +#unset URI_BLOCKLIST + +# Other example: block some famous data collection sites #URI_BLOCKLIST=".*(facebook|google|apple|microsoft|twitter)[^/]+/.*" +# Or allow access to all sites on the internet +#URI_BLOCKLIST="" + # disable right and middle pointer device click in Midori sessions while keeping # scrolling wheels' functionality intact... (consider "pointer" subcommand on # xmodmap man page for details).