packages/net/safe-search/files/safe-search.conf

21 lines
466 B
Text
Raw Normal View History

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