mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
3 Commits
e259e07500
...
0b76b21fa4
Author | SHA1 | Date | |
---|---|---|---|
0b76b21fa4 | |||
69e87bcbe9 | |||
c7a1b064c5 |
@ -46,7 +46,7 @@ repos:
|
|||||||
"\t",
|
"\t",
|
||||||
--no-ensure-ascii,
|
--no-ensure-ascii,
|
||||||
--top-keys,
|
--top-keys,
|
||||||
"Name,name",
|
"Name,name,domain",
|
||||||
]
|
]
|
||||||
- id: check-illegal-windows-names
|
- id: check-illegal-windows-names
|
||||||
|
|
||||||
|
@ -20,7 +20,17 @@
|
|||||||
"sendDNTSignal": true,
|
"sendDNTSignal": true,
|
||||||
"showCounter": true,
|
"showCounter": true,
|
||||||
"showIntroPage": false,
|
"showIntroPage": false,
|
||||||
"socialWidgetReplacementEnabled": true
|
"socialWidgetReplacementEnabled": true,
|
||||||
|
"trackingDomains": [
|
||||||
|
{
|
||||||
|
"domain": "youtube.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "youtube-nocookie.com",
|
||||||
|
"action": "block"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"jid1-ZAdIEUB7XOzOJw@jetpack": {
|
"jid1-ZAdIEUB7XOzOJw@jetpack": {
|
||||||
"hasSeenPostInstall": true
|
"hasSeenPostInstall": true
|
||||||
|
@ -97,7 +97,17 @@
|
|||||||
"sendDNTSignal": true,
|
"sendDNTSignal": true,
|
||||||
"showCounter": true,
|
"showCounter": true,
|
||||||
"showIntroPage": false,
|
"showIntroPage": false,
|
||||||
"socialWidgetReplacementEnabled": true
|
"socialWidgetReplacementEnabled": true,
|
||||||
|
"trackingDomains": [
|
||||||
|
{
|
||||||
|
"domain": "youtube.com",
|
||||||
|
"action": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"domain": "youtube-nocookie.com",
|
||||||
|
"action": "block"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
2
package.json
vendored
2
package.json
vendored
@ -2,6 +2,6 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2025.1.0"
|
"@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"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user