You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
466 B

#
# 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 enabled 0
option mode 'restrict'