Compare commits

...

3 Commits

Author SHA1 Message Date
0b76b21fa4
update node & pnpm 2025-02-04 12:30:51 +02:00
69e87bcbe9
{chromium,firefox,pre-commit}: consider domain as json top level key 2025-02-04 11:56:32 +02:00
c7a1b064c5
{chromium,firefox}: PrivacyBadger: block YouTube for widget replacements to happen
This does nothing until the next release of Privacy Badger"
2025-02-04 11:47:30 +02:00
5 changed files with 25 additions and 5 deletions

2
.nvmrc
View File

@ -1 +1 @@
lts/*
stable

View File

@ -46,7 +46,7 @@ repos:
"\t",
--no-ensure-ascii,
--top-keys,
"Name,name",
"Name,name,domain",
]
- id: check-illegal-windows-names

View File

@ -20,7 +20,17 @@
"sendDNTSignal": true,
"showCounter": true,
"showIntroPage": false,
"socialWidgetReplacementEnabled": true
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "youtube.com",
"action": "block"
},
{
"domain": "youtube-nocookie.com",
"action": "block"
}
]
},
"jid1-ZAdIEUB7XOzOJw@jetpack": {
"hasSeenPostInstall": true

View File

@ -97,7 +97,17 @@
"sendDNTSignal": true,
"showCounter": true,
"showIntroPage": false,
"socialWidgetReplacementEnabled": true
"socialWidgetReplacementEnabled": true,
"trackingDomains": [
{
"domain": "youtube.com",
"action": "block"
},
{
"domain": "youtube-nocookie.com",
"action": "block"
}
]
}
}
},

2
package.json vendored
View File

@ -2,6 +2,6 @@
"devDependencies": {
"@aminda/global-prettier-config": "2025.1.0"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"packageManager": "pnpm@10.2.0+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
"prettier": "@aminda/global-prettier-config"
}