2018-10-01 22:03:12 +00:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
|
|
|
|
# This is free software, licensed under the MIT License
|
|
|
|
#
|
|
|
|
# run safe-search-update after making configuration changes.
|
|
|
|
#
|
|
|
|
|
|
|
|
config safe-search 'bing'
|
|
|
|
option enabled 1
|
|
|
|
|
2019-01-17 20:57:59 +00:00
|
|
|
config safe-search 'duckduckgo'
|
|
|
|
option enabled 1
|
|
|
|
|
2018-10-01 22:03:12 +00:00
|
|
|
config safe-search 'google'
|
|
|
|
option enabled 1
|
|
|
|
|
|
|
|
# Valid modes for youtube are restrict and restrictmoderate
|
|
|
|
config safe-search 'youtube'
|
|
|
|
option mode 'restrict'
|
2021-01-11 17:59:46 +00:00
|
|
|
option enabled 0
|