diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/surf-display.default | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/surf-display.default b/examples/surf-display.default index fef5e5b..789e5a6 100644 --- a/examples/surf-display.default +++ b/examples/surf-display.default @@ -33,19 +33,6 @@ DEFAULT_WWW_URI="file:///usr/share/surf-display/empty-page.html" # screensaver settings, see "man 1 xset" for possible options #SCREENSAVER_SETTINGS="" -# URI blocklist, URLs that the Surf Browser should block (default: unset) -# If URI blocklist is unset, the surf-display script will tell -# the Surf Browser 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 browser sessions while keeping # scrolling wheels' functionality intact... (consider "pointer" subcommand on # xmodmap man page for details). |