次の方法で共有


WorkspacesNavigationSettings

Microsoft Edge ワークスペースで URL のグループごとにナビゲーション設定を構成する

サポートされているバージョン

  • Windows と macOS での 110 以降

説明

この設定を使用すると、URL のグループを定義し、特定の Microsoft Edge ワークスペース ナビゲーション設定を各グループに適用できます。

このポリシーが構成されている場合、Microsoft Edge ワークスペースは、Microsoft Edge ワークスペースの共同作業者間でナビゲーションを共有するかどうか、および共有する方法を決定するときに、構成された設定を使用します。

このポリシーが構成されていない場合、Microsoft Edge ワークスペースは、既定および内部で構成されたナビゲーション設定のみを使用します。

構成オプションの詳細については、https://go.microsoft.com/fwlink/?linkid=2218655 を参照してください

https://go.microsoft.com/fwlink/?linkid=2095322 に従って url_patterns をフォーマットすることに注意してください。 このポリシーで url_regex_patterns を構成して、パターンの Perl スタイルの正規表現を使用して複数の URL に一致させることができます。 パターン一致では、大文字と小文字が区別されます。 使用する正規表現ルールの詳細については、https://go.microsoft.com/fwlink/p/?linkid=2133903を参照してください。

サポートされている機能

  • 必須にすることができるか: はい
  • 推奨にすることができるか: いいえ
  • 動的なポリシーの更新: はい
  • プロファイルごと: はい
  • Microsoft アカウントでサインインしているプロファイルに適用: いいえ

データ型

  • Dictionary

Windows の情報と設定

グループ ポリシー (ADMX) 情報

  • GP 固有の名前: WorkspacesNavigationSettings
  • GP 名: Microsoft Edge ワークスペースで URL のグループごとにナビゲーション設定を構成する
  • GP パス (必須): 管理用テンプレート/Microsoft Edge/Edge ワークスペースの設定
  • GP パス (推奨): なし
  • GP ADMX ファイル名: MSEdge.admx

値の例

[{"navigation_options": {"do_not_send_to": true, "remove_all_query_parameters": true}, "url_patterns": ["https://contoso.com", "https://www.fabrikam.com", ".exact.hostname.com"]}, {"navigation_options": {"query_parameters_to_remove": ["username", "login_hint"]}, "url_patterns": ["https://adatum.com"]}, {"navigation_options": {"do_not_send_from": true, "prefer_initial_url": true}, "url_regex_patterns": ["\\Ahttps://.*?tafe\\..*?trs.*?\\.fabrikam.com/Sts"]}]

レジストリの設定

  • パス (必須): SOFTWARE\Policies\Microsoft\Edge
  • パス (推奨): なし
  • 値名: WorkspacesNavigationSettings
  • 値の種類: REG_SZ

レジストリ値の例

[{"navigation_options": {"do_not_send_to": true, "remove_all_query_parameters": true}, "url_patterns": ["https://contoso.com", "https://www.fabrikam.com", ".exact.hostname.com"]}, {"navigation_options": {"query_parameters_to_remove": ["username", "login_hint"]}, "url_patterns": ["https://adatum.com"]}, {"navigation_options": {"do_not_send_from": true, "prefer_initial_url": true}, "url_regex_patterns": ["\\Ahttps://.*?tafe\\..*?trs.*?\\.fabrikam.com/Sts"]}]

拡張されたレジストリ値の例

[
  {
    "navigation_options": {
      "do_not_send_to": true,
      "remove_all_query_parameters": true
    },
    "url_patterns": [
      "https://contoso.com",
      "https://www.fabrikam.com",
      ".exact.hostname.com"
    ]
  },
  {
    "navigation_options": {
      "query_parameters_to_remove": [
        "username",
        "login_hint"
      ]
    },
    "url_patterns": [
      "https://adatum.com"
    ]
  },
  {
    "navigation_options": {
      "do_not_send_from": true,
      "prefer_initial_url": true
    },
    "url_regex_patterns": [
      "\\Ahttps://.*?tafe\\..*?trs.*?\\.fabrikam.com/Sts"
    ]
  }
]

Mac の情報と設定

  • 基本設定キー名: WorkspacesNavigationSettings
  • サンプル値:
<key>WorkspacesNavigationSettings</key>
<array>
  <dict>
    <key>navigation_options</key>
    <dict>
      <key>do_not_send_to</key>
      <true/>
      <key>remove_all_query_parameters</key>
      <true/>
    </dict>
    <key>url_patterns</key>
    <array>
      <string>https://contoso.com</string>
      <string>https://www.fabrikam.com</string>
      <string>.exact.hostname.com</string>
    </array>
  </dict>
  <dict>
    <key>navigation_options</key>
    <dict>
      <key>query_parameters_to_remove</key>
      <array>
        <string>username</string>
        <string>login_hint</string>
      </array>
    </dict>
    <key>url_patterns</key>
    <array>
      <string>https://adatum.com</string>
    </array>
  </dict>
  <dict>
    <key>navigation_options</key>
    <dict>
      <key>do_not_send_from</key>
      <true/>
      <key>prefer_initial_url</key>
      <true/>
    </dict>
    <key>url_regex_patterns</key>
    <array>
      <string>\Ahttps://.*?tafe\..*?trs.*?\.fabrikam.com/Sts</string>
    </array>
  </dict>
</array>

関連項目