task | formating

This commit is contained in:
Don Harper 2024-12-15 21:01:10 -06:00
parent 79ec2ece50
commit d2e3e094f8

View file

@ -214,9 +214,7 @@
content = { content = {
autoplay = false; autoplay = false;
blocking = { blocking = {
hosts = { hosts = { block_subdomains = true; };
block_subdomains = true;
};
adblock = { adblock = {
lists = [ lists = [
"https://secure.fanboy.co.nz/fanboy-annoyance.txt" "https://secure.fanboy.co.nz/fanboy-annoyance.txt"
@ -226,9 +224,7 @@
}; };
enabled = true; enabled = true;
}; };
cookies = { cookies = { accept = "no-3rdparty"; };
accept = "no-3rdparty";
};
}; };
dns_prefetch = false; dns_prefetch = false;
local_content_can_access_remote_urls = true; local_content_can_access_remote_urls = true;