diff options
author | Holger Paradies <retabell@gmx.de> | 2024-08-30 10:44:03 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-08-30 10:44:03 +0200 |
commit | eb0d5711c136bee4924cd9de1f7d8fff1fdf29ca (patch) | |
tree | 3c3cc36219a6381e5ca1efa736f5447c9c29c9d4 /kanotix-firefox-policies/policies.json | |
parent | a9b35437c98c18cc308e4383d974df33b8b60c28 (diff) | |
download | kanotix-packages-eb0d5711c136bee4924cd9de1f7d8fff1fdf29ca.zip kanotix-packages-eb0d5711c136bee4924cd9de1f7d8fff1fdf29ca.tar.gz |
Provides some configs for firefox-esr
Mostly relevant at first run
Diffstat (limited to 'kanotix-firefox-policies/policies.json')
-rw-r--r-- | kanotix-firefox-policies/policies.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kanotix-firefox-policies/policies.json b/kanotix-firefox-policies/policies.json new file mode 100644 index 0000000..917a5a4 --- /dev/null +++ b/kanotix-firefox-policies/policies.json @@ -0,0 +1,16 @@ +{ + "policies": { + "SupportMenu": { + "Title": "About Kanotix config", + "URL": "https://kanotix.de/files/ff-policies" + }, + "DisplayMenuBar": "default-on", + "DisplayBookmarksToolbar": true, + "SearchBar": "separate", + "Preferences": { + "browser.fixup.dns_first_for_single_words": true + }, + "OverridePostUpdatePage": "", + "NetworkPrediction": false + } +} |