InPrivateModeUrlAllowlist

Erlauben Sie den Zugriff auf eine Liste von URLs im InPrivate-Modus.

Unterstützte Versionen

  • Windows: ≥ 147
  • macOS: ≥ 147
  • Android: ≥ 147
  • iOS: ≥ 147

Beschreibung

Mit dieser Richtlinie können Administratoren eine Liste von URL-Mustern angeben, die im InPrivate-Modus geöffnet werden dürfen. Sie kann verwendet werden, um Ausnahmen für URL-Muster zu erstellen, die in InPrivateModeUrlBlocklist definiert sind. Informationen zum Formatieren eines URL-Musters (https://go.microsoft.com/fwlink/?linkid=2095322)

Wenn sowohl diese Richtlinie als auch die InPrivateModeUrlBlocklist konfiguriert sind, hat die Zulassungsliste Vorrang. URLs, die einem Muster auf dieser Zulassungsliste entsprechen, sind zulässig. URLs, die mit der Blockierungsliste, aber nicht mit dieser Zulassungsliste übereinstimmen, werden blockiert. URLs, die keiner der Listen entsprechen, greifen auf URLBlocklist und URLAllowlist zurück.

Wenn diese Richtlinie konfiguriert und die InPrivateModeUrlBlocklist nicht konfiguriert ist, können nur die in dieser Zulassungsliste angegebenen URLs im InPrivate-Modus geöffnet werden. Alle anderen URLs werden blockiert.

Wenn "InPrivateModeAvailability " auf "Nicht zulassen" (Wert 1) festgelegt ist, diese Richtlinie jedoch konfiguriert ist, ist der InPrivate-Modus nur für URLs verfügbar, die der Zulassungsliste entsprechen.

Wenn diese Richtlinie nicht konfiguriert ist, werden keine Ausnahmen auf InPrivateModeUrlBlocklist oder InPrivateModeAvailability angewendet.

Diese Richtlinie gilt nur für den InPrivate-Modus. Verwenden Sie die URLAllowlist-Richtlinie , um URLs für alle Browsermodi und Profile zuzulassen.

Leere Host-Platzhalter (d. h. "" oder "[]") sind nicht zulässig. Verwenden Sie stattdessen die InPrivateModeAvailability-Richtlinie , um den InPrivate-Modus global zu aktivieren.

Diese Richtlinie unterstützt bis zu 1.000 Einträge.

Unterstützte Funktionen

  • Kann zwingend erforderlich sein: Ja
  • Kann empfohlen werden: Nein
  • Dynamische Richtlinienaktualisierung: Ja
  • Profilspezifisch: Ja
  • Gilt für ein Profil, das mit einem Microsoft-Konto angemeldet ist: Nein

Datentyp

  • Liste von Zeichenfolgen

Windows-Informationen und -Einstellungen

Informationen zur Gruppenrichtlinie (ADMX)

  • GP eindeutiger Name: InPrivateModeUrlAllowlist
  • GP-Name: Zugriff auf eine Liste von URLs im InPrivate-Modus zulassen.
  • GP-Pfad (verpflichtend): Administrative Templates/Microsoft Edge
  • GP Pfad (Empfohlen): n.a.
  • GP ADMX Dateiname: MSEdge.admx

Beispielwert

example.com
https://ssl.server.com
hosting.com/bad_path
https://server:8080/path
.exact.hostname.com
file://*
custom_scheme:*
*

Registrierungseinstellungen

  • Pfad (verpflichtend): SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist
  • Pfad (Empfohlen): n.a.
  • Wertname: 1, 2, 3, ...
  • Werttyp: Liste der REG_SZ

Beispiel für einen Registrierungswert

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\1 =

example.com

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\2 =

https://ssl.server.com

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\3 =

hosting.com/bad_path

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\4 =

https://server:8080/path

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\5 =

.exact.hostname.com

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\6 =

file://*

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\7 =

custom_scheme:*

SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist\8 =

*

Mac – Informationen und Einstellungen

  • Einstellung Schlüsselname: InPrivateModeUrlAllowlist
  • Beispielwert:
<array>
  <string>example.com</string>
  <string>https://ssl.server.com</string>
  <string>hosting.com/bad_path</string>
  <string>https://server:8080/path</string>
  <string>.exact.hostname.com</string>
  <string>file://*</string>
  <string>custom_scheme:*</string>
  <string>*</string>
</array>

Android-Informationen und -Einstellungen

  • Einstellung Schlüsselname: InPrivateModeUrlAllowlist
  • Beispielwert:
["example.com", "https://ssl.server.com", "hosting.com/bad_path", "https://server:8080/path", ".exact.hostname.com", "file://*", "custom_scheme:*", "*"]

iOS-Informationen und -Einstellungen

  • Einstellung Schlüsselname: InPrivateModeUrlAllowlist
  • Beispielwert:
<array>
  <string>example.com</string>
  <string>https://ssl.server.com</string>
  <string>hosting.com/bad_path</string>
  <string>https://server:8080/path</string>
  <string>.exact.hostname.com</string>
  <string>file://*</string>
  <string>custom_scheme:*</string>
  <string>*</string>
</array>

Weitere Informationen