From 9902c4dc1913b29c54e16f9edad99d52e1262af4 Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Tue, 30 Dec 2025 09:27:01 +0100 Subject: kanotix-ff-policies add local html file get rid of the online version. --- .../debian/kanotix-firefox-policies.install | 1 + kanotix-firefox-policies/ff-policies.html | 59 ++++++++++++++++++++++ kanotix-firefox-policies/policies.json | 2 +- kanotix-firefox-policies/policies.json.more | 2 +- 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 kanotix-firefox-policies/ff-policies.html diff --git a/kanotix-firefox-policies/debian/kanotix-firefox-policies.install b/kanotix-firefox-policies/debian/kanotix-firefox-policies.install index 8a3bd5e..97060c0 100644 --- a/kanotix-firefox-policies/debian/kanotix-firefox-policies.install +++ b/kanotix-firefox-policies/debian/kanotix-firefox-policies.install @@ -1,2 +1,3 @@ policies.json usr/share/firefox-esr/distribution/ #polices.json etc/firefox/policies/ +ff-policies.html usr/share/doc/kanotix-firefox-policies/ diff --git a/kanotix-firefox-policies/ff-policies.html b/kanotix-firefox-policies/ff-policies.html new file mode 100644 index 0000000..d4ecdad --- /dev/null +++ b/kanotix-firefox-policies/ff-policies.html @@ -0,0 +1,59 @@ + + + + + + + Policies + + + +
+

Firefox Policies

+

Konfiguration von Firefox über policies.json

+
+
+
+

Grundlagen

+

Systemweite Konfiguration unter: /etc/firefox/policies/policies.json (auch firefox-esr)

+

Alternativ unter: /usr/share/firefox-esr/distribution/policies.json + (für debian firefox-esr)

+

+ [Verweise:] +

https://support.mozilla.org/de/kb/firefox-mithilfe-der-datei-policiesjson-anpassen

+

https://mozilla.github.io/policy-templates/

+

+
+
+

KANOTIX Konfiguration

+

Mit dem Paket kanotix-firefox-polices

+

entfernen durch purgen des Paketes apt purge kanotix-firefox-policiess

+

Aktuelle config Datei (online): KANOTIX policies.json

+

about:policies

+
+
+ + diff --git a/kanotix-firefox-policies/policies.json b/kanotix-firefox-policies/policies.json index 917a5a4..f47f04a 100644 --- a/kanotix-firefox-policies/policies.json +++ b/kanotix-firefox-policies/policies.json @@ -2,7 +2,7 @@ "policies": { "SupportMenu": { "Title": "About Kanotix config", - "URL": "https://kanotix.de/files/ff-policies" + "URL": "file:/usr/share/doc/kanotix-firefox-policies/ff-policies.html" }, "DisplayMenuBar": "default-on", "DisplayBookmarksToolbar": true, diff --git a/kanotix-firefox-policies/policies.json.more b/kanotix-firefox-policies/policies.json.more index 95cfc9a..5e5edee 100644 --- a/kanotix-firefox-policies/policies.json.more +++ b/kanotix-firefox-policies/policies.json.more @@ -2,7 +2,7 @@ "policies": { "SupportMenu": { "Title": "About Kanotix config", - "URL": "https://kanotix.de/files/ff-policies" + "URL": "file:/usr/share/doc/kanotix-firefox-policies/ff-policies.html" }, "DisplayMenuBar": "default-on", "DisplayBookmarksToolbar": true, -- cgit v1.0