From 2ef255ced8a965e27d63889fe96914b7c03eb3eb Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 6 Jun 2017 16:43:02 +0200 Subject: surf-display: surf does not support filtering natively in the current upstream release. Using a local tinyproxy might be more effective anyway. --- examples/surf-display.default | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'examples') 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). -- cgit v1.2.3