#
# 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

config safe-search 'duckduckgo'
	option enabled 1

config safe-search 'google'
	option enabled 1

# Valid modes for youtube are restrict and restrictmoderate
config safe-search 'youtube'
	option mode 'restrict'
	option enabled 0