From 1f0f6efbc4d8d18adaed29f343e8c69d7fbb5368 Mon Sep 17 00:00:00 2001
From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 8 Jul 2019 15:44:55 -0500
Subject: [PATCH] LocalFileLinks
---
README.md | 32 ++++++++++++++++++++++++++++++++
windows/de-DE/firefox.adml | 7 +++++++
windows/en-US/firefox.adml | 7 +++++++
windows/es-ES/firefox.adml | 7 +++++++
windows/firefox.admx | 7 +++++++
windows/fr-FR/firefox.adml | 7 +++++++
windows/it-IT/firefox.adml | 7 +++++++
7 files changed, 74 insertions(+)
diff --git a/README.md b/README.md
index 3c3bd62..fc0e944 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
| **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
| **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
+| **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
| **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
| **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
| **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
@@ -1455,6 +1456,37 @@ Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
}
}
```
+### LocalFileLinks
+Enable linking to local files by origin.
+
+**Compatibility:** Firefox 68, Firefox ESR 68\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `capability.policy.localfilelinks.*`
+
+#### Windows
+```
+Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
+Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
+```
+#### macOS
+```
+
+ LocalFileLinks
+
+ http://example.org
+ http://example.edu
+
+
+```
+#### JSON
+```
+{
+ "policies": {
+ "LocalFileLinks": ["http://example.org/",
+ "http://example.edu/"]
+ }
+}
+```
### NoDefaultBookmarks
Disable the creation of default bookmarks.
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index efcd78d..5fc6cec 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -207,6 +207,10 @@ Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, werden
Wenn Sie die Richtlinieneinstellung deaktivieren, wird die Hardware-Beschleunigung deaktiviert.
Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, wird die Hardware-Beschleunigung aktiviert.
+ Local File Links
+ If this policy is enabled, you can specify origins where linking to local files is allowed.
+
+If this policy is disabled or not configured, websites can't link to local files.
Network Prediction
Wenn Sie die Richtlinieneinstellung deaktivieren, wird Network Prediction (DNS prefetching) deaktiviert.
@@ -703,6 +707,9 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T
+
+
+
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 509c7b4..6ce3b79 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -208,6 +208,10 @@ If this policy is enabled or not configured, extensions will be updated automati
If this policy is disabled, hardware acceleration and cannot be enabled.
If this policy is enabled or not configured, hardware acceleration is enabled.
+ Local File Links
+ If this policy is enabled, you can specify origins where linking to local files is allowed.
+
+If this policy is disabled or not configured, websites can't link to local files.
Network Prediction
If this policy is disabled, network prediction (DNS prefetching) will be disabled.
@@ -704,6 +708,9 @@ If this policy is disabled or not configured, Firefox defaults to a maximum of T
+
+
+
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index 5fac054..fe29379 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -206,6 +206,10 @@ Si esta polÃtica está habilitada o no está configurada, las extensiones se ac
Si esta polÃtica está deshabilitada, la aceleración de hardware no se puede habilitar.
Si esta polÃtica está habilitada o no está configurada, la aceleración por hardware está habilitada.
+ Local File Links
+ If this policy is enabled, you can specify origins where linking to local files is allowed.
+
+If this policy is disabled or not configured, websites can't link to local files.
Predicción de red
Si esta polÃtica está deshabilitada, la predicción de red (preprocesamiento DNS) se deshabilitará.
@@ -702,6 +706,9 @@ Si esta polÃtica está deshabilitada o no está configurada, Firefox establece
+
+
+
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 5d2136a..e380579 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -679,6 +679,13 @@
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 8d264ea..2350aff 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -206,6 +206,10 @@ Si cette stratégie est activée ou non configurée, les extensions seront mise
Si cette stratégie est désactivée, l'accélération matérielle ne peut pas être activée.
Si cette stratégie est activée ou non configurée, l'accélération matérielle est activée.
+ Local File Links
+ If this policy is enabled, you can specify origins where linking to local files is allowed.
+
+If this policy is disabled or not configured, websites can't link to local files.
Découverte réseau
Si cette stratégie est désactivée, la découverte réseau (préférence DNS) sera désactivéeill be disabled.
@@ -702,6 +706,9 @@ Si cette stratégie est désactivée ou non configurée, Firefox utilise par dé
+
+
+
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index ed5dd73..ac1b68d 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -206,6 +206,10 @@ Se questo criterio è abilitato o non configurato, le estensioni saranno aggiorn
Se questo criterio è disabilitato, l'accelerazione hardware non può essere abilitata.
Se questo criterio è abilitato o non configurato, l'accelerazione hardware è abilitata.
+ Local File Links
+ If this policy is enabled, you can specify origins where linking to local files is allowed.
+
+If this policy is disabled or not configured, websites can't link to local files.
Previsione di rete
Se questo criterio è disabilitato, la previsione di rete (prefetching DNS) sarà disabilitata.
@@ -702,6 +706,9 @@ Se questo criterio è disabilitato o non configurato, per impostazione predefini
+
+
+
--
2.34.1