Compare commits

...

6 Commits

6 changed files with 58 additions and 3 deletions

View File

@ -4,6 +4,12 @@
"Extensions": { "Extensions": {
"jid1-MnnxcxisBPnSXQ-eff@jetpack": { "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [
"app.element.io",
"staging.element.io",
"develop.element.io",
"chat.pikaviestin.fi"
],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
"sendDNTSignal": true, "sendDNTSignal": true,

View File

@ -18,6 +18,7 @@
- [Privacy Manager](#privacy-manager) - [Privacy Manager](#privacy-manager)
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read) - [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
- [Fedora User Agent](#fedora-user-agent) - [Fedora User Agent](#fedora-user-agent)
- [Chrome Remote Desktop](#chrome-remote-desktop)
- [Bias Finder](#bias-finder) - [Bias Finder](#bias-finder)
- [Snowflake](#snowflake) - [Snowflake](#snowflake)
- [AdNauseam](#adnauseam) - [AdNauseam](#adnauseam)
@ -122,6 +123,17 @@ incognito is disabled (which again is not great idea for quick guest access?)
Communicates websites that Ubuntu isn't the only Linux distribution and makes Communicates websites that Ubuntu isn't the only Linux distribution and makes
some offer rpm packages directly. some offer rpm packages directly.
### [Chrome Remote Desktop](https://chrome.google.com/webstore/detail/inomeogfingihgjfjlpeplalcfajhgai)
- `inomeogfingihgjfjlpeplalcfajhgai`
Remote support integrated to Chrome.
The additional component is:
- Debian: `https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb`
- Others: _unsupported_
### [Bias Finder](https://chromewebstore.google.com/detail/jojjlkfeofgcjeanbpghcapjcccbakop) ### [Bias Finder](https://chromewebstore.google.com/detail/jojjlkfeofgcjeanbpghcapjcccbakop)
Political bias of English language media sites powered by allsides.com Political bias of English language media sites powered by allsides.com

View File

@ -3,6 +3,12 @@
"extensions": { "extensions": {
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": {
"checkForDNTPolicy": true, "checkForDNTPolicy": true,
"disabledSites": [
"app.element.io",
"staging.element.io",
"develop.element.io",
"chat.pikaviestin.fi"
],
"learnInIncognito": true, "learnInIncognito": true,
"learnLocally": true, "learnLocally": true,
"sendDNTSignal": true, "sendDNTSignal": true,
@ -23,9 +29,9 @@
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"runtime_allowed_hosts": [ "runtime_allowed_hosts": [
"*://*.duckduckgo.com/*", "*://*.duckduckgo.com",
"*://*.google.com", "*://*.google.com",
"*://*.bing.com/*" "*://*.bing.com"
], ],
"runtime_blocked_hosts": [ "runtime_blocked_hosts": [
"<all_urls>" "<all_urls>"
@ -53,7 +59,7 @@
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"runtime_allowed_hosts": [ "runtime_allowed_hosts": [
"*://*.archive.org/*" "*://*.archive.org"
], ],
"runtime_blocked_hosts": [ "runtime_blocked_hosts": [
"<all_urls>" "<all_urls>"
@ -79,6 +85,12 @@
"toolbar_pin": "default_unpinned", "toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"inomeogfingihgjfjlpeplalcfajhgai": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"jojjlkfeofgcjeanbpghcapjcccbakop": { "jojjlkfeofgcjeanbpghcapjcccbakop": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,

View File

@ -0,0 +1,8 @@
# Fedora
%wheel ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%wheel ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service
# Debian
%sudo ALL=NOPASSWD: /bin/systemctl stop teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl start teamviewerd.service
%sudo ALL=NOPASSWD: /bin/systemctl restart teamviewerd.service

View File

@ -0,0 +1,7 @@
# This is only required because of NordVPN
net.ipv6.conf.all.disable_ipv6 = 0
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.lo.disable_ipv6 = 0
net.ipv6.conf.tun0.disable_ipv6 = 0
net.ipv6.conf.nordlynx.disable_ipv6 = 0
net.ipv6.conf.yggdrasil.disable_ipv6 = 0

View File

@ -0,0 +1,10 @@
# This is directly what https://www.teamviewer.com/en/download/linux/ gives
# minus these two lines of comments.
[teamviewer]
name=TeamViewer - $basearch
baseurl=https://linux.teamviewer.com/yum/stable/main/binary-$basearch/
gpgkey=https://linux.teamviewer.com/pubkey/currentkey.asc
gpgcheck=1
repo_gpgcheck=1
enabled=1
type=rpm-md