midori-display.default: Be more explanatory about the different URI_BLOCKLIST meanings.

This commit is contained in:
Mike Gabriel 2017-03-24 17:10:30 +01:00
parent 1010831be7
commit 96f102d688
1 changed files with 11 additions and 1 deletions

View File

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