Compare commits
No commits in common. "2f68b25e5342b0ff69858f528b6c85ef59aa3988" and "0fd18deca335e6878cc49cca300b9a11834cfe60" have entirely different histories.
2f68b25e53
...
0fd18deca3
1 changed files with 1 additions and 30 deletions
|
@ -167,35 +167,6 @@ in {
|
|||
# pages built into (such as "page not found"). Setting the policy to
|
||||
# False means Google Chrome never uses alternate error pages.
|
||||
AlternateErrorPagesEnabled = false;
|
||||
|
||||
"3rdparty" = {
|
||||
extensions = {
|
||||
# Ublock Origin
|
||||
cjpalhdlnbpafiamejdnhcphjbkeiagm = {
|
||||
toOverwrite = {
|
||||
filterLists = [
|
||||
# Default UBlock Origin filter lists
|
||||
"user-filters"
|
||||
"ublock-filters"
|
||||
"ublock-badware"
|
||||
"ublock-privacy"
|
||||
"ublock-abuse"
|
||||
"ublock-unbreak"
|
||||
"easylist"
|
||||
"easyprivacy"
|
||||
"urlhaus-1"
|
||||
"plowe-0"
|
||||
|
||||
"https://raw.githubusercontent.com/yokoffing/filterlists/refs/heads/main/privacy_essentials.txt"
|
||||
"https://raw.githubusercontent.com/hagezi/dns-blocklists/refs/heads/main/adblock/pro.plus.mini.txt"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/master/LegitimateURLShortener.txt"
|
||||
"https://raw.githubusercontent.com/yokoffing/filterlists/refs/heads/main/annoyance_list.txt"
|
||||
"https://raw.githubusercontent.com/DandelionSprout/adfilt/refs/heads/master/BrowseWebsitesWithoutLoggingIn.txt"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
extensions = [
|
||||
# NoScript
|
||||
|
@ -219,7 +190,7 @@ in {
|
|||
|
||||
networking.extraHosts =
|
||||
concatStringsSep "\n"
|
||||
<| map (addr: "localhost ${addr}") [
|
||||
<| map (addr: "${addr} localhost") [
|
||||
"rewards.brave.com"
|
||||
"api.rewards.brave.com"
|
||||
"grant.rewards.brave.com"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue