<string id="Search_group">Suche</string>
<string id="Allow">Erlaubte Seiten</string>
<string id="Block">Gesperrte Seiten</string>
+ <string id="AppUpdateURL">URL für Firefox Updates</string>
+ <string id="AppUpdateURL_Explain">Wenn diese Policy aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die eine andere ist, als die standardmäßige. Dies kann hilfreich sein, in dem Fall, wenn Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben.
+
+Wenn diese Policy deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet.</string>
<string id="Authentication_SPNEGO">SPNEGO</string>
<string id="Authentication_SPNEGO_Explain">Wenn Sie die Richtlinieneinstellung aktivieren, dürfen Webseiten die SPNEGO-Authentifizierung verwenden. Erlaubte Formate für die Einträge in der Liste sind mydomain.com oder https://myotherdomain.com.
<string id="Allow">Allowed Sites</string>
<string id="Block">Blocked Sites</string>
<string id="Authentication_SPNEGO">SPNEGO</string>
+ <string id="AppUpdateURL">URL for Firefox Updates</string>
+ <string id="AppUpdateURL_Explain">If this policy is enabled, you can set a URL to an update server other than the default. This could be helpful if you run your own update server on your network.
+
+If this policy is disabled or not configured, the default update URL is used.</string>
<string id="Authentication_SPNEGO_Explain">If this policy is enabled, the specified websites are permitted to engage in SPNEGO authentication with the browser. Entries in the list are formatted as mydomain.com or https://myotherdomain.com.
If this policy is disabled or not configured, no websites are permitted to engage in SPNEGO authentication with the browser.
</category>
</categories>
<policies>
+ <policies>
+ <policy name="AppUpdateURL" class="Both" displayName="$(string.AppUpdateURL)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.AppUpdateURL)" >
+ <parentCategory ref="Firefox" />
+ <supportedOn ref="SUPPORTED_FF62" />
+ <elements >
+ <text id="AppUpdateURL" valueName="URL" required="true" />
+ </elements>
+ </policy>
<policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)">
<parentCategory ref="Authentication"/>
<supportedOn ref="SUPPORTED_FF60ESR"/>