diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-06 16:43:02 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-06-06 16:43:02 +0200 |
commit | 2ef255ced8a965e27d63889fe96914b7c03eb3eb (patch) | |
tree | e322b870ec8d293c484eeaf5ec3a49a0afea237c /examples | |
parent | bfa6b5980df11f95cf5f62b891d5755c9056d89e (diff) | |
download | surf-display-2ef255ced8a965e27d63889fe96914b7c03eb3eb.tar.gz surf-display-2ef255ced8a965e27d63889fe96914b7c03eb3eb.tar.bz2 surf-display-2ef255ced8a965e27d63889fe96914b7c03eb3eb.zip |
surf-display: surf does not support filtering natively in the current upstream release. Using a local tinyproxy might be more effective anyway.
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). |