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).