InPrivate モードで URL の一覧へのアクセスを許可します。
サポートされているバージョン
- Windows: ≥ 147
- macOS: ≥ 147
- Android: ≥ 147
- iOS: ≥ 147
説明
このポリシーを使用すると、管理者は InPrivate モードで開くことができる URL パターンの一覧を指定できます。 InPrivateModeUrlBlocklist で定義されている URL パターンの例外を作成するために使用できます。 URL パターンを書式設定する方法 (https://go.microsoft.com/fwlink/?linkid=2095322) を参照してください。
このポリシーと InPrivateModeUrlBlocklist の両方が構成されている場合、許可リストが優先されます。 この許可リストのパターンに一致する URL が許可されます。 ブロックリストに一致するが、この許可リストに一致しない URL はブロックされます。 どちらのリストにも一致しない URL は 、URLBlocklist と URLAllowlist にフォールバックします。
このポリシーが構成されていて 、InPrivateModeUrlBlocklist が構成されていない場合、この許可リストで指定された URL のみを InPrivate モードで開くことができます。 その他の URL はすべてブロックされます。
InPrivateModeAvailability が許可しない (値 1) に設定されているが、このポリシーが構成されている場合、InPrivate モードは許可リストに一致する URL に対してのみ使用できます。
このポリシーが構成されていない場合、 InPrivateModeUrlBlocklist または InPrivateModeAvailability に例外は適用されません。
このポリシーは InPrivate モードにのみ適用されます。 すべての閲覧モードとプロファイルで URL を許可するには、 URLAllowlist ポリシーを使用します。
このポリシーでは、最大 1,000 個のエントリがサポートされます。
サポートされている機能
- 必須にすることができるか: はい
- 推奨にすることができるか: いいえ
- 動的なポリシーの更新: はい
- プロファイルごと: はい
- Microsoft アカウントでサインインしているプロファイルに適用: いいえ
データ型
- 文字列のリスト
Windows の情報と設定
グループ ポリシー (ADMX) 情報
- GP 固有の名前: InPrivateModeUrlAllowlist
- GP 名: InPrivate モードの URL の一覧へのアクセスを許可します。
- GP パス (必須): 管理用テンプレート/Microsoft Edge
- GP パス (推奨): なし
- GP ADMX ファイル名: MSEdge.admx
値の例
example.com
https://ssl.server.com
hosting.com/bad_path
https://server:8080/path
.exact.hostname.com
file://*
custom_scheme:*
*
レジストリの設定
- パス (必須): SOFTWARE\Policies\Microsoft\Edge\InPrivateModeUrlAllowlist
- パス (推奨): なし
- 値の名前: 1、2、3、...
- 値の種類: REG_SZ の一覧
レジストリ値の例
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 の情報と設定
- 基本設定キー名: InPrivateModeUrlAllowlist
- サンプル値:
<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 の情報と設定
- 基本設定キー名: InPrivateModeUrlAllowlist
- サンプル値:
["example.com", "https://ssl.server.com", "hosting.com/bad_path", "https://server:8080/path", ".exact.hostname.com", "file://*", "custom_scheme:*", "*"]
iOS の情報と設定
- 基本設定キー名: InPrivateModeUrlAllowlist
- サンプル値:
<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>