mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 14:49:31 +01:00
browser policies: add wayback machine
This commit is contained in:
parent
16d6a3df09
commit
5149b23598
@ -50,6 +50,10 @@
|
|||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/peertube-companion/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "force_installed"
|
||||||
},
|
},
|
||||||
|
"wayback_machine@mozilla.org": {
|
||||||
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/wayback-machine_new/latest.xpi",
|
||||||
|
"installation_mode": "normal_installed"
|
||||||
|
},
|
||||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "force_installed"
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
- [NoScript](#noscript)
|
- [NoScript](#noscript)
|
||||||
- [Dark Reader](#dark-reader)
|
- [Dark Reader](#dark-reader)
|
||||||
- [Indiewiki Buddy](#indiewiki-buddy)
|
- [Indiewiki Buddy](#indiewiki-buddy)
|
||||||
|
- [Wayback Machine](#wayback-machine)
|
||||||
- [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)
|
||||||
@ -96,6 +97,12 @@ in not so hardened Chromium for a bit due to hardened Firefox being too much
|
|||||||
for my task and there is no reason occassionally needed Chromium shouldn't be
|
for my task and there is no reason occassionally needed Chromium shouldn't be
|
||||||
tolerable for a few minutes.
|
tolerable for a few minutes.
|
||||||
|
|
||||||
|
### [Wayback Machine](https://chrome.google.com/webstore/detail/fpnmgdkabkmnadcjpehmlllkndpkmiak)
|
||||||
|
|
||||||
|
- `fpnmgdkabkmnadcjpehmlllkndpkmiak`
|
||||||
|
|
||||||
|
[web.archive.org](https://web.archive.org) saving and discovering.
|
||||||
|
|
||||||
### [Privacy Manager](https://chrome.google.com/webstore/detail/giccehglhacakcfemddmfhdkahamfcmd)
|
### [Privacy Manager](https://chrome.google.com/webstore/detail/giccehglhacakcfemddmfhdkahamfcmd)
|
||||||
|
|
||||||
- `giccehglhacakcfemddmfhdkahamfcmd`
|
- `giccehglhacakcfemddmfhdkahamfcmd`
|
||||||
|
@ -41,6 +41,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"
|
||||||
},
|
},
|
||||||
|
"fpnmgdkabkmnadcjpehmlllkndpkmiak": {
|
||||||
|
"installation_mode": "normal_installed",
|
||||||
|
"override_update_url": true,
|
||||||
|
"toolbar_pin": "force_pinned",
|
||||||
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
|
},
|
||||||
"giccehglhacakcfemddmfhdkahamfcmd": {
|
"giccehglhacakcfemddmfhdkahamfcmd": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user