mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-02 04:07:20 +02:00
Compare commits
6 Commits
e65e0634a2
...
fcc76110cc
Author | SHA1 | Date | |
---|---|---|---|
fcc76110cc | |||
25f9541f6c | |||
434045a71d | |||
6dcc2452f4 | |||
680f9d12e8 | |||
6418387e20 |
@ -145,7 +145,7 @@
|
||||
],
|
||||
[
|
||||
"parseAllABPHideFilters",
|
||||
"true"
|
||||
"false"
|
||||
],
|
||||
[
|
||||
"suspendUntilListsAreLoaded",
|
||||
@ -369,7 +369,7 @@
|
||||
"blocked_install_message": "uBlock Origin",
|
||||
"default_area": "navbar",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
|
||||
"installation_mode": "force_installed",
|
||||
"installation_mode": "normal_installed",
|
||||
"private_browsing": true,
|
||||
"restricted_domains": []
|
||||
},
|
||||
|
@ -100,7 +100,7 @@
|
||||
],
|
||||
[
|
||||
"parseAllABPHideFilters",
|
||||
"true"
|
||||
"false"
|
||||
],
|
||||
[
|
||||
"suspendUntilListsAreLoaded",
|
||||
@ -221,6 +221,13 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"apmicgkbejflkgeljipcebaoeigmangd": {
|
||||
"blocked_install_message": "Keep Awake (Display | System)",
|
||||
"installation_mode": "allowed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
||||
"blocked_install_message": "DuckDuckGo (Chrome Web Store)",
|
||||
"installation_mode": "allowed",
|
||||
@ -264,8 +271,8 @@
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"ddkjiahejlhfcafbddmgiahcphecmpfh": {
|
||||
"blocked_install_message": "uBlock Origin Lite. Force installed simultaneously with uBlock Origin for the transition period after which uBo is removed.",
|
||||
"installation_mode": "force_installed",
|
||||
"blocked_install_message": "uBlock Origin Lite",
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
@ -375,6 +382,20 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"ldpochfccmkkmhdbclfhpagapcfdljkj": {
|
||||
"blocked_install_message": "DecentralEyes (ManifestV3?)",
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"lncamcnihkpmnbpioiooedpmmpaaohnb": {
|
||||
"blocked_install_message": "Battery Status",
|
||||
"installation_mode": "allowed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||
"blocked_install_message": "Tor Snowflake",
|
||||
"installation_mode": "allowed",
|
||||
@ -397,7 +418,7 @@
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
},
|
||||
"njdfdhgcmkocbgbhcioffdbicglldapd": {
|
||||
"blocked_install_message": "LocalCDN",
|
||||
"blocked_install_message": "LocalCDN (ManifestV2?)",
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"toolbar_pin": "force_pinned",
|
||||
|
10
etc/systemd/resolved.conf.d/91-localhost.conf
Normal file
10
etc/systemd/resolved.conf.d/91-localhost.conf
Normal file
@ -0,0 +1,10 @@
|
||||
[Resolve]
|
||||
DNS=
|
||||
DNS=::1 127.0.0.1
|
||||
FallbackDNS=
|
||||
FallbackDNS=::1 127.0.0.1
|
||||
Domains=~.
|
||||
DNSSEC=false
|
||||
DNSOverTLS=false
|
||||
Cache=false
|
||||
# vim: filetype=systemd
|
Loading…
x
Reference in New Issue
Block a user