mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "22426e858c4bffd97f291b5e74aca24583377552" and "a7dbb809a65fb130a3acb2a11399388956124c6e" have entirely different histories.
22426e858c
...
a7dbb809a6
@ -37,7 +37,7 @@ defaultPref("privacy.resistFingerprinting", true);
|
|||||||
defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
|
defaultPref("privacy.resistFingerprinting.testGranularityMask", 4);
|
||||||
defaultPref(
|
defaultPref(
|
||||||
"privacy.resistFingerprinting.exemptedDomains",
|
"privacy.resistFingerprinting.exemptedDomains",
|
||||||
"jarkkaa.fi,*.element.io,*.google.com,*.pikaviestin.fi,*.envs.net,*.wikimedia.org,*.wikipedia.org,*.duckduckgo.com,*.blesmrt.net,*.piraatit.fi,*.piraattipuolue.fi",
|
"jarkkaa.fi,*.element.io,*.google.com,*.pikaviestin.fi,*.envs.net,*.wikimedia.org,*.wikipedia.org,*.duckduckgo.com",
|
||||||
);
|
);
|
||||||
|
|
||||||
// Enable letterboxing
|
// Enable letterboxing
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Firefox `policies.json`
|
# Firefox `policies.json`
|
||||||
|
|
||||||
- https://mozilla.github.io/policy-templates/
|
|
||||||
|
|
||||||
The file is pretty self-explanatory, but I prefer Chromium way of handling
|
The file is pretty self-explanatory, but I prefer Chromium way of handling
|
||||||
enterprise policies since it allows me to cut them to multiple different files
|
enterprise policies since it allows me to cut them to multiple different files
|
||||||
per whatever I am doing.
|
per whatever I am doing.
|
||||||
@ -16,6 +14,7 @@ per whatever I am doing.
|
|||||||
- [Extensions](#extensions)
|
- [Extensions](#extensions)
|
||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [Search engines](#search-engines)
|
- [Search engines](#search-engines)
|
||||||
|
- [See also](#see-also)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -50,3 +49,7 @@ See also:
|
|||||||
|
|
||||||
But who cares? Anyway thus DuckDuckGo extension is installed by default so
|
But who cares? Anyway thus DuckDuckGo extension is installed by default so
|
||||||
when testing this policy I won't have to see Google.
|
when testing this policy I won't have to see Google.
|
||||||
|
|
||||||
|
## See also
|
||||||
|
|
||||||
|
- https://mozilla.github.io/policy-templates/
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Chromium policies
|
# Chromium policies
|
||||||
|
|
||||||
- https://chromeenterprise.google/policies/
|
|
||||||
|
|
||||||
<!-- editorconfig-checker-disable -->
|
<!-- editorconfig-checker-disable -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user