task | formating
This commit is contained in:
parent
79ec2ece50
commit
d2e3e094f8
1 changed files with 2 additions and 6 deletions
|
|
@ -214,9 +214,7 @@
|
|||
content = {
|
||||
autoplay = false;
|
||||
blocking = {
|
||||
hosts = {
|
||||
block_subdomains = true;
|
||||
};
|
||||
hosts = { block_subdomains = true; };
|
||||
adblock = {
|
||||
lists = [
|
||||
"https://secure.fanboy.co.nz/fanboy-annoyance.txt"
|
||||
|
|
@ -226,9 +224,7 @@
|
|||
};
|
||||
enabled = true;
|
||||
};
|
||||
cookies = {
|
||||
accept = "no-3rdparty";
|
||||
};
|
||||
cookies = { accept = "no-3rdparty"; };
|
||||
};
|
||||
dns_prefetch = false;
|
||||
local_content_can_access_remote_urls = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue