diff options
| author | Holger Paradies <retabell@gmx.de> | 2025-12-30 09:27:01 +0100 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2025-12-30 19:48:57 +0100 |
| commit | 9902c4dc1913b29c54e16f9edad99d52e1262af4 (patch) | |
| tree | db4e8d33256ace36e667165c55676e1abe223933 /kanotix-firefox-policies/ff-policies.html | |
| parent | b07574a76e6795e2a4aa06add48d45d013307664 (diff) | |
| download | kanotix-packages-9902c4dc1913b29c54e16f9edad99d52e1262af4.zip kanotix-packages-9902c4dc1913b29c54e16f9edad99d52e1262af4.tar.gz | |
kanotix-ff-policies add local html file
get rid of the online version.
Diffstat (limited to 'kanotix-firefox-policies/ff-policies.html')
| -rw-r--r-- | kanotix-firefox-policies/ff-policies.html | 59 |
1 files changed, 59 insertions, 0 deletions
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 @@ +<!DOCTYPE html> +<!-- Created on 28.08.2024, 12:39:06 --> +<html lang="de"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Policies</title> + <style> +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} +header { + background-color: #6495ed; + color: #fff; + padding: 1rem; + text-align: center; +} +.container { + padding: 2rem; +} +.post { + background-color: #fff; + margin-bottom: 1rem; + padding: 1rem; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); +} + </style> + </head> + <body> + <header> + <h1>Firefox Policies</h1> + <p>Konfiguration von Firefox über policies.json</p> + </header> + <div class="container"> + <div class="post"> + <h2>Grundlagen</h2> + <p>Systemweite Konfiguration unter: <b><tt>/etc/firefox/policies/policies.json</tt></b> (auch firefox-esr)</p> + <p>Alternativ unter: <b><tt>/usr/share/firefox-esr/distribution/policies.json</tt> + </b> (für debian firefox-esr)</p> + <br/><br/> + [Verweise:] + <p><a href="https://support.mozilla.org/de/kb/firefox-mithilfe-der-datei-policiesjson-anpassen">https://support.mozilla.org/de/kb/firefox-mithilfe-der-datei-policiesjson-anpassen</a></p> + <p><a href="https://mozilla.github.io/policy-templates/">https://mozilla.github.io/policy-templates/</a></p> + <br/><br/> + </div> + <div class="post"> + <h2>KANOTIX Konfiguration</h2> + <p>Mit dem Paket kanotix-firefox-polices</p> + <p>entfernen durch purgen des Paketes <kbd><tt>apt purge kanotix-firefox-policies</tt>s</kbd></p> + <p>Aktuelle config Datei (online): <a target="_blank" rel="noopener noreferrer" href="http://git.acritox.com/kanotix-packages/plain/kanotix-firefox-policies/policies.json">KANOTIX policies.json</a></p> + <p><a target="_blank" rel="noopener noreferrer" href="about:policies">about:policies</a></p> + </div> + </div> + </body> +</html> |
