disable yt safesearch
This commit is contained in:
parent
cc3fa1c38e
commit
ae26c08611
1 changed files with 4 additions and 1 deletions
|
|
@ -43,7 +43,10 @@ in {
|
||||||
parental_enabled = true;
|
parental_enabled = true;
|
||||||
rewrites_enabled = true;
|
rewrites_enabled = true;
|
||||||
filtering_enabled = true;
|
filtering_enabled = true;
|
||||||
safe_search.enabled = true;
|
safe_search = {
|
||||||
|
enabled = true;
|
||||||
|
youtube = false;
|
||||||
|
};
|
||||||
rewrites = map (e: {
|
rewrites = map (e: {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
domain = builtins.elemAt e 0;
|
domain = builtins.elemAt e 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue