blob: 48eaa68ce81fe2907823623a728803ac1961748f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#
# 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
|