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

  1. #
  2. # Copyright (c) 2018 Gregory L. Dietsche <Gregory.Dietsche@cuw.edu>
  3. # This is free software, licensed under the MIT License
  4. #
  5. # run safe-search-update after making configuration changes.
  6. #
  7. config safe-search 'bing'
  8. option enabled 1
  9. config safe-search 'duckduckgo'
  10. option enabled 1
  11. config safe-search 'google'
  12. option enabled 1
  13. # Valid modes for youtube are restrict and restrictmoderate
  14. config safe-search 'youtube'
  15. option enabled 0
  16. option mode 'restrict'