이 사이트에 대한 클라이언트 인증서 자동 선택 (AutoSelectCertificateForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사이트에서 요청할 경우 Microsoft Edge이(가) 자동으로 클라이언트 인증서를 선택해야 하는 URL 패턴에 따라 사이트 목록을 지정합니다.
값은 문자열로 묶은 JSON 사전의 배열이어야 합니다. 각 사전의 양식은 { "pattern": "$URL_PATTERN", "filter" : $FILTER }이며 $URL_PATTERN은 콘텐츠 설정 패턴입니다. $FILTER는 브라우저가 자동으로 선택할 수 있는 클라이언트 인증서를 제한합니다. 필터와 독립적으로, 서버 인증서 요청과 일치하는 인증서만 사용할 수 있습니다. 예를 들어 $FILTER 형식이 { "ISSUER": { "CN": "$ISSUER_CN" } }이면 CommonName $ISSUER_CN이 있는 인증서에서 발급한 클라이언트 인증서만 사용할 수 있습니다. $FILTER에 "ISSUER"및 "SUBJECT"섹션이 포함되어 있으면 클라이언트 인증서가 두 조건을 모두 충족해야 선택됩니다. $FILTER가 조직 ("O")을 지정하면 인증서에 지정된 값과 일치하는 조직이 하나 이상 있어야 합니다. $FILTER가 조직 단위 ("OU")를 지정하면 인증서에 지정된 값과 일치하는 조직 단위가 하나 이상 있어야합니다. $FILTER가 빈 사전 {}이면 클라이언트 인증서 선택이 추가로 제한되지 않습니다.
이 정책을 구성하지 않으면 모든 사이트에 대해 자동 선택이 수행되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AutoSelectCertificateForUrls
- GP name: 이 사이트에 대한 클라이언트 인증서 자동 선택
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\AutoSelectCertificateForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\AutoSelectCertificateForUrls\0 = "{"pattern":"https://www.contoso.com","filter":{"ISSUER":{"CN":"certificate issuer name", "L": "certificate issuer location", "O": "certificate issuer org", "OU": "certificate issuer org unit"}, "SUBJECT":{"CN":"certificate subject name", "L": "certificate subject location", "O": "certificate subject org", "OU": "certificate subject org unit"}}}"
Mac information and settings
- Preference Key Name: AutoSelectCertificateForUrls
- Example value:
<array>
<string>{"pattern":"https://www.contoso.com","filter":{"ISSUER":{"CN":"certificate issuer name", "L": "certificate issuer location", "O": "certificate issuer org", "OU": "certificate issuer org unit"}, "SUBJECT":{"CN":"certificate subject name", "L": "certificate subject location", "O": "certificate subject org", "OU": "certificate subject org unit"}}}</string>
</array>
Back to top
특정 사이트에서 쿠키 허용 (CookiesAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 쿠키 설정이 허용되는 목록을 정의합니다.
이 정책을 구성하지 않으면 DefaultCookiesSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
자세한 내용은 'CookiesBlockedForUrls' 및 'CookiesSessionOnlyForUrls' 정책을 참조하세요.
참고: 다음 세 가지 정책 사이에는 충돌하는 URL 패턴이 설정될 수 없습니다:
- CookiesBlockedForUrls
- CookiesAllowedForUrls
- CookiesSesssionOnlyForUrls
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CookiesAllowedForUrls
- GP name: 특정 사이트에서 쿠키 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CookiesAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CookiesAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\CookiesAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: CookiesAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 쿠키 차단 (CookiesBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 쿠키를 설정할 수 없는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 DefaultCookiesSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
자세한 내용은 'CookiesAllowedForUrls' 및 'CookiesSessionOnlyForUrls' 정책을 참조하세요.
참고: 다음 세 가지 정책 사이에는 충돌하는 URL 패턴이 설정될 수 없습니다:
- CookiesBlockedForUrls
- CookiesAllowedForUrls
- CookiesSesssionOnlyForUrls
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CookiesBlockedForUrls
- GP name: 특정 사이트에서 쿠키 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CookiesBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CookiesBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\CookiesBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: CookiesBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 웹 사이트의 쿠키를 현재 세션으로 제한 (CookiesSessionOnlyForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
세션이 종료될 때(창이 닫힐 때) 정의한 URL 패턴과 일치하는 웹 사이트에서 만든 쿠키는 삭제됩니다.
패턴과 일치하지 않는 웹 사이트에서 만든 쿠키는 'DefaultCookiesSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 의해 제어됩니다. 이 정책을 구성하지 경우의 기본 동작이기도 합니다.
Microsoft Edge가 백그라운드 모드에서 실행 중이면 마지막 창이 닫힐 때 세션이 닫히지 않을 수 있습니다. 즉, 창이 닫힐 때 쿠키가 지워지지 않습니다. Microsoft Edge가 백그라운드 모드에서 실행될 때 수행되는 작업을 구성하는 방법에 대한 자세한 내용은 'BackgroundModeEnabled' 정책을 참조하세요.
'CookiesAllowedForUrls'및 'CookiesBlockedForUrls'정책을 사용하여 쿠키를 만들 수 있는 웹 사이트를 제어할 수도 있습니다.
참고: 다음 세 가지 정책 사이에 충돌하는 URL 패턴이 설정되어 있으면 안 됩니다.
- CookiesBlockedForUrls
- CookiesAllowedForUrls
- CookiesSesssionOnlyForUrls
'RestoreOnStartup' 정책을 설정하여 이전 세션의 URL을 복원하면 이 정책은 무시되며 해당 사이트에 대한 쿠키가 영구적으로 저장됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CookiesSessionOnlyForUrls
- GP name: 특정 웹 사이트의 쿠키를 현재 세션으로 제한
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CookiesSessionOnlyForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CookiesSessionOnlyForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\CookiesSessionOnlyForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: CookiesSessionOnlyForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
쿠키 구성 (DefaultCookiesSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 사용자의 장치에 쿠키를 만들 수 있는지 여부를 제어 합니다. 이 정책은 모든 웹 사이트에서 쿠키를 만들도록 하거나 어떤 웹 사이트에서도 쿠키를 만들지 않도록 할 수 있습니다. 이 정책을 사용하여 특정 웹 사이트의 쿠키를 사용하도록 설정할 수 없습니다.
세션을 닫을 때 쿠키를 지우려면 정책을 'SessionOnly'(4)로 설정하세요. Microsoft Edge가 백그라운드 모드에서 실행 중이면 마지막 창을 닫을 때 세션이 닫히지 않을 수 있습니다. 즉, 창을 닫을 때 쿠키가 지워지지 않습니다. Microsoft Edge가 백그라운드 모드에서 실행될 때 수행되는 작업을 구성하는 방법에 대한 자세한 내용은 ' BackgroundModeEnabled ' 정책을 참조하세요.
이 정책을 구성하지 않으면 기본값 'AllowCookies'(1)가 사용되며 사용자는 Microsoft Edge 설정에서 이 설정을 변경할 수 있습니다. (사용자가 이 설정을 변경할 수 없게 하려면 정책을 설정하세요.)
* 1 = 모든 사이트에서 쿠키를 만들도록 허용
* 2 = 모든 사이트에서 쿠키를 만들도록 허용하지 않음
* 4 = 세션 기간 동안 쿠키 유지
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultCookiesSetting
- GP name: 쿠키 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultCookiesSetting
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: DefaultCookiesSetting
- Example value:
1
Back to top
기본 지리적 위치 설정 (DefaultGeolocationSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트가 사용자의 실제 위치를 추적 할 수 있는지 여부를 설정합니다. 기본값으로 추적을 허용하거나 (1) 기본값으로 거부 (2)하거나 웹 사이트에서 위치를 요청할 때마다 사용자에게 물어볼 수 있습니다 (3).
이 정책을 구성하지 않으면 'AskGeolocation'정책이 사용되며 사용자가 정책을 변경할 수 있습니다.
* 1 = 사이트가 사용자의 실제 위치를 추적하도록 허용
* 2 = 모든 사이트가 사용자의 실제 위치를 추적하도록 허용 안 함
* 3 = 사이트에서 사용자의 실제 위치를 추적하려고 할 때마다 물어보기
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultGeolocationSetting
- GP name: 기본 지리적 위치 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultGeolocationSetting
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: DefaultGeolocationSetting
- Example value:
1
Back to top
기본 이미지 설정 (DefaultImagesSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 이미지를 표시 할 수 있는지 여부를 설정합니다. 모든 사이트에서 이미지를 허용하거나 (1) 모든 사이트에서 차단할 수 있습니다 (2).
이 정책을 구성하지 않으면 이미지가 기본값으로 허용되며 사용자가 이 설정을 변경할 수 있습니다.
* 1 = 모든 사이트에서 모든 이미지를 표시하도록 허용
* 2 = 모든 사이트에서 이미지를 표시하도록 허용 안 함
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultImagesSetting
- GP name: 기본 이미지 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultImagesSetting
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: DefaultImagesSetting
- Example value:
1
Back to top
기본 JavaScript 설정 (DefaultJavaScriptSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 JavaScript를 실행할 수 있는지 여부를 설정합니다. 모든 사이트에서 허용하거나 (1) 모든 사이트에서 차단할 수 있습니다 (2).
이 정책을 구성하지 않으면 모든 사이트에서 기본값으로 JavaScript를 실행할 수 있고 사용자는 이 설정을 변경할 수 있습니다.
* 1 = 모든 사이트에서 JavaScript 실행 허용
* 2 = 모든 사이트에서 JavaScript 실행 허용 안 함
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultJavaScriptSetting
- GP name: 기본 JavaScript 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultJavaScriptSetting
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: DefaultJavaScriptSetting
- Example value:
1
Back to top
기본 알림 설정 (DefaultNotificationsSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 바탕 화면 알림을 표시할 수 있는지 여부를 설정합니다. 기본값으로 허용 (1)하거나, 기본값으로 거부 (2)하거나, 웹 사이트에서 알림을 표시하려고 할 때마다 사용자에게 물어보도록(3) 할 수 있습니다.
이 정책을 구성하지 않으면 기본적으로 알림이 허용되며 사용자가 이 설정을 변경할 수 있습니다.
* 1 = 사이트에 바탕 화면 알림 표시 허용
* 2 = 사이트에 바탕 화면 알림 표시 안 함
* 3 = 사이트에서 바탕 화면 알림을 표시하려고 할 때마다 확인
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultNotificationsSetting
- GP name: 기본 알림 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultNotificationsSetting
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DefaultNotificationsSetting
- Example value:
2
Back to top
Default Adobe Flash setting (DefaultPluginsSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Determines whether websites that aren't covered by 'PluginsAllowedForUrls' or 'PluginsBlockedForUrls' can automatically run the Adobe Flash plug-in. You can select 'BlockPlugins' (2) to block Adobe Flash on all sites, or you can select 'ClickToPlay' (3) to let Adobe Flash run but require the user to click the placeholder to start it. In any case, the 'PluginsAllowedForUrls' and 'PluginsBlockedForUrls' policies take precedence over 'DefaultPluginsSetting'.
Automatic playback is only allowed for domains explicitly listed in the 'PluginsAllowedForUrls' policy. If you want to enable automatic playback for all sites, consider adding http://* and https://* to this list.
If you don't configure this policy, the user can change this setting manually.
* 2 = Block the Adobe Flash plug-in
* 3 = Click to play
The former '1' option set allow-all, but this functionality is now only handled by the 'PluginsAllowedForUrls' policy. Existing policies using '1' will operate in Click-to-play mode.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultPluginsSetting
- GP name: Default Adobe Flash setting
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultPluginsSetting
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DefaultPluginsSetting
- Example value:
2
Back to top
기본 팝업 창 설정 (DefaultPopupsSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 팝업 창을 표시 할 수 있는지 여부를 설정합니다. 모든 웹 사이트에서 허용하거나 (1) 모든 사이트에서 차단할 수 있습니다 (2).
정책을 구성하지 않으면 팝업 창이 기본적으로 차단되고 사용자가 이 설정을 변경할 수 있습니다.
* 1 = 모모든 사이트에 팝업 표시 허용
* 2 = 모든 사이트에 팝업 표시 허용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultPopupsSetting
- GP name: 기본 팝업 창 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultPopupsSetting
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: DefaultPopupsSetting
- Example value:
1
Back to top
Bluetooth 웹 API의 사용 제어 (DefaultWebBluetoothGuardSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트에서 근처의 Bluetooth 장치에 액세스할 수 있는지 여부를 제어합니다. 액세스를 완전히 차단하거나 사이트에서 Bluetooth 장치에 액세스하려고 할 때마다 사용자에게 묻도록 요구할 수 있습니다.
이 정책을 구성하지 않으면 기본값(3, 매번 사용자에게 묻는 메시지를 표시함)이 사용되며 사용자가 변경할 수 있습니다.
* 2 = 모든 사이트에서 웹 Bluetooth API를 사용하여 Bluetooth 장치에 대한 액세스를 요청하는 것을 허용 안 함
* 3 = 사이트에서 근처의 Bluetooth 장치에 대한 액세스 권한을 사용자에게 요청하는 것을 허용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultWebBluetoothGuardSetting
- GP name: Bluetooth 웹 API의 사용 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultWebBluetoothGuardSetting
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DefaultWebBluetoothGuardSetting
- Example value:
2
Back to top
WebUSB API의 사용 제어 (DefaultWebUsbGuardSetting)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 사이트가 연결된 USB 장치에 액세스할 수 있는지 여부를 설정합니다. 웹 사이트가 연결된 USB 장치에 액세스하려고 할 때마다 액세스를 완전히 차단하거나 사용자에게 요청할 수 있습니다.
'WebUsbAskForUrls'및 'WebUsbBlockedForUrls'정책을 사용하여 특정 URL 패턴에 대해 해당 정책을 재정의할 수 있습니다.
이 정책을 구성하지 않으면 사이트에서 기본적으로 연결된 USB 장치 (3)에 액세스 할 수 있는지의 여부를 사용자에게 묻고 사용자는 해당 설정을 변경할 수 있습니다.
* 2 = 모든 사이트가 WebUSB API를 통해 USB 장치에 대한 액세스 요청을 허용 안 함
* 3 = 사이트가 사용자에게 연결된 USB 장치에 대한 액세스 권한을 부여하도록 허용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultWebUsbGuardSetting
- GP name: WebUSB API의 사용 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultWebUsbGuardSetting
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DefaultWebUsbGuardSetting
- Example value:
2
Back to top
이 사이트의 이미지 허용 (ImagesAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 이미지를 표시할 수 있는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultImagesSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImagesAllowedForUrls
- GP name: 이 사이트의 이미지 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ImagesAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ImagesAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\ImagesAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: ImagesAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 이미지 차단 (ImagesBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 이미지 표시가 허용되지 않는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultImagesSetting' 정책(경우 설정) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImagesBlockedForUrls
- GP name: 특정 사이트에서 이미지 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ImagesBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ImagesBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\ImagesBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: ImagesBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 JavaScript 허용 (JavaScriptAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, JavaScript 실행이 허용되는 사이트 목록을 정의합니다.
이 정책을 구성하지 'DefaultJavaScriptSetting'정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: JavaScriptAllowedForUrls
- GP name: 특정 사이트에서 JavaScript 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\JavaScriptAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\JavaScriptAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\JavaScriptAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: JavaScriptAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 JavaScript 차단 (JavaScriptBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, JavaScript 실행이 허용되지 않는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultJavaScriptSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: JavaScriptBlockedForUrls
- GP name: 특정 사이트에서 JavaScript 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\JavaScriptBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\JavaScriptBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\JavaScriptBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: JavaScriptBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 알림 허용 (NotificationsAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 알림을 표시할 수 있는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultNotificationsSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NotificationsAllowedForUrls
- GP name: 특정 사이트에서 알림 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\NotificationsAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\NotificationsAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\NotificationsAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: NotificationsAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 알림 차단 (NotificationsBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 알림 표시가 차단되는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultNotificationsSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NotificationsBlockedForUrls
- GP name: 특정 사이트에서 알림 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\NotificationsBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\NotificationsBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\NotificationsBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: NotificationsBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
Allow the Adobe Flash plug-in on specific sites (PluginsAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Define a list of sites, based on URL patterns, that can run the Adobe Flash plug-in.
If you don't configure this policy, the global default value from the 'DefaultPluginsSetting' policy (if set) or the user's personal configuration is used for all sites.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PluginsAllowedForUrls
- GP name: Allow the Adobe Flash plug-in on specific sites
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\PluginsAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\PluginsAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\PluginsAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: PluginsAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
Block the Adobe Flash plug-in on specific sites (PluginsBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Define a list of sites, based on URL patterns, that are blocked from running Adobe Flash.
If you don't configure this policy, the global default value from the 'DefaultPluginsSetting' policy (if set) or the user's personal configuration is used for all sites.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PluginsBlockedForUrls
- GP name: Block the Adobe Flash plug-in on specific sites
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\PluginsBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\PluginsBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\PluginsBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: PluginsBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 팝업 창 허용 (PopupsAllowedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 팝업 창을 열 수 있는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultPopupsSetting'(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PopupsAllowedForUrls
- GP name: 특정 사이트에서 팝업 창 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\PopupsAllowedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\PopupsAllowedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\PopupsAllowedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: PopupsAllowedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 팝업 창 차단 (PopupsBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 팝업 창 열기가 차단되는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultPopupsSetting' 정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PopupsBlockedForUrls
- GP name: 특정 사이트에서 팝업 창 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\PopupsBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\PopupsBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\PopupsBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: PopupsBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
프로토콜 처리기 등록 (RegisteredProtocolHandlers)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
프로토콜 처리기 목록을 등록합니다. 프로토콜 속성을 스키마(예: 'mailto')로 설정하고 URL 속성을 스키마를 처리하는 응용 프로그램의 URL 패턴으로 설정합니다. 이 패턴에는 처리된 URL로 대체되는 '%s'이(가) 포함될 수 있습니다.
이 정책에 대해 특정 값을 권장할 수 있지만 사용자가 이를 사용하도록 요구할 수는 없습니다.
정책에 의해 등록된 프로토콜 처리기가 사용자가 등록한 처리기와 병합되며 둘 다 사용할 수 있습니다. 사용자는 새 기본 처리기를 설치하여 정책에 의해 등록된 프로토콜 처리기를 재정의할 수는 있지만 정책에 의해 등록된 프로토콜 처리기를 제거할 수는 없습니다.
Supported features:
-
Can be mandatory:
No
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RegisteredProtocolHandlers
- GP name: 프로토콜 처리기 등록
- GP path (Mandatory):
N/A
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/콘텐츠 설정
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
N/A
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
RegisteredProtocolHandlers
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\RegisteredProtocolHandlers = [
{
"default": true,
"protocol": "mailto",
"url": "https://mail.contoso.com/mail/?extsrc=mailto&url=%s"
}
]
Mac information and settings
- Preference Key Name: RegisteredProtocolHandlers
- Example value:
<key>RegisteredProtocolHandlers</key>
<array>
<dict>
<key>default</key>
<true/>
<key>protocol</key>
<string>mailto</string>
<key>url</key>
<string>https://mail.contoso.com/mail/?extsrc=mailto&url=%s</string>
</dict>
</array>
Back to top
특정 USB 장치에 연결하기 위해 특정 사이트에 대한 액세스 권한을 부여합니다. (WebUsbAllowDevicesForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
지정된 공급업체 및 제품 ID를 사용하여 USB 장치에 자동으로 액세스할 수 있는 사이트 목록을 정의합니다. 목록의 각 항목에 장치와 URL이 모두 포함되어 있어야 정책이 유효하게 됩니다. 각 장치 정의에는 공급 업체 ID 및 제품 ID 필드가 포함되어 있습니다. 공급업체 ID 없이는 제품 ID를 지정할 수 없다는 한 가지 예외를 제외하고, 모든 정의되지 않은 ID는 와일드카드로 처리됩니다. 이 경우 정책이 유효하지 않거나 무시됩니다.
USB 사용 권한 모델은 요청 사이트의 URL("요청 URL")과 최상위 수준 프레임 사이트의 URL("포함 URL")을 사용하여 요청 URL에 대한 액세스 권한을 USB 장치에 부여합니다. 요청 사이트가 iframe에 로드될 때 요청 URL은 포함 URL과 다를 수 있습니다. 이 때문에 "urls" 필드에 쉼표로 구분된 최대 두 개의 URL 문자열을 포함하여 요청 및 포함 URL을 각각 지정할 수 있습니다. URL을 하나만 지정하면 포함 상태에 관계 없이 요청 사이트의 URL이 이 URL과 일치하면 해당 USB 장치에 대한 액세스 권한이 부여됩니다. "urls"의 URL은 유효한 URL이어야 하며, 그렇지 않으면 정책이 무시됩니다.
이 정책을 구성하지 않으면 'DefaultWebUsbGuardSetting'정책(설정된 경우)의 전역 기본값이나 사용자의 개인 구성이 모든 사이트에 대해 사용됩니다.
이 정책의 URL 패턴은 'WebUsbBlockedForUrls' 정책에 구성된 URL 패턴과 충돌해서는 안됩니다. 충돌하는 경우 이 정책이 'WebUsbBlockedForUrls' 및 'WebUsbAskForUrls' 정책보다 우선합니다.
이 정책 및 DeviceWebUsbAllowDevicesForUrls 정책에 대한 값이 함께 병합됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebUsbAllowDevicesForUrls
- GP name: 특정 USB 장치에 연결하기 위해 특정 사이트에 대한 액세스 권한을 부여합니다.
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
WebUsbAllowDevicesForUrls
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\WebUsbAllowDevicesForUrls = [
{
"devices": [
{
"product_id": 5678,
"vendor_id": 1234
}
],
"urls": [
"https://contoso.com",
"https://fabrikam.com"
]
}
]
Mac information and settings
- Preference Key Name: WebUsbAllowDevicesForUrls
- Example value:
<key>WebUsbAllowDevicesForUrls</key>
<array>
<dict>
<key>devices</key>
<array>
<dict>
<key>product_id</key>
<integer>5678</integer>
<key>vendor_id</key>
<integer>1234</integer>
</dict>
</array>
<key>urls</key>
<array>
<string>https://contoso.com</string>
<string>https://fabrikam.com</string>
</array>
</dict>
</array>
Back to top
특정 사이트에서 WebUSB 허용 (WebUsbAskForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 사용자에게 USB 장치에 대한 액세스를 요청할 수 있는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultWebUsbGuardSetting'정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
이 정책에 정의된 URL 패턴 'WebUsbBlockedForUrls' 정책에 구성된 URL 패턴과 충돌하지 않습니다. - URL을 허용하거나 차단할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebUsbAskForUrls
- GP name: 특정 사이트에서 WebUSB 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\WebUsbAskForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\WebUsbAskForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\WebUsbAskForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: WebUsbAskForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
특정 사이트에서 WebUSB 차단 (WebUsbBlockedForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, USB 장치에 대한 액세스 권한 부여를 사용자에게 요청할 수 없는 사이트 목록을 정의합니다.
이 정책을 구성하지 않으면 'DefaultWebUsbGuardSetting'정책(설정된 경우) 또는 사용자의 개인 구성에 있는 전역 기본값이 모든 사이트에 사용됩니다.
이 정책의 URL 패턴 'WebUsbAskForUrls' 정책에 구성된 URL 패턴과 충돌하지 않습니다. URL을 허용하거나 차단할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebUsbBlockedForUrls
- GP name: 특정 사이트에서 WebUSB 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/콘텐츠 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\WebUsbBlockedForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\WebUsbBlockedForUrls\0 = "https://www.contoso.com"
SOFTWARE\Policies\Microsoft\Edge\WebUsbBlockedForUrls\1 = "[*.]contoso.edu"
Mac information and settings
- Preference Key Name: WebUsbBlockedForUrls
- Example value:
<array>
<string>https://www.contoso.com</string>
<string>[*.]contoso.edu</string>
</array>
Back to top
기본 검색 공급자 사용 (DefaultSearchProviderEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본 검색 공급자를 사용하도록 설정합니다.
이 정책을 사용하면 (입력한 내용이 URL이 아닌 한) 사용자가 주소 표시줄에 검색어를 입력하여 검색할 수 있습니다.
기본 검색 정책의 나머지 부분을 사용하도록 설정하여 사용할 기본 검색 공급자를 지정할 수 있습니다. 이 항목을 비워두면(구성되지 않음) 사용자는 기본 공급자를 선택할 수 있습니다.
이 정책을 사용하지 않으면 사용자가 주소 표시줄에서 검색할 수 없습니다.
이 정책을 사용하거나 사용하지 않도록 설정하면 사용자가 변경하거나 재정의할 수 없습니다.
이 정책을 구성하지 않으면 기본 검색 공급자가 사용하도록 설정되며 사용자가 기본 검색 공급자를 선택하고 검색 공급자 목록을 설정할 수입니다.
이 정책은 Microsoft Active Directory 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderEnabled
- GP name: 기본 검색 공급자 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: DefaultSearchProviderEnabled
- Example value:
True
Back to top
기본 검색 공급자 인코딩 (DefaultSearchProviderEncodings)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
검색 공급자가 지원하는 문자 인코딩을 지정합니다. 인코딩은 UTF-8, GB2312 및 ISO-8859-1과 같은 코드 페이지 이름입니다. 해당 순서대로 시도됩니다.
이 정책은 선택 사항입니다. 구성되지 않은 경우 기본값인 UTF-8이 사용됩니다.
책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderEncodings
- GP name: 기본 검색 공급자 인코딩
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\DefaultSearchProviderEncodings
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\DefaultSearchProviderEncodings\0 = "UTF-8"
SOFTWARE\Policies\Microsoft\Edge\DefaultSearchProviderEncodings\1 = "UTF-16"
SOFTWARE\Policies\Microsoft\Edge\DefaultSearchProviderEncodings\2 = "GB2312"
SOFTWARE\Policies\Microsoft\Edge\DefaultSearchProviderEncodings\3 = "ISO-8859-1"
Mac information and settings
- Preference Key Name: DefaultSearchProviderEncodings
- Example value:
<array>
<string>UTF-8</string>
<string>UTF-16</string>
<string>GB2312</string>
<string>ISO-8859-1</string>
</array>
Back to top
기본 검색 공급자에 대한 이미지로 검색하기 기능을 지정합니다. (DefaultSearchProviderImageURL)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이미지 검색에 사용되는 검색 엔진의 URL을 지정합니다. 검색 요청은 GET 메서드를 사용하여 전송됩니다.
이 정책은 선택 사항입니다. 구성하지 않으면 이미지 검색을 사용할 수 없습니다.
이 정책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderImageURL
- GP name: 기본 검색 공급자에 대한 이미지로 검색하기 기능을 지정합니다.
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderImageURL
- Value Type:
REG_SZ
Example value:
"https://search.contoso.com/searchbyimage/upload"
Mac information and settings
- Preference Key Name: DefaultSearchProviderImageURL
- Example value:
"https://search.contoso.com/searchbyimage/upload"
Back to top
POST를 사용하는 이미지 URL에 대한 매개 변수 (DefaultSearchProviderImageURLPostParams)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하면 POST를 사용하는 이미지 검색을 수행할 때 사용되는 매개 변수가 지정됩니다. 이 정책은 쉼표로 구분된 이름/값 쌍으로 구성됩니다. 앞의 예제에서 {imageThumbnail}과 같은 템플릿 매개 변수 값은 실제 이미지 축소판 그림 데이터로 바뀝니다. 이 정책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
이 정책을 설정하지 않으면 이미지 검색 요청이 GET 메서드를 사용하여 전송됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderImageURLPostParams
- GP name: POST를 사용하는 이미지 URL에 대한 매개 변수
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderImageURLPostParams
- Value Type:
REG_SZ
Example value:
"content={imageThumbnail},url={imageURL},sbisrc={SearchSource}"
Mac information and settings
- Preference Key Name: DefaultSearchProviderImageURLPostParams
- Example value:
"content={imageThumbnail},url={imageURL},sbisrc={SearchSource}"
Back to top
기본 검색 공급자 키워드 (DefaultSearchProviderKeyword)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
주소 표시줄에서 이 공급자에 대한 검색을 트리거하는데 사용되는 바로 가기인 키워드를 지정합니다.
이 정책은 선택 사항입니다. 구성하지 않으면 키워드가 검색 공급자를 활성화하지 않습니다.
이 정책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderKeyword
- GP name: 기본 검색 공급자 키워드
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderKeyword
- Value Type:
REG_SZ
Example value:
"mis"
Mac information and settings
- Preference Key Name: DefaultSearchProviderKeyword
- Example value:
"mis"
Back to top
기본 검색 공급자 이름 (DefaultSearchProviderName)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본 검색 공급자의 이름을 지정합니다.
이 정책을 사용하면 기본 검색 공급자의 이름을 설정할 수 있습니다.
이 정책을 사용하지 않거나 비워두면 검색 URL로 지정된 호스트 이름이 사용됩니다.
'DefaultSearchProviderName'은 DTBC-0008에 설정된 암호화 된 검색 공급자에 해당하는, 조직에서 승인한 암호화된 검색 공급자로 설정되어야 합니다. '이 정책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderName
- GP name: 기본 검색 공급자 이름
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderName
- Value Type:
REG_SZ
Example value:
"My Intranet Search"
Mac information and settings
- Preference Key Name: DefaultSearchProviderName
- Example value:
"My Intranet Search"
Back to top
기본 검색 공급자 검색 URL (DefaultSearchProviderSearchURL)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본 검색에 사용되는 검색 엔진의 URL을 지정합니다. URL에 '{searchTerms}'문자열이 포함되어 있으며 쿼리 시간에 사용자가 검색하는 용어로 바뀝니다.
Bing의 제안 URL은 다음과 같이 지정할 수 있습니다:
'{bing:baseURL}search?q={searchTerms}'.
Google의 제안 URL은 다음과 같이 지정할 수 있습니다: '{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}'.
이 정책은 'DefaultSearchProviderEnabled'정책을 사용하도록 설정한 경우에 필요합니다. 후자의 정책을 사용하지 않으면 이 정책은 무시됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderSearchURL
- GP name: 기본 검색 공급자 검색 URL
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderSearchURL
- Value Type:
REG_SZ
Example value:
"https://search.contoso.com/search?q={searchTerms}"
Mac information and settings
- Preference Key Name: DefaultSearchProviderSearchURL
- Example value:
"https://search.contoso.com/search?q={searchTerms}"
Back to top
제안에 대한 기본 검색 공급자 URL (DefaultSearchProviderSuggestURL)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
검색 제안을 제공하는 데 사용되는 검색 엔진의 URL을 지정합니다. 이 URL에는 사용자가 지금까지 입력한 텍스트로 쿼리 시 대체되는 문자열 '{searchTerms}'이(가) 포함되어 있습니다.
이 정책은 선택 사항입니다. 구성하지 않으면 사용자에게 검색 제안이 표시되지 않습니다. 검색 기록 및 즐겨찾기의 제안 사항은 표시됩니다.
Bing의 제안 URL은 다음과 같이 지정할 수 있습니다.
'{bing:baseURL}qbox?query={searchTerms}'.
Google의 제안 URL은 다음과 같이 지정할 수 있습니다: '{google:baseURL}complete/search?output=chrome&q={searchTerms}'.
이 정책은 'DefaultSearchProviderEnabled' 및 'DefaultSearchProviderSearchURL' 정책을 사용하는 경우에만 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultSearchProviderSuggestURL
- GP name: 제안에 대한 기본 검색 공급자 URL
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 검색 공급자
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultSearchProviderSuggestURL
- Value Type:
REG_SZ
Example value:
"https://search.contoso.com/suggest?q={searchTerms}"
Mac information and settings
- Preference Key Name: DefaultSearchProviderSuggestURL
- Example value:
"https://search.contoso.com/suggest?q={searchTerms}"
Back to top
허용된 확장 유형 구성 (ExtensionAllowedTypes)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
어떤 확장 기능을 설치하는지 제어하고 런타임 액세스를 제한합니다.
이 설정은 허용되는 확장 유형과 상호 작용할 수 있는 호스트를 정의합니다. 값은 문자열 목록이며 각 문자열은 "확장명", "테마", "user_script"및 "hosted_app"중 하나여야 합니다. 이러한 유형에 대한 자세한 내용은 Microsoft Edge 확장 문서를 확인하세요.
이 정책은 'ExtensionInstallForcelist' 정책을 사용하여 강제 설치할 확장에 영향을 줍니다.
이 정책을 사용하면 목록의 유형과 일치하는 확장 만 설치됩니다.
이 정책을 구성하지 않으면 허용되는 확장 유형에 대한 제한이 적용되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionAllowedTypes
- GP name: 허용된 확장 유형 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ExtensionAllowedTypes
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionAllowedTypes\0 = "hosted_app"
Mac information and settings
- Preference Key Name: ExtensionAllowedTypes
- Example value:
<array>
<string>hosted_app</string>
</array>
Back to top
특정 확장 설치 허용 (ExtensionInstallAllowlist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본적으로 모든 확장이 허용됩니다. 그러나 'ExtensionInstallBlockList'정책을 "*"로 설정하여 모든 확장을 차단하는 경우 사용자는 이 정책에 정의된 확장만 설치할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionInstallAllowlist
- GP name: 특정 확장 설치 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist\0 = "extension_id1"
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallAllowlist\1 = "extension_id2"
Mac information and settings
- Preference Key Name: ExtensionInstallAllowlist
- Example value:
<array>
<string>extension_id1</string>
<string>extension_id2</string>
</array>
Back to top
설치될 수 없는 확장 제어 (ExtensionInstallBlocklist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자가 Microsoft Edge에 설치할 수 없는 특정 확장을 나열합니다. 이 정책을 배포하면 이전에 설치된 이 목록의 확장을 사용할 수 없으며 사용자는 이러한 확장을 사용하도록 설정할 수 없습니다. 차단된 확장 목록에서 항목을 제거하면 해당 확장은 이전에 설치된 모든 위치에서 자동으로 다시 사용하도록 설정됩니다.
"*"를 사용하여 허용 목록에 명시적으로 나열되지 않은 모든 확장을 차단합니다.
이 정책을 구성하지 않으면 사용자가 Microsoft Edge에 확장을 설치할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionInstallBlocklist
- GP name: 설치될 수 없는 확장 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallBlocklist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallBlocklist\0 = "extension_id1"
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallBlocklist\1 = "extension_id2"
Mac information and settings
- Preference Key Name: ExtensionInstallBlocklist
- Example value:
<array>
<string>extension_id1</string>
<string>extension_id2</string>
</array>
Back to top
자동으로 설치되는 확장 제어 (ExtensionInstallForcelist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자 개입 없이 자동으로 설치되고 사용자가 제거하거나 사용하지 않도록 설정할 수 없는("강제 설치") 확장을 지정합니다. 향후 버전의 확장에서 요청할 추가 사용 권한을 포함하여 확장에서 요청한 모든 사용 권한은 사용자 개입 없이 암시적으로 부여됩니다. 그에 더해 enterprise.deviceAttributes 및 enterprise.platformKeys 확장 API에 대한 사용 권한이 부여됩니다. (이 두 API는 강제 설치되는 확장 에서만 사용할 수 있습니다.)
이 정책은 잠재적으로 충돌하는 'ExtensionInstallBlocklist' 정책보다 우선합니다. 강제 설치 목록에서 확장을 제거하면 Microsoft Edge에 의해 자동으로 제거됩니다.
Microsoft Active Directory 도메인에 가입되어 있지 않은 Windows 장치의 경우 강제 설치는 Microsoft Store에서 사용할 수 있는 확장으로만 제한됩니다.
사용자는 개발자 도구를 사용하여 확장의 소스 코드를 수정할 수 있으므로 확장 기능이 제대로 렌더링되지 않을 수 있습니다. 이것이 우려되는 경우 'DeveloperToolsAvailability' 정책을 설정하세요.
확장을 목록에 추가하려면 다음 형식을 사용하세요.
[extensionID]; [updateURL]
- extensionID - 개발자 모드인 경우 edge://extensions에 있는 32자 문자열입니다.
- updateURL(선택 사항)은 https://docs.microsoft.com/Placeholder07A에 설명된 대로 앱 또는 확장에 대한 업데이트 매니페스트 XML 문서의 주소입니다. updateURL을 설정하지 않으면 Microsoft Store 업데이트 URL(현재는, https://extensionwebstorebase.edgesv.net/v1/crx)이 사용됩니다. 이 정책에 설정된 업데이트 URL은 초기 설치에만 사용됩니다. 이후 확장의 업데이트는 확장의 매니페스트에 표시된 업데이트 URL을 사용합니다.
예를 들어, ggmmkjegpiggikcnhidnjjhmicpibll;https://extensionwebstorebase.edgesv.net/v1/crx는 Microsoft Store "업데이트" URL에서 Microsoft Online 앱을 설치합니다. 확장 호스팅에 대한 자세한 내용은 다음을 참조하세요. https://docs.microsoft.com//Placeholder03B.
이 정책을 구성하지 않으면 확장이 자동으로 설치되지 않으며 사용자는 Microsoft Edge에서 확장을 제거할 수 있습니다.
이 정책은 InPrivate 모드에는 적용되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionInstallForcelist
- GP name: 자동으로 설치되는 확장 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist\0 = "gbchcmhmhahfdphkhkmpfmihenigjmpp;https://extensionwebstorebase.edgesv.net/v1/crx"
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallForcelist\1 = "abcdefghijklmnopabcdefghijklmnop"
Mac information and settings
- Preference Key Name: ExtensionInstallForcelist
- Example value:
<array>
<string>gbchcmhmhahfdphkhkmpfmihenigjmpp;https://extensionwebstorebase.edgesv.net/v1/crx</string>
<string>abcdefghijklmnopabcdefghijklmnop</string>
</array>
Back to top
확장 및 사용자 스크립트 설치 원본 구성 (ExtensionInstallSources)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
확장 및 테마를 설치할 수 있는 URL을 정의합니다.
기본적으로 사용자는 설치하려는 각 확장 또는 스크립트에 대한 *.crx 파일을 다운로드한 다음 Microsoft Edge 설정 페이지로 파일을 끌어와야 합니다. 이 정책을 통해 특정 URL에서 사용자를 위해 확장 또는 스크립트를 설치할 수 있습니다.
이 목록의 각 항목은 확장 스타일 일치 패턴입니다(https://docs.microsoft.com//Placeholder04 참조). 사용자는 이 목록의 항목과 일치하는 모든 URL에서 항목을 쉽게 설치할 수 있습니다. *.crx 파일 및 다운로드가 시작되는 페이지(즉, 참조 페이지)는 이 패턴에 의해 허용되어야 합니다.
'ExtensionInstallBlocklist' 정책이 이 정책보다 우선합니다. 차단 목록에 있는 모든 확장은 이 목록의 사이트가 출처인 경우에도 설치되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionInstallSources
- GP name: 확장 및 사용자 스크립트 설치 원본 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallSources
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionInstallSources\0 = "https://corp.contoso.com/*"
Mac information and settings
- Preference Key Name: ExtensionInstallSources
- Example value:
<array>
<string>https://corp.contoso.com/*</string>
</array>
Back to top
확장 관리 설정 구성 (ExtensionSettings)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에 대한 확장 관리 설정을 구성합니다.
이 정책은 기존의 확장 관련 정책에 의해 제어되는 설정을 포함하여 여러 설정을 제어합니다. 두 가지 모두가 설정된 경우 이 정책은 기존 정책보다 우선합니다.
이 정책은 확장 ID 또는 업데이트 URL을 해당 구성에 매핑합니다. 확장 ID를 사용하면 구성은 지정된 확장에만 적용됩니다. 특수 ID "*"에 대한 기본 구성을 설정하여 이 정책에 특별히 나열되지 않은 모든 확장에 적용합니다. 업데이트 URL을 사용하면 https://docs.microsoft.com/Placeholder07A에서 설명한 대로 이 확장의 매니페스트에 명시된 정확한 업데이트 URL을 가진 모든 확장에 구성이 적용됩니다.
이 정책의 가능한 설정 및 구조에 대한 전체 설명은 https://docs.microsoft.com/Placeholder07B를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ExtensionSettings
- GP name: 확장 관리 설정 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/확장
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ExtensionSettings
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ExtensionSettings = {
"*": {
"allowed_types": [
"hosted_app"
],
"blocked_install_message": "Custom error message.",
"blocked_permissions": [
"downloads",
"bookmarks"
],
"install_sources": [
"https://company-intranet/apps"
],
"installation_mode": "blocked",
"runtime_allowed_hosts": [
"*://good.contoso.com"
],
"runtime_blocked_hosts": [
"*://*.contoso.com"
]
},
"abcdefghijklmnopabcdefghijklmnop": {
"blocked_permissions": [
"history"
],
"installation_mode": "allowed",
"minimum_version_required": "1.0.1"
},
"bcdefghijklmnopabcdefghijklmnopa": {
"allowed_permissions": [
"downloads"
],
"installation_mode": "force_installed",
"runtime_allowed_hosts": [
"*://good.contoso.com"
],
"runtime_blocked_hosts": [
"*://*.contoso.com"
],
"update_url": "https://contoso.com/update_url"
},
"cdefghijklmnopabcdefghijklmnopab": {
"blocked_install_message": "Custom error message.",
"installation_mode": "blocked"
},
"defghijklmnopabcdefghijklmnopabc,efghijklmnopabcdefghijklmnopabcd": {
"blocked_install_message": "Custom error message.",
"installation_mode": "blocked"
},
"fghijklmnopabcdefghijklmnopabcde": {
"blocked_install_message": "Custom removal message.",
"installation_mode": "removed"
},
"update_url:https://www.contoso.com/update.xml": {
"allowed_permissions": [
"downloads"
],
"blocked_permissions": [
"wallpaper"
],
"installation_mode": "allowed"
}
}
Mac information and settings
- Preference Key Name: ExtensionSettings
- Example value:
<key>ExtensionSettings</key>
<dict>
<key>*</key>
<dict>
<key>allowed_types</key>
<array>
<string>hosted_app</string>
</array>
<key>blocked_install_message</key>
<string>Custom error message.</string>
<key>blocked_permissions</key>
<array>
<string>downloads</string>
<string>bookmarks</string>
</array>
<key>install_sources</key>
<array>
<string>https://company-intranet/apps</string>
</array>
<key>installation_mode</key>
<string>blocked</string>
<key>runtime_allowed_hosts</key>
<array>
<string>*://good.contoso.com</string>
</array>
<key>runtime_blocked_hosts</key>
<array>
<string>*://*.contoso.com</string>
</array>
</dict>
<key>abcdefghijklmnopabcdefghijklmnop</key>
<dict>
<key>blocked_permissions</key>
<array>
<string>history</string>
</array>
<key>installation_mode</key>
<string>allowed</string>
<key>minimum_version_required</key>
<string>1.0.1</string>
</dict>
<key>bcdefghijklmnopabcdefghijklmnopa</key>
<dict>
<key>allowed_permissions</key>
<array>
<string>downloads</string>
</array>
<key>installation_mode</key>
<string>force_installed</string>
<key>runtime_allowed_hosts</key>
<array>
<string>*://good.contoso.com</string>
</array>
<key>runtime_blocked_hosts</key>
<array>
<string>*://*.contoso.com</string>
</array>
<key>update_url</key>
<string>https://contoso.com/update_url</string>
</dict>
<key>cdefghijklmnopabcdefghijklmnopab</key>
<dict>
<key>blocked_install_message</key>
<string>Custom error message.</string>
<key>installation_mode</key>
<string>blocked</string>
</dict>
<key>defghijklmnopabcdefghijklmnopabc,efghijklmnopabcdefghijklmnopabcd</key>
<dict>
<key>blocked_install_message</key>
<string>Custom error message.</string>
<key>installation_mode</key>
<string>blocked</string>
</dict>
<key>fghijklmnopabcdefghijklmnopabcde</key>
<dict>
<key>blocked_install_message</key>
<string>Custom removal message.</string>
<key>installation_mode</key>
<string>removed</string>
</dict>
<key>update_url:https://www.contoso.com/update.xml</key>
<dict>
<key>allowed_permissions</key>
<array>
<string>downloads</string>
</array>
<key>blocked_permissions</key>
<array>
<string>wallpaper</string>
</array>
<key>installation_mode</key>
<string>allowed</string>
</dict>
</dict>
Back to top
Google Cast 사용 (EnableMediaRouter)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하면 Google Cast를 사용하도록 설정할 수 있습니다. 사용자는 앱 메뉴, 페이지 상황에 맞는 메뉴, 캐스트 사용 웹 사이트의 미디어 컨트롤 및 캐스트 도구 모음 아이콘(표시되는 경우)에서 이를 시작할 수 있습니다.
Google 캐스트를 사용하지 않으려면 이 정책을 사용하지 않도록 설정하세요.
기본적으로 Google 캐스트를 사용하도록 설정되어 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EnableMediaRouter
- GP name: Google Cast 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/Cast
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
EnableMediaRouter
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: EnableMediaRouter
- Example value:
True
Back to top
도구 모음에서 캐스트 아이콘 표시 (ShowCastIconInToolbar)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
도구 모음이나 오버플로 메뉴에 캐스트 도구 모음 아이콘을 표시하려면 이 정책을 참으로 설정합니다. 사용자가 이 정책을 제거할 수 없습니다.
이 정책을 구성하지 않거나 비활성화한 경우 사용자는 상황에 맞는 메뉴를 사용하여 아이콘을 고정하거나 제거할 수 있습니다.
"EnableMediaRouter"정책을 거짓으로 설정한 경우 이 정책은 무시되고 도구 모음 아이콘은 표시되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ShowCastIconInToolbar
- GP name: 도구 모음에서 캐스트 아이콘 표시
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/Cast
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ShowCastIconInToolbar
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: ShowCastIconInToolbar
- Example value:
False
Back to top
원본 간 HTTP 기본 인증 메시지 표시 허용 (AllowCrossOriginAuthPrompt)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
페이지의 타사 하위 콘텐츠가 HTTP 기본 인증 대화 상자를 열 수 있는지 여부를 제어합니다.
일반적으로 피싱 방어는 사용하지 않도록 설정되어 있습니다. 이 정책을 구성하지 않는 경우 사용하지 않도록 설정되고 타사 하위 콘텐츠는 HTTP 기본 인증 대화 상자를 열 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AllowCrossOriginAuthPrompt
- GP name: 원본 간 HTTP 기본 인증 메시지 표시 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AllowCrossOriginAuthPrompt
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: AllowCrossOriginAuthPrompt
- Example value:
False
Back to top
에 Microsoft Edge이(가) 사용자 자격 증명을 위임할 수 있는 서버 목록을 지정합니다. (AuthNegotiateDelegateAllowlist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge가 위임할 수 있는 서버 목록을 구성하세요.
여러 개의 서버 이름을 쉼표로 구분합니다. 와일드카드(*)는 허용됩니다.
이 정책을 구성하지 않으면 서버가 인트라넷으로 검색된 경우에도 Microsoft Edge는 사용자 자격 증명을 위임하지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AuthNegotiateDelegateAllowlist
- GP name: 에 Microsoft Edge이(가) 사용자 자격 증명을 위임할 수 있는 서버 목록을 지정합니다.
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AuthNegotiateDelegateAllowlist
- Value Type:
REG_SZ
Example value:
"contoso.com"
Mac information and settings
- Preference Key Name: AuthNegotiateDelegateAllowlist
- Example value:
"contoso.com"
Back to top
지원되는 인증 방식 (AuthSchemes)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
지원되는 HTTP 인증 체계를 지정합니다.
'기본', '다이제스트', 'ntlm'및 '협상'과 같은 값을 사용하여 정책을 구성 할 수 있습니다. 값이 여러 개라면 쉼표로 구분하세요.
이 정책을 구성하지 않으면 네 가지 구성이 모두 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AuthSchemes
- GP name: 지원되는 인증 방식
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AuthSchemes
- Value Type:
REG_SZ
Example value:
"basic,digest,ntlm,negotiate"
Mac information and settings
- Preference Key Name: AuthSchemes
- Example value:
"basic,digest,ntlm,negotiate"
Back to top
허용된 인증 서버의 목록 구성 (AuthServerAllowlist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
통합 인증을 위해 어떤 서버를 사용할 것인지 지정합니다. 통합 인증은 Microsoft Edge이(가) 프록시 또는이 목록의 서버로부터 인증 요청을 받으면 활성화됩니다.
여러 서버 이름은 쉼표로 구분합니다. 와일드 카드 (*)를 사용할 수 있습니다.
이 정책을 구성하지 않으면 Microsoft Edge이(가) 서버가 인트라넷에 있는지 검색하려고 시도합니다.검색 하려고 합니다. 그런 다음 IWA 요청에 응답합니다. 서버가 인터넷에 연결되어 있으면 Microsoft Edge에 의해 IWA 요청이 무시됩니다
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AuthServerAllowlist
- GP name: 허용된 인증 서버의 목록 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AuthServerAllowlist
- Value Type:
REG_SZ
Example value:
"*contoso.com,fabrikam.com,*baz"
Mac information and settings
- Preference Key Name: AuthServerAllowlist
- Example value:
"*contoso.com,fabrikam.com,*baz"
Back to top
Kerberos 인증을 협상할 때 CNAME 조회 사용 안 함 (DisableAuthNegotiateCnameLookup)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
생성된 Kerberos SPN이 정식 DNS 이름(CNAME)을 기반으로 하는지 아니면 원래 원본 이름에 기반으로 하는지 여부를 결정합니다.
이 정책을 사용하면 CNAME 조회를 건너뛰고 입력한 대로 서버 이름이 사용됩니다.
이 정책 설정을 사용하지 않거나 구성하지 않으면 서버의 정식 이름이 사용됩니다. CNAME 조회를 통해 결정 됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DisableAuthNegotiateCnameLookup
- GP name: Kerberos 인증을 협상할 때 CNAME 조회 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DisableAuthNegotiateCnameLookup
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: DisableAuthNegotiateCnameLookup
- Example value:
False
Back to top
Kerberos SPN에 비표준 포트 포함 (EnableAuthNegotiatePort)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
생성 된 Kerberos SPN에 비표준 포트가 포함되어야 하는지 여부를 지정합니다.
이 정책을 사용하고 사용자가 URL에 비표준 포트 (80 또는 443 이외의 포트)를 포함하면 해당 포트가 생성 된 Kerberos SPN에 포함됩니다.
이 정책을 구성하거나 사용하지 않으면 생성된 Kerberos SPN에는 어떤 경우에도 포트가 포함되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EnableAuthNegotiatePort
- GP name: Kerberos SPN에 비표준 포트 포함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/HTTP 인증
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
EnableAuthNegotiatePort
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: EnableAuthNegotiatePort
- Example value:
False
Back to top
NTLMv2 인증을 사용할지 여부 제어 (NtlmV2Enabled)
Supported Versions: Microsoft Edge on Mac since version 77 or later
Description
NTLMv2를 사용할지 여부를 제어합니다.
모든 최신 버전의 삼바 및 Windows 서버는 NTLMv2 지원합니다. NTLMv2를 사용하지 않도록 설정하면 인증 보안이 약화되기 때문에 이전 버전과의 호환성 문제를 해결하기 위해서만 NTLMv2를 사용하지 않도록 설정해야 합니다.
이 정책을 구성하지 않으면 NTLMv2는 기본적으로 사용하도록 설정됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Mac information and settings
- Preference Key Name: NtlmV2Enabled
- Example value:
True
Back to top
사용자가 사용할 수 있는 기본 메시징 호스트 제어 (NativeMessagingAllowlist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자가 Microsoft Edge에서 사용할 수 있는 특정 기본 메시징 호스트를 나열합니다.
기본적으로 모든 기본 메시징 호스트가 허용됩니다. 'NativeMessagingBlocklist' 정책을 *로 설정하면 모든 기본 메시징 호스트가 차단되며 여기에 나열된 기본 메시징 호스트만 로드됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NativeMessagingAllowlist
- GP name: 사용자가 사용할 수 있는 기본 메시징 호스트 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 메시지
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingAllowlist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingAllowlist\0 = "com.native.messaging.host.name1"
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingAllowlist\1 = "com.native.messaging.host.name2"
Mac information and settings
- Preference Key Name: NativeMessagingAllowlist
- Example value:
<array>
<string>com.native.messaging.host.name1</string>
<string>com.native.messaging.host.name2</string>
</array>
Back to top
기본 메시지 차단 목록 구성 (NativeMessagingBlocklist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용할 수 없는 기본 메시징 호스트를 지정합니다.
허용 목록에 명시적으로 나열되어 있지 않는 한 '*'를 사용하여 모든 기본 메시징 호스트를 차단합니다.
이 정책을 구성하지 않으면 Microsoft Edge 는 설치된 모든 기본 메시징 호스트를 로드합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NativeMessagingBlocklist
- GP name: 기본 메시지 차단 목록 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 메시지
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingBlocklist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingBlocklist\0 = "com.native.messaging.host.name1"
SOFTWARE\Policies\Microsoft\Edge\NativeMessagingBlocklist\1 = "com.native.messaging.host.name2"
Mac information and settings
- Preference Key Name: NativeMessagingBlocklist
- Example value:
<array>
<string>com.native.messaging.host.name1</string>
<string>com.native.messaging.host.name2</string>
</array>
Back to top
사용자 수준 기본 메시징 호스트 허용(관리자 권한 없이 설치됨) (NativeMessagingUserLevelHosts)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본 메시징 호스트의 사용자 수준 설치를 사용하도록 설정합니다.
이 정책을 사용하지 않으면 Microsoft Edge는 시스템 수준에 설치된 기본 메시징 호스트만 사용합니다.
기본적으로 이 정책을 구성하지 않으면 Microsoft Edge는 사용자 수준 기본 메시징 호스트의 사용을 허용합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NativeMessagingUserLevelHosts
- GP name: 사용자 수준 기본 메시징 호스트 허용(관리자 권한 없이 설치됨)
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/기본 메시지
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
NativeMessagingUserLevelHosts
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: NativeMessagingUserLevelHosts
- Example value:
False
Back to top
암호 관리자에 암호 저장 사용 (PasswordManagerEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 사용자 암호를 저장하도록 설정합니다.
이 정책을 사용하면 사용자가 있습니다 Microsoft Edge에서 암호를 저장할 수 있습니다. 다음에 사이트를 방문하면 Microsoft Edge에서 자동으로 암호를 입력합니다.
이 정책을 사용하지 않으면 사용자가 새 암호를 저장할 수 없지만 이전에 저장된 암호를 계속 사용할 수 있습니다.
이 정책을 사용하거나 사용하지 않도록 설정하면 Microsoft Edge에서 사용자가 변경하거나 재정의할 수 없습니다. 구성하지 않으면 사용자가 암호를 저장할 수 있을 뿐만 아니라 이 기능을 끌 수도 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PasswordManagerEnabled
- GP name: 암호 관리자에 암호 저장 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/암호 관리자 및 보호
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/암호 관리자 및 보호
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
PasswordManagerEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: PasswordManagerEnabled
- Example value:
True
Back to top
암호 변경 URL 구성 (PasswordProtectionChangePasswordURL)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
암호 변경 UR을 구성합니다(HTTP 및 HTTPS 스키마만 해당).
암호 보호 서비스는 브라우저에서 경고가 표시된 후 사용자를 이 URL로 보내 암호를 변경합니다. Microsoft Edge가 암호 변경 페이지에서 새 암호 지문을 올바르게 캡처하려면 https://docs.microsoft.com/Placeholder10의 지침을 준수하는지 확인하세요.
이 정책을 사용하면 암호 보호 서비스가 암호를 변경하도록 이 URL로 사용자를 보냅니다.
이 정책을 사용하지 않거나 구성하지 않으면 암호 보호 서비스가 사용자를 암호 변경 URL로 리디렉션하지 않습니다.
이 정책은 Microsoft Active Directory도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PasswordProtectionChangePasswordURL
- GP name: 암호 변경 URL 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/암호 관리자 및 보호
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PasswordProtectionChangePasswordURL
- Value Type:
REG_SZ
Example value:
"https://contoso.com/change_password.html"
Mac information and settings
- Preference Key Name: PasswordProtectionChangePasswordURL
- Example value:
"https://contoso.com/change_password.html"
Back to top
암호 보호 서비스가 암호의 지문을 캡처해야 하는 엔터프라이즈 로그인 URL 목록 구성 (PasswordProtectionLoginURLs)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge가 암호의 지문을 캡처하여 암호 재사용 감지에 사용해야 하는 엔터프라이즈 로그인 URL 목록을 구성합니다(HTTP 및 HTTPS 스키마만 해당). Microsoft Edge가 암호 지문을 올바르게 캡처하도록 하려면 로그인 페이지가 https://docs.microsoft.com/Placeholder10의 지침을 준수하는지 확인하세요.
이 정책을 사용하면 암호 보호 서비스가 정의된 URL의 암호 지문을 캡처합니다.
이 정책을 사용하지 않거나 구성하지 않으면 암호 지문이 캡처되지 않습니다.
이 정책은 Microsoft Active Directory도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PasswordProtectionLoginURLs
- GP name: 암호 보호 서비스가 암호의 지문을 캡처해야 하는 엔터프라이즈 로그인 URL 목록 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/암호 관리자 및 보호
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\PasswordProtectionLoginURLs
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\PasswordProtectionLoginURLs\0 = "https://contoso.com/login.html"
SOFTWARE\Policies\Microsoft\Edge\PasswordProtectionLoginURLs\1 = "https://login.contoso.com"
Mac information and settings
- Preference Key Name: PasswordProtectionLoginURLs
- Example value:
<array>
<string>https://contoso.com/login.html</string>
<string>https://login.contoso.com</string>
</array>
Back to top
암호 보호 경고 트리거 구성 (PasswordProtectionWarningTrigger)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
암호 보호 경고를 트리거할 시기를 제어할 수 있습니다. 암호 보호는 잠재적으로 의심스러운 사이트에서 보호된 암호를 재사용할 때 사용자에게 경고합니다.
'PasswordProtectionLoginURLs'및 'PasswordProtectionChangePasswordURL'정책을 사용하여 보호할 암호를 구성할 수 있습니다.
예외: 'SmartScreenAllowListDomains'에 나열된 사이트 뿐만 아니라 'PasswordProtectionLoginURLs' 및 'PasswordProtectionChangePasswordURL'에 나열된 사이트의 암호는 암호 보호 경고를 트리거하지 않습니다.
암호 보호 경고를 표시하지 않으려면 'PasswordProtectionWarningOff'(0)로 설정하세요.
사용자가 허용 목록에 포함되지 않은 사이트에서 보호된 암호를 재사용할 때 암호 보호 경고를 표시하려면 'PasswordProtectionWarningOnPasswordReuse'(1)로 설정하세요.
이 정책을 사용하지 않거나 구성하지 않으면 경고 트리거가 표시되지 않습니다.
* 0 = 암호 보호 경고가 꺼져 있습니다.
* 1 = 암호 다시 사용에 의해 암호 보호 경고가 트리거되었습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PasswordProtectionWarningTrigger
- GP name: 암호 보호 경고 트리거 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/암호 관리자 및 보호
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PasswordProtectionWarningTrigger
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: PasswordProtectionWarningTrigger
- Example value:
1
Back to top
기본 프린터 선택 규칙 (DefaultPrinterSelection)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge 기본 프린터 선택 규칙을 재정의합니다. 이 정책은 Microsoft Edge에서 사용자가 페이지를 처음 인쇄하려고 할 때 발생하는 기본 프린터를 선택하는 규칙을 결정합니다.
이 정책을 설정하면 Microsoft Edge는 지정된 모든 특성과 일치하는 프린터를 찾으려고 시도하고 기본 프린터로 사용합니다. 기준을 충족하는 프린터가 여러 개인 경우에는 일치하는 첫 번째 프린터가 사용됩니다.
이 정책을 구성하지 않거나 제한 시간 내에 일치하는 프린터가 발견되지 않으면 기본 제공 PDF 프린터 또는 프린터 없음(PDF 프린터를 사용할 수 없는 경우)이 프린터의 기본값으로 설정됩니다.
값은 다음과 같은 스키마를 준수하는 JSON 개체로 구문 분석됩니다. - { "type": "object", "properties": { "idPattern": { "description": "Regular expression to match printer id.", "type": "string" }, "namePattern": { "description": "Regular expression to match printer display name.", "type": "string" } } }
필드를 생략하면 모든 값이 일치함을 의미합니다. 예를 들어 연결을 지정하지 않으면 인쇄 미리 보기가 모든 종류의 로컬 프린터를 검색하기 시작합니다. 정규식 패턴은 JavaScript RegExp 구문을 따라야 하며 일치하는 항목은 대/소문자를 구분합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultPrinterSelection
- GP name: 기본 프린터 선택 규칙
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/인쇄 중
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultPrinterSelection
- Value Type:
REG_SZ
Example value:
"{ "idPattern": ".*public", "namePattern": ".*Color" }"
Mac information and settings
- Preference Key Name: DefaultPrinterSelection
- Example value:
"{ "idPattern": ".*public", "namePattern": ".*Color" }"
Back to top
머리글 및 바닥글 인쇄 (PrintHeaderFooter)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
인쇄 대화 상자에서 '머리글 및 바닥글'을 강제로 켜거나 끌 수 있습니다.
이 정책을 구성하지 않으면 사용자가 머리글 및 바닥글을 인쇄할지 여부를 결정할 수 있습니다.
이 정책을 사용하지 않으면 사용자가 머리글 및 바닥글을 인쇄할 수 없습니다.
이 정책을 사용하면 사용자가 머리글 및 바닥글을 항상 인쇄합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PrintHeaderFooter
- GP name: 머리글 및 바닥글 인쇄
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/인쇄 중
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/인쇄 중
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
PrintHeaderFooter
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: PrintHeaderFooter
- Example value:
False
Back to top
시스템 기본 프린터를 기본 프린터로 설정 (PrintPreviewUseSystemDefaultPrinter)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
가장 최근에 사용한 프린터 대신 인쇄 미리보기에서 시스템 기본 프린터를 기본 선택으로 사용하려면 Microsoft Edge에게 알려주세요
이 정책을 사용하지 않거나 구성하지 않으면 인쇄 미리보기에서 가장 최근에 사용한 프린터를 기본값으로 사용합니다.
이 정책을 사용하면 인쇄 미리보기에서 OS 시스템 기본 프린터를 기본 대상으로 선택합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PrintPreviewUseSystemDefaultPrinter
- GP name: 시스템 기본 프린터를 기본 프린터로 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/인쇄 중
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/인쇄 중
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
PrintPreviewUseSystemDefaultPrinter
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: PrintPreviewUseSystemDefaultPrinter
- Example value:
False
Back to top
인쇄 사용 (PrintingEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Enables printing in Microsoft Edge and prevents users from changing this setting.
If you enable this policy or don't configure it, users can print.
If you disable this policy, users can't print from Microsoft Edge. Printing is disabled in the wrench menu, extensions, JavaScript applications, and so on. Users can still print from plug-ins that bypass Microsoft Edge while printing. For example, certain Adobe Flash applications have the print option in their context menu, which isn't covered by this policy.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PrintingEnabled
- GP name: 인쇄 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/인쇄 중
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PrintingEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: PrintingEnabled
- Example value:
True
Back to top
시스템 대화 상자를 사용하여 인쇄 (UseSystemPrintDialog)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
인쇄 미리보기 대신 시스템 인쇄 대화 상자를 표시합니다.
이 정책을 사용하면 Microsoft Edge이(가) 사용자가 페이지를 인쇄할 때 기본 제공되는 인쇄 미리 보기 대신 시스템 인쇄 대화 상자를 엽니다.
이 정책을 비활성화하거나 구성하지 않으면 인쇄 명령이 Microsoft Edge 인쇄 미리 보기 화면을 트리거합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: UseSystemPrintDialog
- GP name: 시스템 대화 상자를 사용하여 인쇄
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/인쇄 중
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
UseSystemPrintDialog
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: UseSystemPrintDialog
- Example value:
False
Back to top
프록시 바이패스 규칙 구성 (ProxyBypassList)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Defines a list of hosts for which Microsoft Edge bypasses any proxy.
This policy is applied only if you have selected 'Use fixed proxy servers' in the 'ProxyMode' policy. If you selected any other mode for configuring proxy policies, don't enable or configure this policy.
If you enable this policy, you can create a list of hosts for which Microsoft Edge doesn't use a proxy.
If you don't configure this policy, no list of hosts is created for which Microsoft Edge bypasses a proxy. Leave this policy unconfigured if you've specified any other method for setting proxy policies.
For more detailed examples go to https://docs.microsoft.com/Placeholder05.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProxyBypassList
- GP name: 프록시 바이패스 규칙 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/프록시 서버
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProxyBypassList
- Value Type:
REG_SZ
Example value:
"https://www.contoso.com, https://www.fabrikam.com"
Mac information and settings
- Preference Key Name: ProxyBypassList
- Example value:
"https://www.contoso.com, https://www.fabrikam.com"
Back to top
프록시 서버 설정 구성 (ProxyMode)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 사용하는 프록시 서버 설정을 지정합니다. 이 정책을 사용하면 사용자가 프록시 설정을 변경할 수 없습니다.
프록시 서버를 사용하지 않고 항상 직접 연결하도록 선택하면 다른 모든 옵션은 무시됩니다.
시스템 프록시 설정을 사용하도록 선택하면 다른 모든 옵션이 무시됩니다.
프록시 서버 자동 검색을 선택하면 다른 모든 옵션은 무시됩니다.
고정 서버 프록시 모드를 선택하면 'ProxyServer' 및 '쉼표로 구분된 프록시 바이패스규칙 목록'에서 추가 옵션을 지정할 수 있습니다.
.pac 프록시 스크립트를 사용하려면 '프록시 .pac 파일의 URL'에 스크립트의 URL을 지정해야 합니다.
자세한 예제는 https://docs.microsoft.com/Placeholder05을 참조하세요.
이 정책을 사용하면 Microsoft Edge이(가) 명령줄에서 지정한 모든 프록시 관련 옵션을 무시합니다.
이 정책을 구성하지 않으면 사용자가 자신의 프록시 설정을 선택할 수 있습니다.
* "direct" = 프록시 사용 안 함
* "auto_detect" = 자동 프록시 검색 설정
* "pac_script" = .pac 프록시 스크립트 사용
* "fixed_servers" = 고정 프록시 서버 사용
* "system" = 시스템 프록시 설정 사용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProxyMode
- GP name: 프록시 서버 설정 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/프록시 서버
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProxyMode
- Value Type:
REG_SZ
Example value:
"direct"
Mac information and settings
- Preference Key Name: ProxyMode
- Example value:
"direct"
Back to top
프록시.pac 파일 URL 설정 (ProxyPacUrl)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Specifies the URL for a proxy auto-config (PAC) file.
This policy is applied only if you selected 'Use a .pac proxy script' in the 'ProxyMode' policy. If you selected any other mode for configuring proxy policies, don't enable or configure this policy.
If you enable this policy, you can specify the URL for a PAC file, which defines how the browser automatically chooses the appropriate proxy server for fetching a particular website.
If you disable or don't configure this policy, no PAC file is specified. Leave this policy unconfigured if you've specified any other method for setting proxy policies.
For detailed examples, see https://docs.microsoft.com/Placeholder05.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProxyPacUrl
- GP name: 프록시.pac 파일 URL 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/프록시 서버
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProxyPacUrl
- Value Type:
REG_SZ
Example value:
"https://internal.contoso.com/example.pac"
Mac information and settings
- Preference Key Name: ProxyPacUrl
- Example value:
"https://internal.contoso.com/example.pac"
Back to top
프록시 서버의 주소 또는 URL 구성 (ProxyServer)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Specifies the URL of the proxy server.
This policy is applied only if you have selected 'Use fixed proxy servers' in the 'ProxyMode' policy. If you selected any other mode for configuring proxy policies, don't enable or configure this policy.
If you enable this policy, the proxy server configured by this policy will be used for all URLs.
If you disable or don't configure this policy, users can choose their own proxy settings while in this proxy mode. Leave this policy unconfigured if you've specified any other method for setting proxy policies.
For more options and detailed examples, see https://docs.microsoft.com/Placeholder05.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProxyServer
- GP name: 프록시 서버의 주소 또는 URL 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/프록시 서버
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProxyServer
- Value Type:
REG_SZ
Example value:
"123.123.123.123:8080"
Mac information and settings
- Preference Key Name: ProxyServer
- Example value:
"123.123.123.123:8080"
Back to top
프록시 설정 (ProxySettings)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에 대한 프록시 설정을 구성합니다.
이 정책을 구성하면 Microsoft Edge는 명령줄에서 지정한 모든 프록시 관련 옵션을 무시합니다
이 정책을 구성하지 않으면 사용자가 자신의 프록시 설정을 변경할 수 있습니다.
이 정책은 다음 개별 정책을 재정의합니다.
ProxyMode
ProxyPacUrl
ProxyServer
ProxyBypassList
ProxyMode 필드를 통해 Microsoft Edge에서 사용하는 프록시 서버를 지정할 수 있으며 사용자가 프록시 설정을 변경하지 못하게 할 수 있습니다.
ProxyPacUrl 필드는 프록시 .pac 파일의 URL입니다.
ProxyServer 필드는 프록시 서버의 URL입니다.
ProxyBypassList 필드는 Microsoft Edge에서 무시할 프록시 호스트의 목록입니다.
'direct' 값을 'ProxyMode'로 선택하면 프록시가 사용되지 않으며 다른 모든 필드는 무시됩니다
'system' 값을 'ProxyMode'로 선택하면 시스템의 프록시가 사용되고 다른 모든 필드는 무시됩니다.
'auto_detect' 값을 'ProxyMode'로 선택하면 다른 모든 필드는 무시됩니다.
'fixed_server' 값을 'ProxyMode'로 선택하면 'ProxyServer'및 'ProxyBypassList' 필드가 사용됩니다.
'pac_script' 값을 'ProxyMode'로 선택하면 'ProxyPacUrl' 및 'ProxyBypassList' 필드가 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProxySettings
- GP name: 프록시 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/프록시 서버
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProxySettings
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ProxySettings = {
"ProxyBypassList": "https://www.example1.com,https://www.example2.com,https://internalsite/",
"ProxyMode": "direct",
"ProxyPacUrl": "https://internal.site/example.pac",
"ProxyServer": "123.123.123.123:8080"
}
Mac information and settings
- Preference Key Name: ProxySettings
- Example value:
<key>ProxySettings</key>
<dict>
<key>ProxyBypassList</key>
<string>https://www.example1.com,https://www.example2.com,https://internalsite/</string>
<key>ProxyMode</key>
<string>direct</string>
<key>ProxyPacUrl</key>
<string>https://internal.site/example.pac</string>
<key>ProxyServer</key>
<string>123.123.123.123:8080</string>
</dict>
Back to top
사이트에 대한 Microsoft Defender SmartScreen 프롬프트 무시 허용 안 함 (PreventSmartScreenPromptOverride)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책 설정을 통해 직원이 잠재적으로 악성 웹 사이트에 대한 Microsoft Defender SmartScreen 경고를 재정의할 수 있는지 여부를 결정할 수 있습니다.
이 설정을 사용하면 직원이 Microsoft Defender SmartScreen 경고를 무시할 수 없으며 사이트 방문이 계속 차단됩니다.
사용하지 않도록 설정하거나 이 설정을 구성하지 않으면 직원이 Microsoft Defender SmartScreen 경고를 무시하고 사이트를 계속할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PreventSmartScreenPromptOverride
- GP name: 사이트에 대한 Microsoft Defender SmartScreen 프롬프트 무시 허용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/SmartScreen 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PreventSmartScreenPromptOverride
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: PreventSmartScreenPromptOverride
- Example value:
True
Back to top
다운로드에 대한 Microsoft Defender SmartScreen 경고 무시 허용 안 함 (PreventSmartScreenPromptOverrideForFiles)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
이 정책을 통해 확인되지 않은 다운로드에 대한 Microsoft Defender SmartScreen 경고를 무시할수 있는지 여부를 결정할 수 있습니다.
이 정책을 사용하면 조직의 사용자가 Microsoft Defender SmartScreen 경고를 무시할 수 없으며 확인되지 않은 다운로드를 완료할 수 없습니다.
이 정책을 사용하지 않거나 구성하지 않으면 사용자가 Microsoft Defender SmartScreen 경고를 무시하고 확인되지 않은 다운로드를 완료할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PreventSmartScreenPromptOverrideForFiles
- GP name: 다운로드에 대한 Microsoft Defender SmartScreen 경고 무시 허용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/SmartScreen 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PreventSmartScreenPromptOverrideForFiles
- Value Type:
REG_DWORD
Example value:
True
Back to top
SmartScreen이 경고를 트리거하지 않는 도메인 목록 구성 (SmartScreenAllowListDomains)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
SmartScreen에서 트러스트된 도메인 목록을 구성합니다. 즉,
원본 URL이 이 도메인과 일치하는 경우 SmartScreen은 피싱 소프트웨어 및 기타 맬웨어와 같은 잠재적 악성 리소스를 확인하지 않습니다.
SmartScreen 다운로드 보호 서비스는 해당 도메인에서 호스팅되는 다운로드를 확인하지 않습니다.
이 정책을 사용하면 SmartScreen에서 이러한 도메인을 신뢰합니다.
이 정책을 사용하지 않거나 설정하지 않으면 기본 SmartScreen 보호가 모든 리소스에 적용됩니다.
이 정책은 Microsoft Active Directory 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 Enterprise 인스턴스에서만 사용할 수 있습니다.
또한 조직에서 Microsoft Defender Advanced Threat Protection을 사용하도록 설정한 경우에는 이 정책이 적용되지 않습니다. Microsoft Defender 보안 센터에서 허용 및 차단 목록을 구성해야 합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SmartScreenAllowListDomains
- GP name: SmartScreen이 경고를 트리거하지 않는 도메인 목록 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/SmartScreen 설정
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\SmartScreenAllowListDomains
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\SmartScreenAllowListDomains\0 = "mydomain.com"
SOFTWARE\Policies\Microsoft\Edge\SmartScreenAllowListDomains\1 = "myuniversity.edu"
Mac information and settings
- Preference Key Name: SmartScreenAllowListDomains
- Example value:
<array>
<string>mydomain.com</string>
<string>myuniversity.edu</string>
</array>
Back to top
Microsoft Defender SmartScreen 구성 (SmartScreenEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책 설정을 통해 Microsoft Defender SmartScreen을 사용할지 여부를 구성할 수 있습니다. Microsoft Defender SmartScreen은 피싱 사기 및 악성 소프트웨어로부터 직원을 보호하는데 도움이 되는 경고 메시지를 제공합니다 기본적으로 Microsoft Defender SmartScreen은 켜져 있습니다.
이 설정을 사용하면 Microsoft Defender SmartScreen이 켜지고 직원이 이 옵션을 해제할 수 없습니다.
이 설정을 사용하지 않도록 설정하면 Microsoft Defender SmartScreen이 해제되고 직원이 이 기능을 켤 수 없습니다.
이 설정을 구성하지 않으면 직원이 Microsoft Defender SmartScreen 사용 여부를 선택할 수 있습니다.
이 정책은 Microsoft Active Director 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 Enterprise 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SmartScreenEnabled
- GP name: Microsoft Defender SmartScreen 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/SmartScreen 설정
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/SmartScreen 설정
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
SmartScreenEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SmartScreenEnabled
- Example value:
True
Back to top
새 탭 페이지를 홈 페이지로 설정 (HomepageIsNewTabPage)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 기본 홈 페이지를 구성합니다. 지정한 URL 또는 새 탭 페이지를 홈 페이지를 설정할 수 있습니다.
이 정책을 사용하면 항상 새 탭 페이지가 홈 페이지에 사용되며 홈 페이지 URL 위치는 무시됩니다.
이 정책을 사용하지 않으면 'edge://newtab'으로 설정되어 있지 않는 한 사용자의 홈 페이지 URL는 새 탭 페이지가 될 수 없습니다.
구성하지 않으면 사용자는 새 탭 페이지가 자신의 홈 페이지인지 여부를 선택할 수 있습니다.
이 정책은 Microsoft Active Directory도메인에 가입된 Windows 인스턴스 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: HomepageIsNewTabPage
- GP name: 새 탭 페이지를 홈 페이지로 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
HomepageIsNewTabPage
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: HomepageIsNewTabPage
- Example value:
True
Back to top
홈 페이지 URL 구성 (HomepageLocation)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 기본 홈 페이지 URL을 구성합니다.
홈 페이지를 홈 단추를 통해 열린 페이지입니다. 시작할 때 열리는 페이지는 'RestoreOnStartup' 정책에 의해 제어됩니다.
여기에서 URL을 설정하거나 새 탭 페이지를 열도록 홈페이지를 설정할 수 있습니다. 새 탭 페이지를 열도록 선택하면 이 정책은 적용되지 않습니다.
이 정책을 사용하면 사용자가 홈 페이지 URL을 변경할 수 없지만 새 탭 페이지를 홈 페이지로 사용할 수 있습니다.
이 사용하지 않거나 구성하지 않으면 'HomepageIsNewTabPage' 정책을 사용하도록 설정되어 있지 않은 한 사용자가 자신의 홈 페이지를 선택할 수 있습니다.
이 정책은 Microsoft Active Directory 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: HomepageLocation
- GP name: 홈 페이지 URL 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
HomepageLocation
- Value Type:
REG_SZ
Example value:
"https://www.contoso.com"
Mac information and settings
- Preference Key Name: HomepageLocation
- Example value:
"https://www.contoso.com"
Back to top
새 탭 페이지에서 기본 상위 사이트 숨기기 (NewTabPageHideDefaultTopSites)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge의 새 탭 페이지에서 기본 상위 사이트를 숨깁니다.
이 정책을 false로 설정하거나 구성하지 않으면 기본 상위 사이트 타일이 계속 표시됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NewTabPageHideDefaultTopSites
- GP name: 새 탭 페이지에서 기본 상위 사이트 숨기기
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
NewTabPageHideDefaultTopSites
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: NewTabPageHideDefaultTopSites
- Example value:
True
Back to top
새 탭 페이지 URL 구성 (NewTabPageLocation)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
새 탭 페이지의 기본 URL을 구성합니다.
이 정책은 새 탭이 만들어질 때(새 창이 열릴 때 포함) 열리는 페이지를 결정합니다. 새 탭 페이지로 열리도록 설정되어 있는 경우 시작 페이지에도 영향을 줍니다.
이 정책은 시작할 때 열리는 페이지는 결정하지 않습니다. 해당 페이지는 'RestoreOnStartup' 정책에 의해 제어됩니다. 또한 새 탭 페이지로 열리도록 설정되어 있는 경우 홈 페이지에 영향을 주지 않습니다.
이 정책을 구성하지 않으면 기본 새 탭 페이지가 사용 됩니다.
이 정책 *및* 'NewTabPageSetFeedType' 정책을 구성하면 이 정책이 우선합니다.
이 정책은 Microsoft Active Directory 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NewTabPageLocation
- GP name: 새 탭 페이지 URL 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
NewTabPageLocation
- Value Type:
REG_SZ
Example value:
"https://www.fabrikam.com"
Mac information and settings
- Preference Key Name: NewTabPageLocation
- Example value:
"https://www.fabrikam.com"
Back to top
시작 시 수행할 작업 (RestoreOnStartup)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
시작시 Microsoft Edge의 동작 방식을 지정합니다.
새 탭을 시작할 때 항상 열려면 '새 탭 열기'(5)를 선택하세요.
Microsoft Edge 마지막으로 열린 URL을 다시 열려면 '마지막 세션 복원' (1)을 선택하세요. 검색 세션이 그대로 복원됩니다. 이 옵션은 세션에 의존하거나 종료시 작업을 수행하는 일부 설정 (예: 종료 또는 세션 전용 쿠키의 인터넷 사용 정보 삭제)을 사용 중지합니다.
특정 URL 집합을 열려면 'URL 목록 열기'(4)를 선택하세요.
이 설정을 사용하지 않으면 구성되지 않은 상태로 유지되는 것과 같습니다. 사용자는 Microsoft Edge.에서 변경할 수 있습니다.
이 정책은 Microsoft Active Directory 도메인이나 장치 관리를 위해 등록 된 Windows 10 Pro 또는 엔터프라이즈 인스턴스에 가입한 Windows 인스턴스에서만 사용할 수 있습니다.
* 5 = 새 탭 열기
* 1 = 마지막 세션 복원
* 4 = URL 목록 열기
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RestoreOnStartup
- GP name: 시작 시 수행할 작업
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
RestoreOnStartup
- Value Type:
REG_DWORD
Example value:
0x00000004
Mac information and settings
- Preference Key Name: RestoreOnStartup
- Example value:
4
Back to top
브라우저가 시작될 때 열 사이트 (RestoreOnStartupURLs)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
브라우저가 시작될 때 자동으로 열 웹 사이트 목록을 지정합니다. 이 정책을 구성하지 않으면 시작할 때 어떤 사이트도 열리지 않습니다.
이 정책은 RestoreOnStartup정책을 'URL 목록 열기'(4)로 설정 한 경우에만 작동합니다..
이 정책은 장치 관리를 위해 등록된 Microsoft Active Directory도메인 또는 Windows 10 Pro 또는 Enterprise 인스턴스에 가입된 Windows 인스턴스에서만 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RestoreOnStartupURLs
- GP name: 브라우저가 시작될 때 열 사이트
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\RestoreOnStartupURLs
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended\RestoreOnStartupURLs
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\RestoreOnStartupURLs\0 = "https://contoso.com"
SOFTWARE\Policies\Microsoft\Edge\RestoreOnStartupURLs\1 = "https://www.fabrikam.com"
Mac information and settings
- Preference Key Name: RestoreOnStartupURLs
- Example value:
<array>
<string>https://contoso.com</string>
<string>https://www.fabrikam.com</string>
</array>
Back to top
도구 모음에 홈 버튼 표시 (ShowHomeButton)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge의 도구 모음에 홈 버튼을 표시합니다.
이 정책을 사용하면 항상 홈 버튼이 표시됩니다.
정책을 구성하지 않으면 사용자가 홈 버튼을 표시할지 여부를 선택할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ShowHomeButton
- GP name: 도구 모음에 홈 버튼 표시
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/시작, 홈 페이지 및 새 탭 페이지
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/시작, 홈 페이지 및 새 탭 페이지
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ShowHomeButton
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ShowHomeButton
- Example value:
True
Back to top
브라우저 및 다운로드 기록 삭제 사용 (AllowDeletingBrowserHistory)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
브라우저 기록 및 다운로드 기록을 삭제하고 사용자가 이 설정을 변경할 수 없도록 합니다.
참고: 이 정책을 사용하지 않도록 설정해도 검색 및 다운로드 기록은 유지되지 않을 수 있습니다. 즉, 사용자가 기록 데이터베이스 파일을 직접 편집하거나 삭제할 수 있으며 브라우저 자체에서 언제든지 일부 또는 전체 기록을 만료 기간에 따라 제거하거나 보관할 수 있습니다.
이 정책을 사용하거나 구성하지 않으면 사용자가 검색 및 다운로드 기록을 삭제할 수 있습니다.
이 정책을 사용하지 않으면 사용자가 검색 및 다운로드 기록을 삭제할 수 없습니다.
이 정책을 사용하도록 설정하는 경우에는 'Microsoft Edge가 닫힐 때 검색 데이터 지우기' 정책을 사용하도록 설정하지 마세요. 둘 다 사용하도록 설정하는 경우에는 이 정책이 어떻게 구성되는지에 관계 없이 'Microsoft Edge가 닫힐 때 검색 데이터 지우기' 정책이 우선하고 Microsoft Edge가 닫힐 때 모든 데이터가 삭제됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AllowDeletingBrowserHistory
- GP name: 브라우저 및 다운로드 기록 삭제 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AllowDeletingBrowserHistory
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: AllowDeletingBrowserHistory
- Example value:
True
Back to top
파일 선택 대화 상자 허용 (AllowFileSelectionDialogs)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 파일 선택 대화 상자를 표시하여 로컬 파일에 대한 액세스를 허용합니다.
이 정책을 사용하거나 구성하지 않으면 사용자가 파일 선택 대화 상자를 정상적으로 열 수 있습니다.
이 정책을 사용하지 않으면 사용자가 파일 선택 대화 상자(예: 즐겨찾기 가져 오기, 파일 업로드, 링크 저장 등)를 트리거하는 작업을 수행할 때마다 대신 메시지가 표시되고 사용자가 파일 선택 대화 상자에서 취소를 클릭한 것으로 간주됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AllowFileSelectionDialogs
- GP name: 파일 선택 대화 상자 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AllowFileSelectionDialogs
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: AllowFileSelectionDialogs
- Example value:
True
Back to top
항상 외부에서 PDF 파일 열기 (AlwaysOpenPdfExternally)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 내부 PDF 뷰어를 사용하지 않도록 설정합니다.
이 정책을 사용하면 Microsoft Edge에서 PDF 파일을 다운로드 파일로 취급하고 사용자가 기본 응용 프로그램을 사용하여 해당 파일을 열 수 있습니다.
이 정책을 구성하지 않거나 사용하지 않도록 설정하면 Microsoft Edge에서 PDF 파일을 엽니다(사용자가 사용하지 않도록 설정하지 않는 한).
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AlwaysOpenPdfExternally
- GP name: 항상 외부에서 PDF 파일 열기
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AlwaysOpenPdfExternally
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: AlwaysOpenPdfExternally
- Example value:
True
Back to top
응용 프로그램 로캘 설정 (ApplicationLocaleValue)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
Microsoft Edge에서 응용 프로그램 로캘을 구성하고 사용자가 로캘을 변경하지 못하도록 합니다.
이 정책을 사용하면 Microsoft Edge가 지정된 로캘을 사용합니다. 구성된 로캘이 지원되지 않으면 'en-US'가 대신 사용됩니다.
이 설정을 사용하지 않거나 구성하지 않으면 Microsoft Edge는 사용자가 지정한 기본 설정 로캘(구성된 경우) 또는 대체 로캘 'en-US'를 사용합니다
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ApplicationLocaleValue
- GP name: 응용 프로그램 로캘 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ApplicationLocaleValue
- Value Type:
REG_SZ
Example value:
"en"
Back to top
오디오 캡처 허용 또는 차단 (AudioCaptureAllowed)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자에게 해당 오디오 캡처 장치에 대한 액세스 권한을 부여하라는 메시지를 표시할지 여부를 설정하도록 허용합니다. 이 정책은 'AudioCaptureAllowedUrls' 목록에 구성된 URL을 제외한 모든 URL에 적용됩니다.
이 정책을 사용하거나 구성하지 않으면 (기본 설정) 'AudioCaptureAllowedUrls' 목록의 URL을 제외하고 오디오 캡처 액세스를 묻는 프롬프트가 표시됩니다. 나열된 URL은 메시지를 표시하지 않고 액세스 권한이 부여됩니다.
이 정책을 사용하지 않으면 사용자에게 메시지가 표시되지 않고 'AudioCaptureAllowedUrls'에 구성된 URL에서만 오디오 캡처에 액세스할 수 있습니다.
이 정책은 내장 마이크뿐만 아니라 모든 유형의 오디오 입력에 영향을 줍니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AudioCaptureAllowed
- GP name: 오디오 캡처 허용 또는 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AudioCaptureAllowed
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: AudioCaptureAllowed
- Example value:
False
Back to top
사용 권한을 요청하지 않고 오디오 캡처 장치에 액세스할 수 있는 사이트 (AudioCaptureAllowedUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로 사용자에게 사용 권한 요청을 하지 않고 오디오 캡처 장치를 사용할 수 있는 웹 사이트를 지정합니다. 이 목록의 패턴은 요청 URL의 보안 시작과 비교됩니다. 일치할 경우 사이트에 오디오 캡처 장치에 대한 액세스 사용 권한이 자동으로 부여됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AudioCaptureAllowedUrls
- GP name: 사용 권한을 요청하지 않고 오디오 캡처 장치에 액세스할 수 있는 사이트
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\AudioCaptureAllowedUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\AudioCaptureAllowedUrls\0 = "https://www.contoso.com/"
SOFTWARE\Policies\Microsoft\Edge\AudioCaptureAllowedUrls\1 = "https://[*.]contoso.edu/"
Mac information and settings
- Preference Key Name: AudioCaptureAllowedUrls
- Example value:
<array>
<string>https://www.contoso.com/</string>
<string>https://[*.]contoso.edu/</string>
</array>
Back to top
Automatically import another browser's data and settings at first run (AutoImportAtFirstRun)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
If you enable this policy, Microsoft Edge automatically imports all supported datatypes and settings from either the default browser or another specified browser. This also forces Microsoft Edge to skip the import section of the first-run experience.
If you set this policy to 'DisabledAutoImport' (4), the import section of the first-run experience is skipped entirely and Microsoft Edge doesn't import browser data and settings automatically.
* 0 = Automatically imports all supported datatypes and settings from the default browser
* 1 = Automatically imports all supported datatypes and settings from Internet Explorer
* 2 = Automatically imports all supported datatypes and settings from Google Chrome
* 3 = Automatically imports all supported datatypes and settings from Safari
* 4 = Disables automatic import, and the import section of the first-run experience is skipped
**Note**: This policy currently supports importing from Internet Explorer (on Windows 7, 8, and 10), Google Chrome (on Windows 7, 8, and 10 and on macOS) and Apple Safari (on macOS) browsers.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AutoImportAtFirstRun
- GP name: Automatically import another browser's data and settings at first run
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
AutoImportAtFirstRun
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: AutoImportAtFirstRun
- Example value:
2
Back to top
주소 정보 자동 채우기 사용 (AutofillAddressEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
자동 채우기 기능을 사용하도록 설정하고 사용자가 이전에 저장된 정보를 사용하여 웹 양식에 주소 정보를 자동으로 완성하도록 허용합니다.
이 정책을 사용하지 않으면 자동 완성이 주소 정보를 제안하거나 채우지 않으며 사용자가 웹을 탐색할 때 제출할 수 있는 추가 주소 정보도 저장하지 않습니다.
이 정책을 사용하거나 구성하지 않으면 사용자는 사용자 인터페이스의 주소에 대한 자동 채우기를 제어할 수 있습니다.
참고: 이 정책을 사용하지 않으면 지불 및 암호 양식을 제외한 모든 웹 양식의 모든 활동도 중지됩니다. 더 이상 항목이 저장되지 않으며 Microsoft Edge는 이전 항목을 제안하거나 자동으로 채우지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AutofillAddressEnabled
- GP name: 주소 정보 자동 채우기 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
AutofillAddressEnabled
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: AutofillAddressEnabled
- Example value:
False
Back to top
신용 카드 정보 자동 채우기 사용 (AutofillCreditCardEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge의 자동 채우기 기능을 사용하도록 설정하고 사용자가 이전에 저장된 정보를 사용하여 웹 양식에 신용 카드 정보를 자동으로 완성할 수 있게 합니다.
이 정책을 사용하지 않으면 자동 채우기에서 신용 카드 정보를 제안하거나 채우지 않으며 사용자가 웹을 검색하는 동안 제출할 수 있는 추가 신용 카드 정보를 저장하지 않습니다.
이 정책을 사용하거나 구성하지 않으면 사용자가 신용 카드 정보 자동 채우기를 제어할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AutofillCreditCardEnabled
- GP name: 신용 카드 정보 자동 채우기 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
AutofillCreditCardEnabled
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: AutofillCreditCardEnabled
- Example value:
False
Back to top
Microsoft Edge가 닫힌 후 종료 후 백그라운드 앱 계속 실행 (BackgroundModeEnabled)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
OS 로그인 시 Microsoft Edge 프로세스가 시작되고 마지막 브라우저 창이 닫힌 후 계속 실행되도록 허용합니다. 이 시나리오에서는 백그라운드 앱과 현재 검색 세션이 세션 쿠키를 포함하여 활성 상태로 유지됩니다. 열려 있는 백그라운드 프로세스는 시스템 트레이에 아이콘을 표시하며 거기에서 언제든지 닫을 수 있습니다.
이 정책을 사용하면 백그라운드 모드가 켜집니다.
이 정책을 사용하지 않으면 백그라운드 모드가 꺼집니다.
이 정책을 구성하지 않으면 초기에 백그라운드 모드가 꺼지고 사용자가 edge://settings/system에서 동작을 구성할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BackgroundModeEnabled
- GP name: Microsoft Edge가 닫힌 후 종료 후 백그라운드 앱 계속 실행
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
BackgroundModeEnabled
- Value Type:
REG_DWORD
Example value:
True
Back to top
타사 쿠키 차단 (BlockThirdPartyCookies)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
주소 표시줄에 있는도메인에서 비롯되지 않은 웹 페이지 요소가 쿠키를 설정하지 못하도록 차단합니다.
이 정책을 사용하면 주소 표시줄에 있는도메인에서 비롯되지 않은 웹 페이지 요소가 쿠키를 설정할 수 없습니다.
이 정책을 사용하지 않으면 주소 표시줄 이외의도메인에 있는 웹 페이지 요소에서 쿠키를 설정할 수 있습니다.
이 정책을 구성하지 않으면 타사 쿠키가 사용하도록 설정되지만 사용자가 이 설정을 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BlockThirdPartyCookies
- GP name: 타사 쿠키 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
BlockThirdPartyCookies
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: BlockThirdPartyCookies
- Example value:
False
Back to top
ID 플라이아웃 메뉴 또는 설정 페이지에서 프로필 만들기 사용 (BrowserAddProfileEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
**프로필 추가** 옵션을 사용하여 새 프로필을 만들 수 있도록 허용합니다.
이 정책을 사용하거나 구성하지 않으면 Microsoft Edge에서 사용자가 ID 플라이아웃 메뉴 또는 설정 페이지에서 **프로필 추가**를 사용하여 새 프로필을 만들 수 있습니다.
이 정책을 사용하지 않으면 사용자가 ID 플라이아웃 메뉴 또는 설정 페이지에서 새 프로필을 추가할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BrowserAddProfileEnabled
- GP name: ID 플라이아웃 메뉴 또는 설정 페이지에서 프로필 만들기 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
BrowserAddProfileEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: BrowserAddProfileEnabled
- Example value:
True
Back to top
게스트 모드 사용 (BrowserGuestModeEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 게스트 프로필 사용하도록 허용하는 옵션을 사용합니다. 게스트 프로필에서 브라우저는 기존 프로필에서 검색 데이터를 가져오지 않으며 모든 게스트 프로필이 닫힐 때 검색 데이터를 삭제합니다.
이 정책 설정을 사용하거나 구성하지 않으면 Microsoft Edge에서 사용자가 게스트 프로필을 탐색할 수 있도록 허용합니다.
이 정책을 사용 하지 않도록 설정 하는 경우 Microsoft Edge에서 사용자가 게스트 프로필을 탐색할 수 없도록 합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BrowserGuestModeEnabled
- GP name: 게스트 모드 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
BrowserGuestModeEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: BrowserGuestModeEnabled
- Example value:
True
Back to top
브라우저 네트워크 시간 서비스에 대한 쿼리 허용 (BrowserNetworkTimeQueriesEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
정확한 타임스탬프를 검색하기 위해 Microsoft Edge에서 때때로 브라우저 네트워크 시간 서비스에 쿼리를 보낼 수 없게 합니다.
이 정책을 사용하지 않으면 Microsoft Edge에서 브라우저 네트워크 시간 서비스에 쿼리를 보내는 것이 중지됩니다.
이 정책을 사용하거나 구성하지 않으면 Microsoft Edge에서 때때로 브라우저 네트워크 시간 서비스에 쿼리를 보냅니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BrowserNetworkTimeQueriesEnabled
- GP name: 브라우저 네트워크 시간 서비스에 대한 쿼리 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
BrowserNetworkTimeQueriesEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: BrowserNetworkTimeQueriesEnabled
- Example value:
True
Back to top
브라우저 로그인 설정 (BrowserSignin)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자가 자신의 계정으로 Microsoft Edge에 로그인하고 동기화 및 Single Sign-On과 같은 계정 관련 서비스를 사용할 수 있는지 여부를 지정합니다.동기화 사용을 제어하려면 'SyncDisabled'정책을 사용하세요.
이 정책을 '브라우저 로그인 사용 안함'(0)으로 설정하면 사용자는 브라우저에 로그인하고 계정 기반 서비스를 사용할 수 없습니다. 이 경우 사용자는 동기화와 같은 브라우저 수준 기능을 사용할 수 없습니다. 정책을 "사용 안 함"으로 설정할 때 사용자가 로그인된 경우라면 다음에 정책을 '사용 안함'으로 설정할 때 사용자가 로그인 한 경우 다음에 Microsoft Edge을(를) 실행할 때 로그 아웃됩니다. 그러나 로컬 프로파일 데이터 (예: 즐겨찾기 및 암호)는 보존됩니다. 사용자는 여전히 bing.com 및 Office.com과 같은 Microsoft 웹 속성에 로그인하여 사용할 수 있습니다.
이 정책을 '브라우저 로그인 사용'(1)으로 설정하면 사용자가 브라우저에 로그인 할 수 있습니다. 브라우저에 로그인하면 사용자의 계정 정보가 브라우저에 보관되지만 기본적으로 동기화가 설정되어 있는 것은 아닙니다. 사용자는 별도로 이 기능을 사용하도록 선택해야 합니다. 이 정책을 사용하면 사용자가 브라우저 로그인을 허용하는 설정을 해제할 수 없습니다.
이 정책을 '브라우저 로그인 강제 실행'(2)으로 설정하면 브라우저를 사용하기 위해 프로필에 로그인해야 하므로 관리 계정과 연결된 정책이 적용되고 유지됩니다. 기본적으로 도메인 관리자 또는 'SyncDisabled'정책에 의해 동기화가 사용 중지되지 않는 한 계정의 동기화를 사용하도록 설정합니다. 'BrowserGuestModeEnabled'정책의 기본값은 거짓으로 설정됩니다. 이 정책을 사용하면 서명되지 않은 기존 프로필이 잠기고 액세스할 수 없습니다. 자세한 내용은 https://docs.microsoft.com/Placeholder12.nnn의 도움말 센터 문서를 참조하세요.
이 정책을 구성하지 않으면 사용자가 브라우저 로그인 옵션을 사용할지 여부를 결정할 수 있으며 적합하다고 판단되는 경우 사용할 수 있습니다.
* 0 = 브라우저 로그인 사용 안 함
* 1 = 브라우저 로그인 사용
* 2 = 브라우저 사용을 위해 사용자가 로그인하도록 강요
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BrowserSignin
- GP name: 브라우저 로그인 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
BrowserSignin
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: BrowserSignin
- Example value:
2
Back to top
기본 제공 DNS 클라이언트 사용 (BuiltInDnsClientEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
기본 제공 DNS 클라이언트를 사용할지 여부를 제어합니다.
이 정책을 사용하면 기본 DNS 클라이언트가 사용됩니다(사용 가능한 경우).
이 정책을 사용하지 않으면 클라이언트가 사용되지 않습니다.
이 정책을 구성하지 않으면 기본 제공 DNS 클라이언트가 MacOS에서 기본적으로 사용되며 사용자는 edge://flags를 편집하거나 명령줄 플래그를 지정하여 기본 제공 DNS 클라이언트를 사용할지 여부를 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: BuiltInDnsClientEnabled
- GP name: 기본 제공 DNS 클라이언트 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
BuiltInDnsClientEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: BuiltInDnsClientEnabled
- Example value:
True
Back to top
subjectPublicKeyInfo 해시 목록에 대한 인증서 투명성 적용 사용 안 함 (CertificateTransparencyEnforcementDisabledForCas)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
subjectPublicKeyInfo 해시 목록에 대한 인증서 투명성 요구 사항의 적용을 사용하지 않도록 설정합니다.
이 정책은 지정된 subjectPublicKeyInfo 해시 중 하나를 사용하여 인증서를 포함하는 인증서 체인에 대한 인증서 투명성 공개 요구 사항을 사용하지 않도록 설정할 수 있습니다. 제대로 공개되지 않았기 때문에 이 정책을 사용하지 않으면 신뢰할 수 없는 것이 되는 인증서가 엔터프라이즈 호스트에 계속 사용될 수 있습니다.
이 정책을 설정할 때 인증서 투명성 적용을 사용하지 않으려면 다음 조건 집합 중 하나가 충족되어야 합니다.
1. 해시는 서버 인증서의 subjectPublicKeyInfo입니다.
2. 해시는 인증서 체인에 있는 CA 인증서에 표시되는 subjectPublicKeyInfo의 해시이며, 해당 CA 인증서는 X.509v3 nameConstraints 확장을 통해 제한되며, 하나 이상의 directoryName nameConstraints가 permittedSubtrees에 있고 directoryName에 organizationName 특성이 포함되어 있습니다.
3. 해시는 인증서 체인에 있는 CA 인증서에 표시되는 subjectPublicKeyInfo의 해시이며, CA 인증서에는 인증서 Subject에 하나 이상의 organizationName 특성이 있으며, 서버의 인증서에는 동일한 순서로 바이트 단위의 동일한 값인 동일한 수의 organizationName 특성이 포함되어 있습니다.
해시 알고리즘 이름, "/" 문자 및 지정된 인증서의 DER로 인코딩된 subjectPublicKeyInfo에 적용된 해당 해시 알고리즘의 Base64 인코딩을 연결하여 subjectPublicKeyInfo 해시를 지정합니다. 이 Base64 인코딩은 RFC 7469, 섹션 2.4에 정의된 SPKI 지문과 동일한 형식입니다. 인식할 수 없는 해시 알고리즘은 무시됩니다. 현재 지원되는 유일한 해시 알고리즘은 "sha256"입니다.
이 정책을 사용하지 않거나 구성하지 않으면 인증서 투명성 정책에 따라 공개되지 않으면 인증서 투명성을 통해 공개해야 하는 인증서는 신뢰할 수 없는 것으로 처리됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CertificateTransparencyEnforcementDisabledForCas
- GP name: subjectPublicKeyInfo 해시 목록에 대한 인증서 투명성 적용 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForCas
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForCas\0 = "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForCas\1 = "sha256//////////////////////w=="
Mac information and settings
- Preference Key Name: CertificateTransparencyEnforcementDisabledForCas
- Example value:
<array>
<string>sha256/AAAAAAAAAAAAAAAAAAAAAA==</string>
<string>sha256//////////////////////w==</string>
</array>
Back to top
레거시 인증 기관 목록에 대 한 인증서 투명도 적용 사용 안 함 (CertificateTransparencyEnforcementDisabledForLegacyCas)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
레거시 CA(인증 기관) 목록에 대한 인증서 투명성 요구 사항의 적용을 사용하지 않도록 설정합니다.
이 정책을 사용하면 지정된 subjectPublicKeyInfo 해시 중 하나를 사용하여 인증서를 포함하는 인증서 체인에 대한 인증서 투명성 공개 요구 사항을 사용하지 않도록 설정할 수 있습니다. 제대로 공개적으로 공개되지 않았기 때문에 이 정책을 사용하지 않으면 신뢰할 수 없는 것이 되는 인증서가 엔터프라이즈 호스트에 계속 사용됩니다.
인증서 투명성 적용을 사용하지 않으려면 레거시 CA(인증 기관)로 인식되는 CA 인증서에 표시되는 subjectPublicKeyInfo 해시를 설정해야 합니다. 레거시 CA는 Microsoft Edge에서 지원하는 하나 이상의 운영 체제에서 기본적으로 공개적으로 신뢰할 수 있는 CA입니다.
해시 알고리즘 이름, "/" 문자 및 지정된 인증서의 DER로 인코딩된 subjectPublicKeyInfo에 적용된 해당 해시 알고리즘의 Base64 인코딩을 연결하여 subjectPublicKeyInfo 해시를 지정합니다. 이 Base64 인코딩은 RFC 7469, 섹션 2.4에 정의된 SPKI 지문과 동일한 형식입니다. 인식할 수 없는 해시 알고리즘은 무시됩니다. 현재 지원되는 유일한 해시 알고리즘은 "sha256"입니다.
이 정책을 구성하지 않으면, 인증서 투명성을 통해 공개해야 하는 인증서는 인증서 투명성 정책에 따라 공개되지 않으면 신뢰할 수 없는 것으로 인증서는 처리됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CertificateTransparencyEnforcementDisabledForLegacyCas
- GP name: 레거시 인증 기관 목록에 대 한 인증서 투명도 적용 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForLegacyCas
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForLegacyCas\0 = "sha256/AAAAAAAAAAAAAAAAAAAAAA=="
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForLegacyCas\1 = "sha256//////////////////////w=="
Mac information and settings
- Preference Key Name: CertificateTransparencyEnforcementDisabledForLegacyCas
- Example value:
<array>
<string>sha256/AAAAAAAAAAAAAAAAAAAAAA==</string>
<string>sha256//////////////////////w==</string>
</array>
Back to top
특정 URL에 대한 인증서 투명성 적용 사용 안 함 (CertificateTransparencyEnforcementDisabledForUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
나열된 URL에 대해 강제 인증서 투명성 요구 사항을 사용하지 않도록 설정합니다.
이 정책을 사용하면 인증서 투명성을 통해 지정한 URL의 호스트 이름에 대한 인증서를 공개하지 않을 수 있습니다. 따라서 제대로 공개되지 않았기 때문에 이 정책을 사용하지 않으면 신뢰할 수 없는 것이 되는 인증서를 사용할 수 있지만 해당 호스트에 대해 잘못 발급된 인증서를 검색하기가 더 어려워집니다.
https://docs.microsoft.com//Placeholder01에 따라 URL 패턴을 구성합니다. 인증서는 스키마, 포트 또는 경로와 관계 없이 지정된 호스트 이름에 대해 유효하기 때문에 URL의 호스트 이름 부분만 고려됩니다. 와일드카드 호스트는 지원 되지 않습니다.
이 정책을 구성하지 않으면 인증서 투명성을 통해 공개해야 하는 공개되지 않은 경우 신뢰할 수 없는 것으로 처리됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CertificateTransparencyEnforcementDisabledForUrls
- GP name: 특정 URL에 대한 인증서 투명성 적용 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForUrls\0 = "contoso.com"
SOFTWARE\Policies\Microsoft\Edge\CertificateTransparencyEnforcementDisabledForUrls\1 = ".contoso.com"
Mac information and settings
- Preference Key Name: CertificateTransparencyEnforcementDisabledForUrls
- Example value:
<array>
<string>contoso.com</string>
<string>.contoso.com</string>
</array>
Back to top
클라이언트 인증서가 사용되는 경우에도 이러한 호스트에 대해 HTTP/2 연결 병합 허용 (CoalesceH2ConnectionsWithClientCertificatesForHosts)
This is a future policy
Description
이 정책을 사용하면 클라이언트 인증서를 사용하는 경우에도 HTTP/2 연결 병합이 허용됩니다.
이 정책을 구성하지 않으면 클라이언트 인증서를 사용하는 연결에서 HTTP/2 연결 병합이 허용되지 않습니다. 이것은 기본 동작입니다.
병합하려면 잠재적인 새 연결의 호스트 이름과 기존 연결의 호스트 이름이 모두 이 정책에 지정된 하나 이상의 패턴과 일치해야 합니다. 이 정책은 URLBlocklist 필터 형식을 사용하여 호스트 목록을 지정합니다. "contoso.com"은 "contoso.com" 및 모든 하위 도메인(예: "sub.contoso.com")과 일치하지만 ".contoso.net"은 정확히 "contoso.net"과 일치합니다.
클라이언트 인증서를 사용하는 연결을 통해 다른 호스트에 요청을 병합하면 사용자가 명시적으로 승인하지 않은 경우에도 주변 권한이 모든 요청에 전달되므로 보안 및 개인 정보 문제가 발생할 수 있습니다. 클라이언트 인증서를 사용하는 연결을 통해 다른 호스트에 요청을 통합하면 사용자가 명시 적으로 승인하지 않은 경우에도 주변 권한이 모든 요청에 전달되므로 보안 및 개인 정보 문제가 발생할 수 있습니다. 따라서 이 정책은 일시적이며 향후 릴리스에서 제거될 예정입니다. 자세한 정보는 https://crbug.com/855690를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: CoalesceH2ConnectionsWithClientCertificatesForHosts
- GP name: 클라이언트 인증서가 사용되는 경우에도 이러한 호스트에 대해 HTTP/2 연결 병합 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\CoalesceH2ConnectionsWithClientCertificatesForHosts
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\CoalesceH2ConnectionsWithClientCertificatesForHosts\0 = "contoso.com"
Mac information and settings
- Preference Key Name: CoalesceH2ConnectionsWithClientCertificatesForHosts
- Example value:
<array>
<string>contoso.com</string>
</array>
Back to top
Microsoft Edge에서 구성 요소 업데이트 사용 (ComponentUpdatesEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하거나 구성하지 않으면 Microsoft Edge에서 구성 요소 업데이트를 사용할 수 있습니다.
이 정책을 사용하지 않거나 false로 설정하면 Microsoft Edge의 모든 구성 요소에 대해 구성 요소 업데이트를 사용할 수 없습니다.
그러나 일부 구성 요소는 이 정책에서 제외됩니다. 여기에는 실행 코드를 포함하지 않거나 브라우저의 동작이 크게 변경되지 않거나 보안을 위해 중요한 구성 요소가 포함됩니다. 즉, "보안을 위해 중요한" 업데이트라고 간주되는 업데이트는 이 정책을 사용하지 않도록 설정한 경우에도 계속 적용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ComponentUpdatesEnabled
- GP name: Microsoft Edge에서 구성 요소 업데이트 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ComponentUpdatesEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ComponentUpdatesEnabled
- Example value:
True
Back to top
추적 안 함 구성 (ConfigureDoNotTrack)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
추적 정보를 요청하는 웹 사이트에 추적 안 함 요청을 보낼지 여부를 지정합니다. 추적 안 함 요청은 사용자가 방문한 웹 사이트가 사용자의 검색 활동을 추적하지 못하도록 한다는 것을 알려줍니다. 기본적으로 Microsoft Edge은(는) 추적 안 함 요청을 보내지 않지만 사용자는 이 기능을 사용하여 보낼 수 있습니다.
이 정책을 사용하면 항상 추적 안 함 요청이 추적 정보를 요청하는 웹 사이트로 전송됩니다..
이 정책을 사용하지 않으면 요청이 전송되지 않습니다.
이 정책을 구성하지 않으면 사용자가 이러한 요청을 보낼지 여부를 선택할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ConfigureDoNotTrack
- GP name: 추적 안 함 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ConfigureDoNotTrack
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: ConfigureDoNotTrack
- Example value:
False
Back to top
온라인 텍스트 음성 변환 구성 (ConfigureOnlineTextToSpeech)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Azure인식 서비스의 한 부분인 브라우저에서 온라인 텍스트 음성 변환 글꼴을 활용할 수 있는지 여부를 설정합니다.
이 정책을 사용하거나 구성하지 않으면 SpeechSynthesis API를 사용하는 웹 기반 응용 프로그램에서 온라인 텍스트 음성 변환 글꼴을 사용할 수 있습니다.
사이 정책을 사용하지 않으면 음성 글꼴을 사용할 수 없습니다.
이 기능에 대한 자세한 내용은 다음을 참조하세요:
SpeechSynthesis API: https://developer.mozilla.org/ko-KR/docs/Web/API/SpeechSynthesis
인식 서비스: https://azure.microsoft.com/ko-kr/services/cognitive-services/text-to-speech/
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ConfigureOnlineTextToSpeech
- GP name: 온라인 텍스트 음성 변환 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ConfigureOnlineTextToSpeech
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ConfigureOnlineTextToSpeech
- Example value:
True
Back to top
Microsoft Edge을(를) 기본 브라우저로 설정 (DefaultBrowserSettingEnabled)
Supported Versions: Microsoft Edge on Windows 7 and Mac since version 77 or later
Description
Microsoft Edge에서 기본 브라우저 확인을 구성하고 사용자가 이를 변경할 수 없도록 합니다.
이 정책을 사용하면 Microsoft Edge는 시작할 때 항상 기본 브라우저인지 여부를 확인하고 가능한 경우 자동으로 자체 등록합니다.
이 정책을 사용하지 않으면 Microsoft Edge는 절대 확인하지 않으며 이 옵션을 설정할 수 있는 사용자 컨트롤을 사용하지 않도록 설정합니다.
이 정책을 구성하지 않으면 Microsoft Edge 를 통해 사용자가 기본 브라우저인지 여부와 그렇지 않을 경우 사용자 알림을 표시할지 여부를 제어할 수 있습니다.
Windows 관리자 참고 사항: 정책은 Windows 7을 실행하는 PC에서만 작동합니다. 이후 버전의 Windows에서는 Microsoft Edge를 https 및 http 프로토콜 (및 선택적으로 .html, .htm, .pdf, .svg, .webp와 같은 ftp 프로토콜 및 파일 형식)에 대한 처리기로 만드는 "기본 응용 프로그램 연결" 파일을 배포해야 합니다. 자세한 내용은 https://docs.microsoft.com//Placeholder02를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DefaultBrowserSettingEnabled
- GP name: Microsoft Edge을(를) 기본 브라우저로 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DefaultBrowserSettingEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: DefaultBrowserSettingEnabled
- Example value:
True
Back to top
개발자 도구를 사용할 수 있는 위치 제어 (DeveloperToolsAvailability)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
개발자 도구를 사용할 수 있는 위치를 제어합니다.
이 정책을 'DeveloperToolsDisallowedForForceInstalledExtensions'(0, 기본값)로 설정하면 사용자가 개발자 도구와 JavaScript 콘솔에 일반적으로 액세스할 수 있지만 엔터프라이즈 정책에 의해 설치된 확장의 컨텍스트에서는 액세스할 수 없습니다.
이 정책을 'DeveloperToolsAllowed'(1)로 설정하면 사용자가 엔터프라이즈 정책에 의해 설치된 확장을 포함하여 모든 컨텍스트에서 개발자 도구와 JavaScript 콘솔에 액세스할 수 있습니다.
이 정책을 'DeveloperToolsDisallowed'(2)로 설정하면 사용자가 개발자 도구에 액세스하거나 웹 사이트 요소를 검사할 수 없습니다. 개발자 도구나 JavaScript 콘솔을 여는 바로 가기 키와 메뉴 또는 상황에 맞는 메뉴 항목을 사용할 수 없습니다.
* 0 = 엔터프라이즈 정책에 의해 설치된 확장에서 개발자 도구 차단, 다른 컨텍스트에서 허용
* 1 = 개발자 도구 사용 허용
* 2 = 개발자 도구 사용 허용 안 함
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DeveloperToolsAvailability
- GP name: 개발자 도구를 사용할 수 있는 위치 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DeveloperToolsAvailability
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DeveloperToolsAvailability
- Example value:
2
Back to top
3D 그래픽 API에 대한 지원 사용 안 함 (Disable3DAPIs)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
웹 페이지가 GPU (그래픽 처리 장치)에 액세스하지 못하도록 합니다. 특히 웹 페이지가 WebGL API에 액세스할 수 없으며 플러그 인은 Pepper 3D API를 사용할 수 없습니다. .
이 정책을 구성하지 않거나 사용하지 않도록 설정하면 잠재적으로 웹 페이지가 WebGL API를 사용하고 플러그 인은 Pepper 3D API를 사용할 수 있습니다. Microsoft Edge는 기본적으로 이러한 API를 사용하기 위해 전달할 명령줄 인수가 여전히 필요합니다.
'HardwareAccelerationModeEnabled' 정책이 false로 설정되면 'Disable3DAPIs' 정책에 대한 설정은 무시됩니다. 'Disable3DAPIs' 정책을 true로 설정하는 것과 같습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: Disable3DAPIs
- GP name: 3D 그래픽 API에 대한 지원 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
Disable3DAPIs
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: Disable3DAPIs
- Example value:
False
Back to top
스크린샷 찍기 사용 안 함 (DisableScreenshots)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자가 브라우저 페이지의 스크린샷을 찍을 수 있는지 여부를 제어합니다.
이 정책을 사용하면 사용자가 바로 가기 키 또는 확장 API를 사용하여 스크린샷을 찍을 수 없습니다.
이 정책을 사용하지 않거나 구성하지 않으면 사용자가 스크린샷을 찍을 수 있습니다.
참고: 이 정책은 브라우저 자체에서 찍은 스크린샷을 제어합니다. 이 정책을 사용하도록 설정하는 경우에도 사용자는 운영 체제 기능이나 다른 응용 프로그램 사용하는 등의 일부 브라우저 외부의 방법을 사용하여 계속 스크린샷을 찍을 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DisableScreenshots
- GP name: 스크린샷 찍기 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DisableScreenshots
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: DisableScreenshots
- Example value:
True
Back to top
디스크 캐시 디렉터리 설정 (DiskCacheDir)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
캐시된 파일을 저장하는 데 사용할 디렉터리를 구성합니다.
이 정책을 사용하면 Microsoft Edge는 사용자가 '--disk-cache-dir' 플래그를 지정했는지 여부에 관계 없이 제공된 디렉터리를 사용합니다. 데이터 손실이나 기타 예기치 않은 오류가 발생하지 않도록 하려면 이 정책을 Microsoft Edge에서 콘텐츠를 관리하므로 볼륨의 루트 디렉터리 또는 다른 목적으로 사용되는 디렉터리에 이 정책을 구성하지 마세요.
디렉터리 및 경로를 지정할 때 사용할 수 있는 변수 목록은 https://docs.microsoft.com/Placeholder08을 참조하세요.
이 정책을 구성하지 않으면 기본 캐시 디렉터리가 사용되며 사용자가 '--disk-cache-dir' 명령줄 플래그를 사용하여 해당 기본값을 재정의할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DiskCacheDir
- GP name: 디스크 캐시 디렉터리 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DiskCacheDir
- Value Type:
REG_SZ
Example value:
"${user_home}/Edge_cache"
Mac information and settings
- Preference Key Name: DiskCacheDir
- Example value:
"${user_home}/Edge_cache"
Back to top
디스크 캐시 크기를 바이트 단위로 설정 (DiskCacheSize)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
디스크에 파일을 저장하는 데 사용되는 캐시 크기(바이트)를 구성합니다.
이 정책을 사용하면 Microsoft Edge는 사용자가 '--disk-cache-size' 플래그를 지정했는지 여부에 관계 없이 제공된 캐시 크기를 사용합니다. 이 정책에 지정된 값은 하드 경계가 아니라 캐싱 시스템에 대한 제안 사항입니다. 메가바이트 이하의 값은 너무 작아서 합리적인 최소값으로 반올림됩니다.
이 정책의 값을 0으로 설정하면 기본 캐시 크기가 사용되며 사용자가 변경할 수 없습니다.
이 정책을 구성하지 않으면 기본 크기가 사용되지만 사용자가 '--disk-cache-size' 플래그를 사용하여 재정의할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DiskCacheSize
- GP name: 디스크 캐시 크기를 바이트 단위로 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
DiskCacheSize
- Value Type:
REG_DWORD
Example value:
0x06400000
Mac information and settings
- Preference Key Name: DiskCacheSize
- Example value:
104857600
Back to top
다운로드 디렉터리 설정 (DownloadDirectory)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
파일을 다운로드할 때 사용할 디렉터리를 구성합니다.
이 정책을 사용하면 Microsoft Edge는 사용자가 디렉터리를 지정했거나 매번 다운로드 위치를 묻는 메시지가 표시되도록 선택했는지 여부에 관계 없이 제공된 디렉터리를 사용합니다. 사용할 수 있는 변수 목록은 https://docs.microsoft.com/Placeholder08을 참조하세요.
이 정책 설정을 사용하지 않거나 구성하지 않으면 기본 다운로드 디렉터리가 사용되며 사용자가 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DownloadDirectory
- GP name: 다운로드 디렉터리 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
DownloadDirectory
- Value Type:
REG_SZ
Example value:
"/home/${user_name}/Downloads"
Mac information and settings
- Preference Key Name: DownloadDirectory
- Example value:
"/home/${user_name}/Downloads"
Back to top
다운로드 제한 허용 (DownloadRestrictions)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자가 보안 결정을 재정의할 수 없도록 하면서 Microsoft Edge가 완전히 차단하는 다운로드 유형을 구성합니다.
Microsoft Defender SmartScreen 경고가 있는 다운로드를 제외한 모든 다운로드를 허용하려면 '위험한 다운로드 차단'(1)을 설정하세요.
잠재적으로 위험한 다운로드에 대한 Microsoft Defender SmartScreen 경고가 있는 다운로드를 제외한 모든 다운로드를 허용하려면 '잠재적으로 위험한 다운로드 차단'(2)을 설정하세요.
모든 다운로드를 차단하려면 '모든 다운로드 차단'(3)을 설정하세요.
이 정책을 구성하지 않거나 '특별한 제한 없음'(0) 옵션을 설정하면 Microsoft Defender SmartScreen 분석 결과를 기반으로 하는 일반적인 보안 제한을 거쳐 다운로드가 수행됩니다.
참고: 이러한 제한은 웹 페이지 콘텐츠의 다운로드 뿐만 아니라 '다운로드 링크 ...' 상황에 맞는 메뉴 옵션에도 적용됩니다. 이러한 제한은 현재 표시된 페이지를 저장하거나 다운로드하는 데 적용되지 않으며 인쇄 옵션의 PDF로 저장 옵션에도 적용되지도 않습니다.
Microsoft Defender SmartScreen에 대한 자세한 내용은 https://docs.microsoft.com/Placeholder09를 참조하세요.
* 0 = 특별한 제한 없음
* 1 = 위험한 다운로드 차단
* 2 = 잠재적으로 위험한 다운로드 차단
* 3 = 모든 다운로드 차단
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: DownloadRestrictions
- GP name: 다운로드 제한 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
DownloadRestrictions
- Value Type:
REG_DWORD
Example value:
0x00000002
Mac information and settings
- Preference Key Name: DownloadRestrictions
- Example value:
2
Back to top
사용자가 즐겨찾기를 편집할 수 있도록 허용 (EditFavoritesEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하도록 설정하면 사용자가 즐겨찾기를 추가, 제거 및 수정할 수 있습니다. 정책을 구성하지 않으면 이것이 기본 동작입니다.
이 정책을 사용하지 않도록 설정하면 사용자가 즐겨찾기를 추가, 제거 또는 수정할 수 없도록 중지합니다. 기존 즐겨찾기는 계속 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EditFavoritesEnabled
- GP name: 사용자가 즐겨찾기를 편집할 수 있도록 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
EditFavoritesEnabled
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: EditFavoritesEnabled
- Example value:
False
Back to top
제한된 기간 동안 사용되지 않은 웹 플랫폼 기능 다시 사용 (EnableDeprecatedWebPlatformFeatures)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
일시적으로 다시 사용하도록 사용 중단된 기능을 일시적으로 다시 사용할 수 있게 웹 플랫폼 기능 목록을 지정합니다.
이 정책을 사용하면 제한된 기간 동안 사용 중단된 웹 플랫폼 기능을 다시 활성화할 수 있습니다.기능은 문자열 태그로 식별됩니다.
이 정책을 구성하지 않은 경우, 목록이 비어 있거나 또는 기능이 지원되는 문자열 태그 중 하나와 일치하지 않는 경우, 사용 중단된 웹 플랫폼 기능이 모두 사용 중지된 상태로 유지됩니다.
위의 플랫폼에서는 정책 자체가 지원되지만 모든 플랫폼에서 사용할 수는 없습니다. 사용 중단된 모든 웹 플랫폼 기능을 다시 사용할 수 있는 것은 아닙니다. 명시적으로 아래에 나열 된 기능만이, 기능에 따라 다른 제한된 시간동안 사용할 수 있습니다.https://bit.ly/blinkintents에서 웹 플랫폼 기능 변경의 의도를 검토 할 수 있습니다.
문자열 태그의 일반적인 형식은 [DeprecatedFeatureName]_EffectiveUntil[yyyymmdd]입니다.
* "ExampleDeprecatedFeature_EffectiveUntil20080902" = ExampleDeprecatedFeature API를 2008/09/02까지 사용하도록 설정
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EnableDeprecatedWebPlatformFeatures
- GP name: 제한된 기간 동안 사용되지 않은 웹 플랫폼 기능 다시 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\EnableDeprecatedWebPlatformFeatures
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\EnableDeprecatedWebPlatformFeatures\0 = "ExampleDeprecatedFeature_EffectiveUntil20080902"
Mac information and settings
- Preference Key Name: EnableDeprecatedWebPlatformFeatures
- Example value:
<array>
<string>ExampleDeprecatedFeature_EffectiveUntil20080902</string>
</array>
Back to top
Microsoft에서 도메인 작업 다운로드 사용 (EnableDomainActionsDownload)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 도메인 작업은 브라우저가 웹에서 올바르게 작동 하는 데 도움이 되는 일련의 호환성 기능을 나타냅니다.
Microsoft는 호환성을 위해 특정 도메인에서 수행할 작업 목록을 유지합니다. 예를 들어, Microsoft Edge의 새 사용자 에이전트 문자열로 인해 브라우저가 손상된 경우 브라우저에서 웹 사이트의 사용자 에이전트 문자열을 재정의할 수 있습니다. 이러한 각 작업은 Microsoft가 사이트 소유자의 문제를 해결하려고 하는 동안 임시로 수행하기 위한 것입니다.
브라우저가 시작된 다음 주기적으로 실행되면 브라우저는 수행할 호환성 작업의 최신 목록까지 대부분이 포함된 Microsoft 서버에 접속합니다. 이 목록은 서버의 복사본이 변경된 경우에만 후속 요청이 목록을 업데이트하도록 처음 검색된 후에 로컬로 저장됩니다.
이 정책을 사용하면 도메인 작업 목록이 Microsoft 서버에서 계속 다운로드됩니다.
이 정책을 사용하지 않으면 도메인 작업 목록이 더 이상 Microsoft 서버에서 다운로드되지 않습니다.
이 정책을 구성하지 않으면 도메인 작업 목록이 Microsoft 서버에서 계속 다운도르됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EnableDomainActionsDownload
- GP name: Microsoft에서 도메인 작업 다운로드 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
EnableDomainActionsDownload
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: EnableDomainActionsDownload
- Example value:
True
Back to top
온라인 OCSP/CRL 검사 사용 (EnableOnlineRevocationChecks)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하도록 설정하여 Microsoft Edge에서 기본적으로 사용할 수 없는 온라인 OSCP/CRL 검사를 사용합니다. (이러한 소프트 오류, 온라인 해지 확인은 효과적인 보안 이점을 제공하지 않습니다.)
정책을 사용하지 않거나 구성하지 않으면 Microsoft Edge는 온라인 해지 확인을 수행하지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: EnableOnlineRevocationChecks
- GP name: 온라인 OCSP/CRL 검사 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
EnableOnlineRevocationChecks
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: EnableOnlineRevocationChecks
- Example value:
False
Back to top
즐겨찾기 모음 사용 (FavoritesBarEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
즐겨찾기 모음을 사용하거나 사용하지 않도록 설정합니다.
이 정책을 사용하면 즐겨찾기 모음이 표시됩니다.
이 정책을 사용하지 않으면 즐겨찾기 모음이 표시되지 않습니다.
이 정책이 구성되어 있지 않으면 사용자가 즐겨찾기 모음을 사용할지 여부를 결정할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: FavoritesBarEnabled
- GP name: 즐겨찾기 모음 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
FavoritesBarEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: FavoritesBarEnabled
- Example value:
True
Back to top
Bing 유해 정보 차단 구성 (ForceBingSafeSearch)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Bing 웹 검색의 쿼리는 지정된 값으로 설정된 유해 정보 차단 설정으로 완료됩니다. 사용자는 이 설정을 변경할 수 없습니다.
이 정책을 "사용 안 함"으로 설정하면 Bing 검색의 유해 정보 차단이 bing.com 값으로 돌아갑니다.
이 정책을 "보통"으로 설정하면 유해 정보 차단에서 보통 설정이 사용됩니다. 보통 설정은 성인용 비디오 및 이미지를 필터링하지만 검색 결과에서 텍스트는 필터링하지 않습니다.
이 정책을 "엄격"으로 설정하면 유해 정보 차단의 엄격한 설정이 사용됩니다. 엄격한 설정은 성인용 텍스트, 이미지 및 비디오를 필터링합니다.
이 정책을 사용하지 않거나 구성하지 않으면 Bing 검색의 유해 정보 차단이 적용되지 않으며 사용자가 bing.com에서 원하는 값을 설정할 수 있습니다.
* 0 = Bing에서 검색 제한 구성 안 함
* 1 = Bing에서 보통 검색 제한 구성
* 2 = Bing에서 엄격한 검색 제한 구성
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ForceBingSafeSearch
- GP name: Bing 유해 정보 차단 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ForceBingSafeSearch
- Value Type:
REG_DWORD
Example value:
0x00000000
Mac information and settings
- Preference Key Name: ForceBingSafeSearch
- Example value:
0
Back to top
임시 프로필 사용 설정 (ForceEphemeralProfiles)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자 프로필이 임시 모드로 전환되는지 여부를 제어합니다. 임시 프로필은 세션이 시작될 때 만들어지고 세션이 끝날 때 삭제되며 사용자의 원래 프로필과 연결됩니다.
이 정책을 사용하면 프로필이 임시 모드로 실행됩니다. 이를 통해 사용자는 검색 데이터를 해당 장치에 저장하지 않고도 자신의 장치에서 작업할 수 있습니다. Windows에서 GPO를 사용하여 OS 정책으로 이 정책을 사용하면 시스템의 모든 프로필에 이 정책이 적용됩니다.
이 정책을 사용하지 않거나 구성하지 않으면 사용자가 브라우저에 로그인할 때 일반 프로필을 가져옵니다.
임시 모드에서는 프로필 데이터가 사용자 세션 동안에만 디스크에 저장됩니다. 브라우저 기록, 확장 및 해당 데이터, 쿠키와 같은 웹 데이터, 웹 데이터베이스 등의 기능은 브라우저를 닫은 후에 저장되지 않습니다. 이 경우 사용자가 수동으로 디스크에 데이터를 다운로드하거나 페이지를 저장하거나 인쇄하는 것을 막지 않습니다. 사용자가 동기화를 사용하도록 설정하면 일반 프로필과 마찬가지로 모든 데이터가 동기화 계정에 보존됩니다. 명시적으로 사용하지 않도록 설정하지 않는 한 사용자는 임시 모드에서 InPrivate 브라우징을 사용할 수도 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ForceEphemeralProfiles
- GP name: 임시 프로필 사용 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ForceEphemeralProfiles
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ForceEphemeralProfiles
- Example value:
True
Back to top
Google 유해 정보 차단 적용 (ForceGoogleSafeSearch)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
유해 정보 차단이 활성으로 설정된 상태에서 수행되도록 Google 웹 검색의 쿼리를 강제로 적용하고 사용자가 이 설정을 변경하지 못하도록 합니다.
이 정책을 사용하면 Google 검색에서 유해 정보 차단이 항상 활성 상태입니다.
이 정책을 사용하지 않거나 구성하지 않으면 유해 정보 차단이 Google 검색에 적용되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ForceGoogleSafeSearch
- GP name: Google 유해 정보 차단 적용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ForceGoogleSafeSearch
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: ForceGoogleSafeSearch
- Example value:
False
Back to top
최소 YouTube 제한 모드 강제 적용 (ForceYouTubeRestrict)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
YouTube에서 최소 제한 모드를 적용하고 사용자가 더 낮은 제한 모드를 선택할 수 없도록 합니다.
YouTube에서 엄격한 제한 모드를 적용하려면 엄격(2)으로 설정하세요.
사용자가 YouTube에서 보통 제한 모드 및 엄격한 제한 모드만 사용하도록 하려면 보통(1)으로 설정하세요. 제한 모드를 사용하지 않도록 설정할 수 없습니다.
YouTube에서 제한 모드를 적용하지 않도록 하려면 이 정책을 끄기(0)로 설정하거나 구성하지 마세요. YouTube 정책과 같은 외부 정책은 계속 제한 모드를 적용할 수 있습니다.
* 0 = YouTube에서 제한 모드 적용 안 함
* 1 = YouTube에서 보통 제한 모드 이상만 적용
* 2 = YouTube에서 엄격한 제한 모드 적용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ForceYouTubeRestrict
- GP name: 최소 YouTube 제한 모드 강제 적용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ForceYouTubeRestrict
- Value Type:
REG_DWORD
Example value:
0x00000000
Mac information and settings
- Preference Key Name: ForceYouTubeRestrict
- Example value:
0
Back to top
전체 화면 모드 허용 (FullscreenAllowed)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
전체 화면 모드의 사용 가능 여부 설정 - 모든 Microsoft Edge UI가 숨겨져 있고 웹 콘텐츠만 표시됩니다.
이 정책을 사용하거나 구성하지 않으면 적절한 사용 권한이 있는 사용자, 앱 및 확장이 전체 화면 모드로 전환할 수 있습니다.
이 정책을 사용하지 않으면 사용자, 앱 및 확장이 전체 화면 모드로 전환 할 수 없습니다.
전체 화면 모드가 사용 중지 된 경우 명령줄을 사용하여 키오스크 모드에서 Microsoft Edge을(를) 열 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: FullscreenAllowed
- GP name: 전체 화면 모드 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
FullscreenAllowed
- Value Type:
REG_DWORD
Example value:
True
Back to top
가능한 경우 하드웨어 가속 사용 (HardwareAccelerationModeEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용 가능한 경우 하드웨어 가속을 사용하도록 지정합니다. 이 정책을 사용하거나 구성하지 않으면 GPU 기능이 명시적으로 차단되어 있지 않는 한 하드웨어 가속이 활성화됩니다.
이 정책을 사용하지 않으면 하드웨어 가속이 비활성화됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: HardwareAccelerationModeEnabled
- GP name: 가능한 경우 하드웨어 가속 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
HardwareAccelerationModeEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: HardwareAccelerationModeEnabled
- Example value:
True
Back to top
Allow importing of autofill form data (ImportAutofillFormData)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import autofill form data from another browser into Microsoft Edge.
If you enable this policy, the option to manually import autofill data is automatically selected.
If you disable this policy, autofill form data isn't imported at first run, and users can't import it manually.
If you don't configure this policy, autofill data is imported at first run, and users can choose whether to import this data manually during later browsing sessions.
You can set this policy as a recommendation. This means that Microsoft Edge will import autofill data on first run, but users can select or clear **autofill data** option during manual import.
**Note**: This policy currently manages importing from Google Chrome (on Windows 7, 8, and 10 and on macOS).
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportAutofillFormData
- GP name: Allow importing of autofill form data
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportAutofillFormData
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportAutofillFormData
- Example value:
True
Back to top
Allow importing of favorites (ImportFavorites)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import favorites from another browser into Microsoft Edge.
If you enable this policy, the **Favorites** check box is automatically selected in the **Import browser data** dialog box.
If you disable this policy, favorites aren't imported at first run, and users can’t import them manually.
If you don’t configure this policy, favorites are imported at first run, and users can choose whether to import them manually during later browsing sessions.
You can also set this policy as a recommendation. This means that Microsoft Edge imports favorites on first run, but users can select or clear the **favorites** option during manual import.
**Note**: This policy currently manages importing from Internet Explorer (on Windows 7, 8, and 10), Google Chrome (on Windows 7, 8, and 10 and on macOS) and Apple Safari (on macOS) browsers.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportFavorites
- GP name: Allow importing of favorites
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportFavorites
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportFavorites
- Example value:
True
Back to top
Allow importing of browsing history (ImportHistory)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import their browsing history from another browser into Microsoft Edge.
If you enable this policy, the **Browsing history** check box is automatically selected in the **Import browser data** dialog box.
If you disable this policy, browsing history data isn't imported at first run, and users can’t import this data manually.
If you don’t configure this policy, browsing history data is imported at first run, and users can choose whether to import it manually during later browsing sessions.
You can also set this policy as a recommendation. This means that Microsoft Edge imports browsing history on first run, but users can select or clear the **history** option during manual import.
**Note**: This policy currently manages importing from Internet Explorer (on Windows 7, 8, and 10), Google Chrome (on Windows 7, 8, and 10 and on macOS) and Apple Safari (macOS) browsers.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportHistory
- GP name: Allow importing of browsing history
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportHistory
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportHistory
- Example value:
True
Back to top
Allow importing of home page settings (ImportHomepage)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import their home page setting from another browser into Microsoft Edge.
If you enable this policy, the option to manually import the home page setting is automatically selected.
If you disable this policy, the home page setting isn’t imported at first run, and users can’t import it manually.
If you don’t configure this policy, the home page setting is imported at first run, and users can choose whether to import this data manually during later browsing sessions.
You can set this policy as a recommendation. This means that Microsoft Edge imports the home page setting on first run, but users can select or clear the **home page** option during manual import.
**Note**: This policy currently manages importing from Internet Explorer (on Windows 7, 8, and 10).
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportHomepage
- GP name: Allow importing of home page settings
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ImportHomepage
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportHomepage
- Example value:
True
Back to top
Allow importing of payment info (ImportPaymentInfo)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import payment info from another browser into Microsoft Edge.
If you enable this policy, the **payment info** check box is automatically selected in the **Import browser data** dialog box.
If you disable this policy, payment info isn’t imported at first run, and users can’t import it manually.
If you don’t configure this policy, payment info is imported at first run, and users can choose whether to import it manually during later browsing sessions.
You can also set this policy as a recommendation. This means that Microsoft Edge imports payment info on first run, but users can select or clear the **payment info** option during manual import.
**Note:** This policy currently manages importing from Google Chrome (on Windows 7, 8, and 10 and on macOS).
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportPaymentInfo
- GP name: Allow importing of payment info
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportPaymentInfo
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportPaymentInfo
- Example value:
True
Back to top
Allow importing of saved passwords (ImportSavedPasswords)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import saved passwords from another browser into Microsoft Edge.
If you enable this policy, the option to manually import saved passwords is automatically selected.
If you disable this policy, saved passwords aren't imported on first run, and users can't import them manually.
If you don't configure this policy, passwords are imported at first run, and users can choose whether to import them manually during later browsing sessions.
You can set this policy as a recommendation. This means that Microsoft Edge imports passwords on first run, but users can select or clear the **passwords** option during manual import.
**Note**: This policy currently manages importing from Internet Explorer (on Windows 7, 8, and 10) and Google Chrome (on Windows 7, 8, and 10 and on macOS) browsers.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportSavedPasswords
- GP name: Allow importing of saved passwords
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportSavedPasswords
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportSavedPasswords
- Example value:
True
Back to top
Allow importing of search engine settings (ImportSearchEngine)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows users to import search engine settings from another browser into Microsoft Edge.
If you enable, this policy, the option to import search engine settings is automatically selected.
If you disable this policy, search engine settings aren't imported at first run, and users can’t import them manually.
If you don’t configure this policy, search engine settings are imported at first run, and users can choose whether to import this data manually during later browsing sessions.
You can set this policy as a recommendation. This means that Microsoft Edge imports search engine settings on first run, but users can select or clear the **search engine** option during manual import.
**Note**: This policy currently manages importing from Internet Explorer (on Windows 7, 8, and 10).
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ImportSearchEngine
- GP name: Allow importing of search engine settings
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ImportSearchEngine
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ImportSearchEngine
- Example value:
True
Back to top
InPrivate 모드 가용성 구성 (InPrivateModeAvailability)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 사용자가 InPrivate 모드로 페이지를 열 수 있는지 여부를 지정합니다.
이 정책을 구성하지 않거나 '활성화됨' (0)로 설정하면 사용자는 InPrivate 모드로 페이지를 열 수 있습니다.
사용자가 InPrivate 모드를 사용하지 못하게 하려면 이 정책을 '비활성화' (1)로 설정하세요.
항상 InPrivate 모드를 사용하려면 이 정책을 '강제' (2)로 설정하세요.
* 0 = InPrivate 모드 사용 가능
* 1 = InPrivate 모드 사용 불가
* 2 = InPrivate 모드 강제 적용
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: InPrivateModeAvailability
- GP name: InPrivate 모드 가용성 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
InPrivateModeAvailability
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: InPrivateModeAvailability
- Example value:
1
Back to top
Configure Internet Explorer integration (InternetExplorerIntegrationLevel)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
Allows you to configure the scope of Internet Explorer integration in Microsoft Edge.
If you enable this policy, you can choose between the following options:
* Internet Explorer mode: provides full immersive integration of Internet Explorer with Microsoft Edge version 77 or later
* Internet Explorer 11: lets users open selected sites in the stand-alone version of Internet Explorer 11
If you disable or don’t configure this policy, all sites are opened in Microsoft Edge. This is the default behavior.
To configure this policy, you must first enable at least one of the following related policies. Otherwise, this policy will have no effect.
- Use the Enterprise Mode IE website list (‘SiteList’)
- Send all intranet sites to Internet Explorer (‘SendIntranetToInternetExplorer’)
For more info about how to use this policy together with other related policies to create the optimal configuration for your organization, see https://go.microsoft.com/fwlink/?linkid=2094210.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: InternetExplorerIntegrationLevel
- GP name: Configure Internet Explorer integration
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
InternetExplorerIntegrationLevel
- Value Type:
REG_DWORD
Example value:
0x00000001
Back to top
특정 원본에 대해 사이트 격리 사용 (IsolateOrigins)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
자신의 프로세스에서 단독으로 실행되도록 원본을 지정합니다.
또한이 정책은 하위 도메인에서 명명 한 원본을 분리합니다. 예를 들어 https://contoso.com/를 지정하면 https://foo.contoso.com/이 https://contoso.com/ 사이트의 일부로 격리됩니다.
정책이 활성화된 경우 쉼표로 구분된 목록의 각 명명된 출처는 자체 프로세스에서 실행됩니다.
이 정책을 사용하지 않으면 'IsolateOrigins'및 'SitePerProcess'기능이 모두 비활성화됩니다. 사용자는 명령줄 플래그를 통해 'IsolateOrigins'정책을 수동으로 활성화할 수 있습니다.
정책을 구성하지 않은 경우 사용자가 이 설정을 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: IsolateOrigins
- GP name: 특정 원본에 대해 사이트 격리 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
IsolateOrigins
- Value Type:
REG_SZ
Example value:
"https://contoso.com/,https://fabrikam.com/"
Mac information and settings
- Preference Key Name: IsolateOrigins
- Example value:
"https://contoso.com/,https://fabrikam.com/"
Back to top
즐겨찾기 구성 (ManagedFavorites)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
관리되는 즐겨 찾기 목록을 구성합니다.
정책은 즐겨찾기 목록을 만듭니다. 각 즐겨찾기에는 즐겨찾기의 이름과 대상을 포함하는 "이름" 및 "URL" 키가 있습니다. "URL" 키는 없으나 위에 정의된 즐겨찾기 목록을 포함하는 추가 "자식" 키는 있는 즐겨찾기를 정의하여 하위 폴더를 구성할 수 있습니다(일부는 폴더일 수 있음). Microsoft Edge는 주소 표시줄을 통해 제출된 것처럼 불완전한 URL을 수정합니다. 예를 들어 "microsoft.com"은 "https://microsoft.com/"이 됩니다.
이러한 즐겨찾기는 사용자가 수정할 수 없는 폴더에 저장됩니다. 그러나 사용자가 즐겨찾기 모음에서 숨길 수 있습니다. 기본적으로 폴더 이름은 "관리되는 즐겨찾기"이지만 "toplevel_name" 키가 포함된 사전을 즐겨찾기 목록에 추가하여 원하는 폴더 이름을 값으로 변경할 수 있습니다.
관리되는 즐겨찾기는 사용자 계정에 동기화되지 않으며 확장에 의해 수정될 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ManagedFavorites
- GP name: 즐겨찾기 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ManagedFavorites
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ManagedFavorites = [
{
"toplevel_name": "My managed favorites folder"
},
{
"name": "Microsoft",
"url": "microsoft.com"
},
{
"name": "Bing",
"url": "bing.com"
},
{
"children": [
{
"name": "Microsoft Edge Insiders",
"url": "www.microsoftedgeinsider.com"
},
{
"name": "Microsoft Edge",
"url": "www.microsoft.com/windows/microsoft-edge"
}
],
"name": "Microsoft Edge links"
}
]
Mac information and settings
- Preference Key Name: ManagedFavorites
- Example value:
<key>ManagedFavorites</key>
<array>
<dict>
<key>toplevel_name</key>
<string>My managed favorites folder</string>
</dict>
<dict>
<key>name</key>
<string>Microsoft</string>
<key>url</key>
<string>microsoft.com</string>
</dict>
<dict>
<key>name</key>
<string>Bing</string>
<key>url</key>
<string>bing.com</string>
</dict>
<dict>
<key>children</key>
<array>
<dict>
<key>name</key>
<string>Microsoft Edge Insiders</string>
<key>url</key>
<string>www.microsoftedgeinsider.com</string>
</dict>
<dict>
<key>name</key>
<string>Microsoft Edge</string>
<key>url</key>
<string>www.microsoft.com/windows/microsoft-edge</string>
</dict>
</array>
<key>name</key>
<string>Microsoft Edge links</string>
</dict>
</array>
Back to top
검색 엔진 관리 (ManagedSearchEngines)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
최대 10개의 검색 엔진 목록을 구성할 수 있으며, 목록 중 하나는 기본 검색 엔진으로 표시해야 합니다.
검색 엔진에 대한 인코딩을 지정할 필요는 없습니다.
이 정책을 사용하면 사용자가 목록의 검색 엔진을 추가, 제거 또는 변경할 수 없습니다. 사용자는 기본 검색 엔진을 목록에 있는 검색 엔진으로 설정할 수 있습니다.
이 정책을 사용하지 않거나 구성하지 않으면 사용자가 원하는 대로 검색 엔진 목록을 수정할 수 있습니다.
'DefaultSearchProviderSearchURL' 정책이 설정된 경우 이 정책('ManagedSearchEngines')은 무시됩니다. 이 정책 적용을 마무리하려면 사용자가 브라우저를 다시 시작해야 합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Dictionary
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ManagedSearchEngines
- GP name: 검색 엔진 관리
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ManagedSearchEngines
- Value Type:
REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\ManagedSearchEngines = [
{
"image_search_url": "https://www.example1.com/images/detail/search?iss=sbiupload",
"is_default": true,
"keyword": "example1.com",
"name": "Example1",
"search_url": "https://www.example1.com/search?q={searchTerms}",
"suggest_url": "https://www.example1.com/qbox?query={searchTerms}"
},
{
"image_search_url": "https://www.example2.com/images/detail/search?iss=sbiupload",
"keyword": "example2.com",
"name": "Example2",
"search_url": "https://www.example2.com/search?q={searchTerms}",
"suggest_url": "https://www.example2.com/qbox?query={searchTerms}"
},
{
"encoding": "UTF-8",
"image_search_url": "https://www.example3.com/images/detail/search?iss=sbiupload",
"keyword": "example3.com",
"name": "Example3",
"search_url": "https://www.example3.com/search?q={searchTerms}",
"suggest_url": "https://www.example3.com/qbox?query={searchTerms}"
}
]
Mac information and settings
- Preference Key Name: ManagedSearchEngines
- Example value:
<key>ManagedSearchEngines</key>
<array>
<dict>
<key>image_search_url</key>
<string>https://www.example1.com/images/detail/search?iss=sbiupload</string>
<key>is_default</key>
<true/>
<key>keyword</key>
<string>example1.com</string>
<key>name</key>
<string>Example1</string>
<key>search_url</key>
<string>https://www.example1.com/search?q={searchTerms}</string>
<key>suggest_url</key>
<string>https://www.example1.com/qbox?query={searchTerms}</string>
</dict>
<dict>
<key>image_search_url</key>
<string>https://www.example2.com/images/detail/search?iss=sbiupload</string>
<key>keyword</key>
<string>example2.com</string>
<key>name</key>
<string>Example2</string>
<key>search_url</key>
<string>https://www.example2.com/search?q={searchTerms}</string>
<key>suggest_url</key>
<string>https://www.example2.com/qbox?query={searchTerms}</string>
</dict>
<dict>
<key>encoding</key>
<string>UTF-8</string>
<key>image_search_url</key>
<string>https://www.example3.com/images/detail/search?iss=sbiupload</string>
<key>keyword</key>
<string>example3.com</string>
<key>name</key>
<string>Example3</string>
<key>search_url</key>
<string>https://www.example3.com/search?q={searchTerms}</string>
<key>suggest_url</key>
<string>https://www.example3.com/qbox?query={searchTerms}</string>
</dict>
</array>
Back to top
프록시 서버에 대 한 동시 연결의 최대 수 (MaxConnectionsPerProxy)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
프록시 서버에 대한 최대 동시 연결 수를 지정합니다.
일부 프록시 서버는 클라이언트 당 많은 수의 동시 연결을 처리할 수 없으므로 이 정책을 더 낮은 값으로 설정하여 해당 문제를 해결할 수 있습니다.
이 정책의 값은 100보다 작고 6보다 커야 합니다. 기본값은 32입니다.
일부 웹 앱은 GET을 사용하여 많은 연결을 사용하는 것으로 알려져 있습니다. 최대 연결을 32개 아래로 낮추거나 이러한 종류의 웹 응용 프로그램이 너무 많이 열려 있으면 브라우저 네트워킹이 중단될 수 있습니다.
이 정책을 구성하지 않으면 기본값 (32)이 사용됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: MaxConnectionsPerProxy
- GP name: 프록시 서버에 대 한 동시 연결의 최대 수
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
MaxConnectionsPerProxy
- Value Type:
REG_DWORD
Example value:
0x00000020
Mac information and settings
- Preference Key Name: MaxConnectionsPerProxy
- Example value:
32
Back to top
Google Cast가 모든 IP 주소의 캐스트 장치에 연결하도록 허용 (MediaRouterCastAllowAllIPs)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하면 Google Cast가 RFC1918/RFC4193 개인 주소 뿐만 아니라 모든 IP 주소의 캐스트 장치에 연결할 수 있습니다.
RFC1918/RFC4193 개인 주소의 캐스트 장치에 대한 Google Cast를 제한하려면 이 정책을 사용하지 않도록 설정하세요.
이 정책을 구성하지 않으면 CastAllowAllIPs 기능을 사용하지 않는 한, RFC1918/RFC4193 개인 주소의 캐스트 장치에만 Google Cast를 연결합니다.
'EnableMediaRouter' 정책을 사용하지 않도록 설정하면 이 정책은 적용되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: MediaRouterCastAllowAllIPs
- GP name: Google Cast가 모든 IP 주소의 캐스트 장치에 연결하도록 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
MediaRouterCastAllowAllIPs
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: MediaRouterCastAllowAllIPs
- Example value:
False
Back to top
사용 현황 및 크래시 관련 데이터 보고 사용 (MetricsReportingEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에 대한 사용 현황 및 크래시 관련 데이터 보고를 사용하도록 설정합니다.
사용 현황 및 크래시 관련 데이터 보고를 Microsoft에 보내려면 이 정책을 사용하도록 설정하세요. Microsoft에 데이터를 보내지 않으려면 이 정책을 사용하지 않도록 설정하세요. 두 경우 모두 사용자가 설정을 변경하거나 재정의할 수는 없습니다.
이 정책을 구성하지 않으면 Microsoft Edge는 설치/처음 실행 시 사용자가 선택하는 것을 사용합니다.
이 정책은 Microsoft Active Directory 도메인에 가입된 Windows 인스턴스 또는 장치 관리를 위해 등록된 Windows 10 Pro나 엔터프라이즈 인스턴스에서만 사용할 수 있습니다.
Windows 7, 8 및 Mac에서 이 정책은 사용 현황 및 크래시 관련 데이터를 제어합니다.
Windows 10 베타, 카나리아, Dev에서 이 정책은 사용 현황 데이터만 제어합니다. 크래시 데이터는 Windows 진단 데이터 설정(https://docs.microsoft.com/windows/privacy/configure-windows-diagnostic-data-in-your-organization#overview)에 의해 제어됩니다.
Windows 10 Stable에서 사용 현황 및 크래시 데이터 수집은 Windows 진단 데이터 설정(https://docs.microsoft.com/windows/privacy/configure-windows-diagnostic-data-in-your-organization#overview)에 의해 제어됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: MetricsReportingEnabled
- GP name: 사용 현황 및 크래시 관련 데이터 보고 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
MetricsReportingEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: MetricsReportingEnabled
- Example value:
True
Back to top
네트워크 예측 사용 (NetworkPredictionOptions)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
네트워크 예측을 사용하도록 설정하고 사용자가 이 설정을 변경할 수 없게 합니다.
이 기능은 DNS 프리페치, TCP 및 SSL 사전 연결 및 웹 페이지 사전 렌더링을 제어합니다.
이 정책을 구성하지 않으면 네트워크 예측은 사용하도록 설정되지만 사용자가 변경할 수 있습니다.
* 0 = 모든 네트워크 연결에서 네트워크 작업 예측
* 2 = 모든 네트워크 연결에서 네트워크 작업 예측 안 함
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: NetworkPredictionOptions
- GP name: 네트워크 예측 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
NetworkPredictionOptions
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: NetworkPredictionOptions
- Example value:
1
Back to top
안전하지 않은 원본에 대한 보안 제한이 적용되는 위치 제어 (OverrideSecurityRestrictionsOnInsecureOrigin)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
보안되지 않은 출처에 대한 보안 제한이 적용되지 않는 원본 (URL) 또는 호스트 이름 패턴 (예: "* .contoso.com") 목록을 지정합니다.
이 정책을 사용하면 TLS를 배포할 수 없는 레거시 응용 프로그램의 허용된 원본을 지정하거나 개발자가 준비 서버에서 TLS를 배포하지 않고도 보안 컨텍스트가 필요한 기능을 테스트할 수 있도록 내부 웹 개발을 위한 준비 서버를 설정할 수 있습니다.레거시 응용 프로그램에 대 한 원본을 사용할 수 있습니다. 이 정책은 또한 출처가 검색 주소창에서 "안전하지 않음"으로 표시되는 것을 방지합니다.
이 정책에서 URL 목록을 설정하면 명령줄 플래그 '--unsafely-treat-insecure-origin-as-secure'를 동일한 URL의 쉼표로 구분 된 목록으로 설정하는 것과 같은 효과가 있습니다. 이 정책을 사용하면 명령줄 플래그가 재정의됩니다.
보안 컨텍스트에 대한 자세한 내용은 https://www.w3.org/TR/secure-contexts/를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: OverrideSecurityRestrictionsOnInsecureOrigin
- GP name: 안전하지 않은 원본에 대한 보안 제한이 적용되는 위치 제어
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\OverrideSecurityRestrictionsOnInsecureOrigin
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\OverrideSecurityRestrictionsOnInsecureOrigin\0 = "http://testserver.contoso.com/"
SOFTWARE\Policies\Microsoft\Edge\OverrideSecurityRestrictionsOnInsecureOrigin\1 = "*.contoso.com"
Mac information and settings
- Preference Key Name: OverrideSecurityRestrictionsOnInsecureOrigin
- Example value:
<array>
<string>http://testserver.contoso.com/</string>
<string>*.contoso.com</string>
</array>
Back to top
사전 인증 사용 (ProactiveAuthEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사전 인증을 사용할지 여부를 구성할 수 있습니다.
이 정책을 사용하면 Microsoft Edge는 Microsoft 서비스로 로그인한 사용자를 사전에 인증하려고 시도합니다. 정기적으로 Microsoft Edge는 온라인 서비스에서 이 작업을 수행하는 방법을 제어하는 구성을 포함하는 업데이트된 매니페스트에 대해 확인합니다.
이 정책을 사용하지 않으면 Microsoft Edge는 Microsoft 서비스로 로그인한 사용자를 사전에 인증하려고 시도하지 않습니다. Microsoft Edge는 더 이상 온라인 서비스에서 이 작업을 수행하기 위한 구성이 포함된 업데이트된 매니페스트에 대해 확인하지 않습니다.
이 정책을 구성하지 않으면 사전 인증이 켜집니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ProactiveAuthEnabled
- GP name: 사전 인증 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ProactiveAuthEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ProactiveAuthEnabled
- Example value:
True
Back to top
전체 탭 프로모션 콘텐츠 사용 (PromotionalTabsEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
전체 탭 프로모션 또는 교육 콘텐츠의 프레젠테이션을 제어합니다. 이 설정은 사용자가 Microsoft Edge에 로그인하거나 기본 브라우저를 선택하거나 제품 기능에 대한 정보를 알아보는 데 도움이 되는 시작 페이지의 프레젠테이션을 제어합니다.
이 정책을 사용(true로 설정)하거나 구성하지 않으면 Microsoft Edge가 사용자에게 전체 탭 콘텐츠를 표시하여 제품 정보를 제공할 수 있습니다.
이 정책을 사용하지 않으면(false로 설정) Microsoft Edge가 사용자에게 전체 탭 콘텐츠를 표시할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PromotionalTabsEnabled
- GP name: 전체 탭 프로모션 콘텐츠 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PromotionalTabsEnabled
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: PromotionalTabsEnabled
- Example value:
False
Back to top
다운로드한 파일을 저장할 위치 묻기 (PromptForDownloadLocation)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
다운로드하기 전에 파일을 저장할 위치를 묻는 메시지를 표시할지의 여부를 설정합니다.
이 정책을 사용하면 다운로드하기 전에 각 파일을 저장할 위치를 묻는 메시지가 표시됩니다. 구성하지 않은 경우 사용자에게 묻지 않고 파일이 자동으로 기본 위치에 저장됩니다.
이 정책을 구성하지 않으면 사용자가 이 설정을 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PromptForDownloadLocation
- GP name: 다운로드한 파일을 저장할 위치 묻기
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
PromptForDownloadLocation
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: PromptForDownloadLocation
- Example value:
False
Back to top
QUIC 프로토콜 허용 (QuicAllowed)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Allows use of the QUIC protocol in Microsoft Edge.
If you enable this policy or don't configure it, the QUIC protocol is allowed.
If you disable this policy, the QUIC protocol is blocked.
QUIC is a transport layer network protocol that can improve performance of web applications that currently use TCP.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: QuicAllowed
- GP name: QUIC 프로토콜 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
QuicAllowed
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: QuicAllowed
- Example value:
True
Back to top
보류 중인 업데이트에 대해 브라우저 다시 시작이 권장되거나 필요함을 사용자에게 알림 (RelaunchNotification)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
보류 중인 업데이트를 적용하려면 Microsoft Edge를 다시 시작해야 함을 사용자에게 알립니다.
이 정책을 구성하지 않으면 Microsoft Edge에서 상단 메뉴 표시줄의 맨 오른쪽에 휴지통 아이콘을 추가하여 업데이트를 적용하기 위해 브라우저를 다시 시작하라는 메시지를 사용자에게 표시합니다.
이 정책을 사용하고 '권장'(1)으로 설정하면 다시 시작이 권장된다는 반복적인 경고 메시지가 사용자에게 표시됩니다. 사용자는 이 경고를 해제하고 다시 시작을 연기할 수 있습니다.
정책을 '필요'(2)로 설정하면 알림 기간이 경과하는 즉시 브라우저가 자동으로 다시 시작된다는 반복 경고가 사용자에게 표시됩니다. 기본 기간은 7일입니다. 'RelaunchNotificationPeriod' 정책을 사용하여 이 기간을 구성할 수 있습니다.
브라우저를 다시 시작할 때 사용자의 세션이 복원됩니다.
* 권장(1) = 사용자에게 다시 시작이 권장됨을 나타내는 메시지를 반복적으로 표시
* 필요(2) = 사용자에게 다시 시작이 필요함을 나타내는 메시지를 반복적으로 표시
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RelaunchNotification
- GP name: 보류 중인 업데이트에 대해 브라우저 다시 시작이 권장되거나 필요함을 사용자에게 알림
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
RelaunchNotification
- Value Type:
REG_DWORD
Example value:
0x00000001
Mac information and settings
- Preference Key Name: RelaunchNotification
- Example value:
1
Back to top
업데이트 알림 기간 설정 (RelaunchNotificationPeriod)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
보류중인 업데이트를 적용하기 위해서는 Microsoft Edge을(를) 다시 시작해야 한다는 것을 사용자에게 알리는 기간을 밀리 초 단위로 설정합니다.
해당 기간 동안 사용자는 다시 시작해야 한다는 정보를 반복적으로 받게 됩니다. 알림 기간의 3 분의 1이 지나면 다시 시작해야 한다는 것을 나타내기 위해 앱 메뉴가 변경됩니다. 알림 기간의 3 분의 2가 지나면 알림이 컬러로 변경되고 전체 알림 기간이 지나면 다시 변경됩니다. 'RelaunchNotification'정책에 의해 활성화된 추가 알림은 이와 동일한 일정을 따릅니다.
이 정책을 구성하지 않으면 기본 기간은 604800000 밀리 초 (1 주일)입니다.
제한:
* 최소값: 3600000
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Integer
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RelaunchNotificationPeriod
- GP name: 업데이트 알림 기간 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
RelaunchNotificationPeriod
- Value Type:
REG_DWORD
Example value:
0x240c8400
Mac information and settings
- Preference Key Name: RelaunchNotificationPeriod
- Example value:
604800000
Back to top
온라인 OCSP/CRL 검사가 로컬 트러스트 앵커에 필요한지 여부를 지정합니다. (RequireOnlineRevocationChecksForLocalAnchors)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
온라인 해지 확인(OCSP/CRL 확인)이 필요한지 여부를 제어합니다. Microsoft Edge에서 해지 상태 정보를 가져올 수 없는 경우 이러한 인증서는 해지("하드 오류")된 것으로 처리됩니다.
이 정책을 사용하면 Microsoft Edge는 성공적으로 유효성을 검사하고 로컬로 설치된 CA 인증서에 의해 서명된 서버 인증서에 대한 해지 확인을 항상 수행합니다.
이 정책을 구성하거나 사용하지 않으면 Microsoft Edge는 기존의 온라인 해지 확인 설정을 사용합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RequireOnlineRevocationChecksForLocalAnchors
- GP name: 온라인 OCSP/CRL 검사가 로컬 트러스트 앵커에 필요한지 여부를 지정합니다.
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
RequireOnlineRevocationChecksForLocalAnchors
- Value Type:
REG_DWORD
Example value:
False
Back to top
웹 서비스를 사용하여 탐색 오류 해결 사용 (ResolveNavigationErrorsUseWebService)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
호텔 및 공항 Wi-Fi와 같은 경우에 Microsoft Edge가 웹 서비스에 대한 데이터 없는 연결을 발급하여 연결을 위해 네트워크를 검색하도록 허용합니다.
이 정책을 사용하면 네트워크 연결 테스트에 웹 서비스가 사용됩니다.
이 정책을 사용하지 않으면 Microsoft Edge는 기본 API를 사용하여 네트워크 연결 및 탐색 문제를 해결하려고 시도합니다.
**참고**: Windows 8 및 이후 버전의 Windows를 제외하고 Microsoft Edge는 *항상* 연결 문제를 해결하기 위해 기본 API를 사용합니다.
이 정책을 구성하지 않으면 Microsoft Edge는 edge://settings/privacy의 서비스에 설정된 사용자 기본 설정을 사용합니다.
특히, 사용자가 켜거나 끌 수 있는 **웹 서비스를 사용하여 탐색 오류 해결** 토글이 있습니다. 이 정책(ResolveNavigationErrorsUseWebService)을 사용하도록 설정한 경우 **웹 서비스를 사용하여 탐색 오류 해결** 설정이 켜지고 사용자는 토글을 사용하여 설정을 변경할 수 없습니다. 이 정책을 사용하지 않으면 **웹 서비스를 사용하여 탐색 오류 해결** 설정이 꺼지고 사용자는 토글을 사용하여 설정을 변경할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ResolveNavigationErrorsUseWebService
- GP name: 웹 서비스를 사용하여 탐색 오류 해결 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
ResolveNavigationErrorsUseWebService
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: ResolveNavigationErrorsUseWebService
- Example value:
True
Back to top
Microsoft Edge 기본 계정으로 사용할 수 있는 계정 제한 (RestrictSigninToPattern)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
브라우저에서 기본 계정으로 설정할 수 있는 계정을 결정 합니다. Microsoft Edge 에서 브라우저 기본 계정으로 설정할 수 있는 계정(옵트인 흐름을 동기화하는 동안 선택된 계정)결정합니다.
사용자가 이 패턴과 일치하지 않는 사용자 이름으로 브라우저 기본 계정을 설정하려고 하면 차단되며 적절한 오류 메시지가 표시됩니다.
이 정책을 구성하지 않거나 비워 두면 사용자가 Microsoft Edge에서 브라우저 기본 계정으로 모든 계정을 설정할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RestrictSigninToPattern
- GP name: Microsoft Edge 기본 계정으로 사용할 수 있는 계정 제한
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
RestrictSigninToPattern
- Value Type:
REG_SZ
Example value:
".*@contoso.com"
Mac information and settings
- Preference Key Name: RestrictSigninToPattern
- Example value:
".*@contoso.com"
Back to top
Extend Adobe Flash content setting to all content (RunAllFlashInAllowMode)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
If you enable this policy, all Adobe Flash content embedded in websites that are set to allow Adobe Flash in the content settings -- either by the user or by enterprise policy -- will run. This includes content from other origins and/or small content.
To control which websites are allowed to run Adobe Flash, see the specifications in the 'DefaultPluginsSetting', 'PluginsAllowedForUrls', and 'PluginsBlockedForUrls' policies.
If you disable this policy or don't configure it, Adobe Flash content from other origins (from sites that aren't specified in the three policies mentioned immediately above) or small content might be blocked.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: RunAllFlashInAllowMode
- GP name: Extend Adobe Flash content setting to all content
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
RunAllFlashInAllowMode
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: RunAllFlashInAllowMode
- Example value:
True
Back to top
사용자가 SSL 경고 페이지에서 계속 진행하도록 허용 (SSLErrorOverrideAllowed)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge는 사용자가 SSL 오류가 있는 사이트를 방문할 때 경고 페이지를 표시합니다.
이 정책을 사용하거나 구성하지 않으면(기본값) 사용자가 이 경고 페이지에서 클릭하여 앞으로 나아갈 수 있습니다.
이 정책을 사용하지 않으면 사용자가 클릭하여 앞으로 나아가는 것이 모든 경고 페이지에서 차단됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SSLErrorOverrideAllowed
- GP name: 사용자가 SSL 경고 페이지에서 계속 진행하도록 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SSLErrorOverrideAllowed
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SSLErrorOverrideAllowed
- Example value:
True
Back to top
최소 SSL 버전 사용 (SSLVersionMin)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
지원되는 최소 SSL 버전을 설정합니다. 이 정책을 구성하지 않으면 Microsoft Edge이(가) 기본 최소 버전 인 TLS 1.0을 사용합니다.
이 정책을 사용하면 최소 버전을 "tls1", "tls1.1"또는 "tls1.2"값 중 하나로 설정할 수 있습니다. 설정시 Microsoft Edge은(는) 지정된 버전보다 낮은 SSL / TLS 버전을 사용하지 않습니다. 인식 할 수 없는 값은 무시됩니다..
* "tls1" = TLS 1.0
* "tls1.1" = TLS 1.1
* "tls1.2" = TLS 1.2
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SSLVersionMin
- GP name: 최소 SSL 버전 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SSLVersionMin
- Value Type:
REG_SZ
Example value:
"tls1"
Mac information and settings
- Preference Key Name: SSLVersionMin
- Example value:
"tls1"
Back to top
브라우저 기록 저장 사용 안 함 (SavingBrowserHistoryDisabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
브라우저 기록 저장을 사용하지 않도록 설정하고 사용자가 이 설정을 변경할 수 없게 합니다.
이 정책을 사용하면 검색 기록 저장되지 않습니다. 이렇게 하면 탭 동기화도 사용하지 않도록 설정됩니다.
이 정책을 사용하지 않거나 구성하지 않으면, 검색 기록이 저장됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SavingBrowserHistoryDisabled
- GP name: 브라우저 기록 저장 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SavingBrowserHistoryDisabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SavingBrowserHistoryDisabled
- Example value:
True
Back to top
검색 제안 사용 (SearchSuggestEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge의 주소 표시줄 및 자동 제안 목록에서 웹 검색 제안을 사용하도록 설정하고 사용자가 이 정책을 변경할 수 없도록 합니다.
이 정책을 사용하면 웹 검색 제안이 사용됩니다.
이 정책을 사용하지 않으면 웹 검색 제안은 절대 사용되지 않지만 로컬 검색 기록 및 로컬 즐겨찾기 제안은 계속 표시됩니다. 이 정책을 사용하지 않으면 입력한 문자나 방문한 URL이 모두 원격 분석에 포함되지 않습니다.
이 정책을 설정하지 않으면 검색 제안이 사용되지만 사용자가 변경할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SearchSuggestEnabled
- GP name: 검색 제안 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
SearchSuggestEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SearchSuggestEnabled
- Example value:
True
Back to top
직접 보안 키 증명 사용 권한이 필요하지 않은 웹 사이트 또는 도메인 (SecurityKeyPermitAttestation)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
보안 키의 증명 인증서를 요청할 때 명시 적 사용자의 사용 권한이 필요하지 않은 웹 사이트 및 도메인을 지정합니다. 또한 개별 증명을 사용할 수 있음을 나타내는 신호가 보안 키로 전송됩니다. 이 옵션이 없으면 사이트에서 보안 키의 인증을 요청할 때마다 사용자에게 메시지가 표시됩니다.
사이트 (예: https://contoso.com/some/path)은(는) U2F appID로만 일치합니다. 도메인(예: contoso.com)은(는) webauthn RP ID로만 일치합니다. 특정 사이트에 대한 U2F 및 webauthn API를 모두 포괄하려면 appID URL과 도메인을 모두 나열해야 합니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SecurityKeyPermitAttestation
- GP name: 직접 보안 키 증명 사용 권한이 필요하지 않은 웹 사이트 또는 도메인
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\SecurityKeyPermitAttestation
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\SecurityKeyPermitAttestation\0 = "https://contoso.com"
Mac information and settings
- Preference Key Name: SecurityKeyPermitAttestation
- Example value:
<array>
<string>https://contoso.com</string>
</array>
Back to top
모든 인트라넷 사이트를 Internet Explorer로 보내기 (SendIntranetToInternetExplorer)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
Allows you to configure whether your intranet sites are opened in Internet Explorer.
If you enable this policy, all intranet sites are automatically opened using the setting that’s configured in the ‘Configure Internet Explorer integration’ (‘InternetExplorerIntegrationLevel’) policy. The only exceptions are those sites configured with the open-in element in your Enterprise Mode Site List.
If you disable or don't configure this policy, your intranet sites are opened in Microsoft Edge, except for the sites listed in the Enterprise Mode Site List.
To enable this policy, you must first enable the ‘Configure Internet Explorer integration’ (‘InternetExplorerIntegrationLevel’) policy. Otherwise, this policy has no effect.
We strongly recommend keeping this policy in sync with the ‘Keep all intranet sites in Internet Explorer’ (‘KeepIntranetSitesInInternetExplorer’) policy. Additionally, it’s best to enable this policy only if your intranet sites have known compatibility problems with Microsoft Edge.
Related policies:
- Configure Internet Explorer integration (‘InternetExplorerIntegrationLevel’)
- Configure which version of Microsoft Edge to use for opening redirected sites (‘NeedEdgeBrowser’)
- Send all sites not included in the Enterprise Mode Site List to Microsoft Edge (‘SendIntranetToInternetExplorer’)
- Keep all intranet sites in Internet Explorer (‘KeepIntranetSitesInInternetExplorer’)
For more info about how to use this policy together with these related policies to create the optimal configuration for your organization, see https://go.microsoft.com/fwlink/?linkid=2094210.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SendIntranetToInternetExplorer
- GP name: 모든 인트라넷 사이트를 Internet Explorer로 보내기
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SendIntranetToInternetExplorer
- Value Type:
REG_DWORD
Example value:
True
Back to top
Microsoft 서비스 개선을 위해 사이트 정보 보내기 (SendSiteInfoToImproveServices)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책 설정을 사용하면 사용자가 검색과 같은 서비스를 개선하기 위해 Microsoft Edge에 방문하는 웹 사이트에 대한 정보를 Microsoft에 보낼 수 있는지 여부를 결정할 수 있습니다. 기본값은 설치에서 가져옵니다.
이 설정을 사용하면 Microsoft Edge에 있는 웹 사이트 정보가 항상 Microsoft로 전송됩니다.
이 설정을 사용하지 않으면 Microsoft Edge에 있는 웹 사이트에 대한 정보가 Microsoft로 전송되지 않습니다.
이 설정을 구성하지 않으면 사용자가 웹 사이트 정보를 Microsoft로 보낼지 여부를 선택할 수 있습니다.
Windows 7, 8, 및 Mac: 이 정책은 Microsoft에 Microsoft Edge에서 방문한 웹 사이트에 대한 정보를 보내도록 제어합니다.
Windows 10(Microsoft Edge 카나리아, 베타, Dev): 이 정책은 Microsoft Edge에 있는 웹 사이트에 대한 정보를 Microsoft에 보내도록 제어합니다.
Windows 10(Microsoft Edge 안정적): 이 정책은 웹 사이트 정보를 Microsoft에 보내는 것을 제어하지 않습니다. 이는 Windows 진단 데이터 설정에 의해 제어됩니다.
https://docs.microsoft.com/ko-kr/windows/privacy/configure-windows-diagnostic-data-in-your-organization#overview를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SendSiteInfoToImproveServices
- GP name: Microsoft 서비스 개선을 위해 사이트 정보 보내기
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SendSiteInfoToImproveServices
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: SendSiteInfoToImproveServices
- Example value:
False
Back to top
즐겨 찾기 모음에 Microsoft Office 바로 가기 표시 (ShowOfficeShortcutInFavoritesBar)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
즐겨 찾기 모음에 Office.com에 대한 바로 가기를 포함할지 여부를 지정합니다. Microsoft Edge에 로그인한 사용자는 사용자를 Microsoft Office 앱 및 문서로 안내합니다.
이 정책을 사용하거나 설정하지 않은 경우 즐겨 찾기 모음 컨텍스트 메뉴에서 토글을 변경하여 바로 가기를 표시할지 여부를 선택할 수 있습니다.
정책을 사용하지 않으면 바로 가기가 표시되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: ShowOfficeShortcutInFavoritesBar
- GP name: 즐겨 찾기 모음에 Microsoft Office 바로 가기 표시
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
ShowOfficeShortcutInFavoritesBar
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: ShowOfficeShortcutInFavoritesBar
- Example value:
False
Back to top
모든 사이트에 대해 사이트 격리 사용 (SitePerProcess)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
'IsolateOrigins'및 'SitePerProcess'기능을 사용하여 사이트를 격리를 사용하도록 설정합니다. 할 수 있습니다.
정책을 사용하면 각 사이트가 자체 프로세스로 실행됩니다.
이 정책을 사용하지 않으면 'IsolateOrigins' 및 'SitePerProcess' 기능이 모두 사용할 수 없습니다. 사용자는 명령줄 플래그를 사용하여 'SitePerProcess' 정책을 수동으로 활성화할 수 있습니다.
이 정책을 구성하지 않으면 사용자가 이 설정을 변경할 수 있습니다.
'IsolateOrigins'정책 설정을 고려해 볼 수 있습니다 'IsolateOrigins'를 사용하여 격리하려는 사이트 목록을 사용하여 사용자에게 격리 및 제한된 영향을 줄 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SitePerProcess
- GP name: 모든 사이트에 대해 사이트 격리 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SitePerProcess
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SitePerProcess
- Example value:
True
Back to top
맞춤법 검사 사용 (SpellcheckEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
정책을 사용하거나 사용하지 않으면 사용자가 맞춤법 검사를 사용할 수 있습니다.
이 정책을 사용하지 않으면 사용자가 맞춤법 검사를 사용할 수 없으며 'SpellcheckLanguage' 정책도 사용하지 않도록 설정됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SpellcheckEnabled
- GP name: 맞춤법 검사 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SpellcheckEnabled
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: SpellcheckEnabled
- Example value:
False
Back to top
특정 맞춤법 검사 언어 사용 (SpellcheckLanguage)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
맞춤법 검사에 대해 다른 언어를 사용하도록 설덩합니다. 지정하지 않은 모든 언어는 무시됩니다.
이 정책을 사용하면 지정된 언어뿐만 아니라 사용자가 사용하도록 설정한 모든 언어에 대해 맞춤법 검사가 사용됩니다.
이 정책을 구성하지 않거나 사용하지 않으면 사용자의 맞춤법 기본 설정이 변경되지 않습니다.
If the 'SpellcheckEnabled' 정책을 사용하지 않으면 이 정책이 적용되지 않습니다.
지원되는 언어는 다음과 같습니다: af, bg, ca, cs, cy, da, de, el, en-AU, en-CA, en-GB, en-US, es, es-419, es-AR, es-ES, es-MX, es-US, et, fa, fo, fr, he, hi, hr, hu, id, it, ko, lt, lv, nb, nl, pl, pt-BR, pt-PT, ro, ru, sh, sk, sl, sq, sr, sv, ta, tg, tr, uk, vi.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SpellcheckLanguage
- GP name: 특정 맞춤법 검사 언어 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\SpellcheckLanguage
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\SpellcheckLanguage\0 = "fr"
SOFTWARE\Policies\Microsoft\Edge\SpellcheckLanguage\1 = "es"
Back to top
지원 되지 않는 OS 경고 표시 안 함 (SuppressUnsupportedOSWarning)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
더 이상 지원되지 않는 컴퓨터 나 운영 체제에서 Microsoft Edge이(가) 실행될 때 나타나는 경고를 표시하지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SuppressUnsupportedOSWarning
- GP name: 지원 되지 않는 OS 경고 표시 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
SuppressUnsupportedOSWarning
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SuppressUnsupportedOSWarning
- Example value:
True
Back to top
Microsoft 동기화 서비스를 사용한 데이터의 동기화 사용 안 함 (SyncDisabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 데이터 동기화를 비활성화하고 사용자가 이 설정을 수정할 수 없게 합니다.
이 정책이 설정되지 않은 경우 사용자는 동기화를 사용하거나 사용 중지할 수 있습니다.
'RoamingProfileSupportEnabled'은(는) 동기화 기능을 복제함으로, 'RoamingProfileSupportEnabled' 정책을 사용하는 경우 해당 정책을 사용하지 마세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: SyncDisabled
- GP name: Microsoft 동기화 서비스를 사용한 데이터의 동기화 사용 안 함
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
SyncDisabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: SyncDisabled
- Example value:
True
Back to top
탭 수명 주기 구성 (TabLifecyclesEnabled)
Supported Versions: Microsoft Edge on Windows since version 77 or later
Description
탭 수명 주기 기능은 오랫동안 사용되지 않은 실행중인 탭과 관련된 CPU 및 메모리를 회수하고 제한, 동결한 다음 마지막으로 삭제합니다.
정책을 사용하지 않으면 탭 수명 주기 기능이 비활성화되고 모든 탭이 정상적으로 실행 되는 상태로 유지됩니다.
이 정책을 활성화하거나 설정하지 않으면 탭 수명 주기 기능이 활성화됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: TabLifecyclesEnabled
- GP name: 탭 수명 주기 구성
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
TabLifecyclesEnabled
- Value Type:
REG_DWORD
Example value:
False
Back to top
브라우저 작업 관리자에서 종료 프로세스 사용 (TaskManagerEndProcessEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책을 사용하거나 사용하지 않도록 설정하면 사용자가 브라우저 작업 관리자에서 프로세스를 종료할 수 있습니다. 이 기능을 사용하지 않으면 사용자가 프로세스를 종료할 수 없으며 브라우저 작업 관리자에서 [프로세스 끝내기] 단추가 비활성화됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: TaskManagerEndProcessEnabled
- GP name: 브라우저 작업 관리자에서 종료 프로세스 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
TaskManagerEndProcessEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: TaskManagerEndProcessEnabled
- Example value:
True
Back to top
번역 사용 (TranslateEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 통합된 Microsoft 번역 서비스를 사용하도록 설정합니다>.
이 정책을 사용하면 Microsoft Edge 는 오른쪽 클릭 상황에 맞는 메뉴에서 통합된 번역 플라이아웃(해당되는 경우) 및 번역 옵션을 표시하여 사용자에게 번역 기능을 제공합니다.
이 정책을 사용하지 않으면 기본 제공 번역 기능이 모두 사용하지 않도록 설정됩니다.
정책을 구성하지 않으면 사용자가 변역 기능을 사용할지 여부를 선택할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
Yes
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: TranslateEnabled
- GP name: 번역 사용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
Administrative Templates/Microsoft Edge - Default Settings (users can override)/
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
SOFTWARE\Policies\Microsoft\Edge\Recommended
- Value Name:
TranslateEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: TranslateEnabled
- Example value:
True
Back to top
허용된 URL 목록을 정의 (URLAllowlist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
나열된 URL에 대한 액세스를 URL 차단 목록에 대한 예외로 허용합니다.
https://docs.microsoft.com//Placeholder01에 따라 URL 패턴의 형식을 지정합니다.
이 정책을 사용하여 제한적인 차단 목록에 대한 예외를 열 수 있습니다. 예를 들어 차단 목록에 '*'를 포함하여 모든 요청을 차단한 다음 이 정책을 사용하여 제한된 URL 목록에 대한 액세스를 허용할 수 있습니다. 이 정책을 사용하여 특정 스키마, 기타도메인의 하위도메인, 포트 또는 특정 경로에 대한 예외를 열 수 있습니다.
가장 구체적인 필터는 URL이 차단되었는지 또는 허용되는지를 결정합니다. 허용 목록은 차단 목록보다 우선합니다.
이 정책은 1000개 항목으로 제한되며, 이후 항목은 무시됩니다.
이 정책을 구성하지 않으면 'URLBlocklist' 정책의 차단 목록에 예외가 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: URLAllowlist
- GP name: 허용된 URL 목록을 정의
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\0 = "contoso.com"
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\1 = "https://ssl.server.com"
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\2 = "hosting.com/good_path"
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\3 = "https://server:8080/path"
SOFTWARE\Policies\Microsoft\Edge\URLAllowlist\4 = ".exact.hostname.com"
Mac information and settings
- Preference Key Name: URLAllowlist
- Example value:
<array>
<string>contoso.com</string>
<string>https://ssl.server.com</string>
<string>hosting.com/good_path</string>
<string>https://server:8080/path</string>
<string>.exact.hostname.com</string>
</array>
Back to top
URL 목록에 대한 액세스 차단 (URLBlocklist)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로, 차단되는 사이트 목록을 정의합니다(사용자가 로드할 수 없음).
https://docs.microsoft.com//Placeholder01에 따라 URL 패턴의 서식을 지정합니다.
'URLAllowlist' 정책에서 예외를 정의할 수 있습니다. 이 정책은 1000개의 항목으로 제한되며, 이후 항목은 무시됩니다.
참고: 내부 'edge://*' URL을 차단하는 것은 권장되지 않습니다. - 이렇게 하면 예기치 않은 오류가 발생할 수 있습니다.
이 정책은 페이지가 JavaScript를 통해 동적으로 업데이트되는 것을 막지 않습니다. 예를 들어 'contoso.com/abc'를 차단하면 페이지가 새로 고침되지 않는 한 'contoso.com'을 방문하고 링크를 클릭하여 'contoso.com/abc'를 방문할 수 있습니다.
이 정책을 구성하지 않으면 URL이 차단되지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: URLBlocklist
- GP name: URL 목록에 대한 액세스 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\0 = "contoso.com"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\1 = "https://ssl.server.com"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\2 = "hosting.com/bad_path"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\3 = "https://server:8080/path"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\4 = ".exact.hostname.com"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\5 = "file://*"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\6 = "custom_scheme:*"
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\7 = "*"
Mac information and settings
- Preference Key Name: URLBlocklist
- Example value:
<array>
<string>contoso.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>
Back to top
사용자 데이터 디렉터리 설정 (UserDataDir)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사용자 데이터를 저장하는 데 사용할 디렉터리를 설정합니다.
이 정책을 사용하면 Microsoft Edge는 사용자가 '--user-data-dir' 명령줄 플래그를 설정했는지 여부에 관계 없이 지정된 디렉터리를 사용합니다.
이 정책을 사용하지 않으면 기본 프로필 경로가 사용되지만 사용자가 '--user-data-dir' 플래그를 사용하여 이 경로를 재정의할 수 있습니다. 사용자는 프로필 경로에 있는 edge://version/에서 프로필 디렉터리를 찾을 수 있습니다.
데이터 손실이나 기타 오류가 발생하지 않도록 하려면 Microsoft Edge에서 콘텐츠를 관리하므로 볼륨의 루트 디렉터리 또는 다른 용도로 사용되는 디렉터리에 이 정책을 구성하지 마세요.
사용할 수 있는 변수 목록은 https://docs.microsoft.com/Placeholder08를 참조하세요.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: UserDataDir
- GP name: 사용자 데이터 디렉터리 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
UserDataDir
- Value Type:
REG_SZ
Example value:
"${users}/${user_name}/Edge"
Mac information and settings
- Preference Key Name: UserDataDir
- Example value:
"${users}/${user_name}/Edge"
Back to top
사용자 피드백 허용 (UserFeedbackAllowed)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge는 사용자가 피드백, 제안 또는 고객 설문 조사를 보내고 브라우저 관련 문제를 보고할 수 있도록 Microsoft Edge 피드백 기능(기본적으로 사용하도록 설정됨)을 사용합니다.
이 정책을 사용하거나 구성하지 않으면 사용자가 피드백 가장자리를 호출할 수 있습니다.
이 정책을 사용하지 않으면 사용자가 Microsoft Edge 피드백을 호출할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: UserFeedbackAllowed
- GP name: 사용자 피드백 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
UserFeedbackAllowed
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: UserFeedbackAllowed
- Example value:
True
Back to top
비디오 캡처 허용 또는 차단 (VideoCaptureAllowed)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
사이트에서 비디오를 캡처할 수 있는지 여부를 제어합니다.
이 정책을 사용하거나 구성하지 않으면(기본값) 메시지를 표시하지 않고 액세스 권한이 부여되는 'VideoCaptureAllowedUrls' 정책 목록에 구성된 URL을 제외한 모든 사이트의 비디오 캡처 액세스에 대해 사용자에게 묻는 메시지가 표시됩니다.
이 정책을 사용하지 않으면 사용자에게 메시지가 표시되지 않고, 비디오 캡처는 'VideoCaptureAllowedUrls' 정책에 구성된 URL에서만 사용할 수 있습니다.
이 정책은 기본 제공 카메라 뿐만 아니라 모든 유형의 비디오 입력에 영향을 줍니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: VideoCaptureAllowed
- GP name: 비디오 캡처 허용 또는 차단
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
VideoCaptureAllowed
- Value Type:
REG_DWORD
Example value:
False
Mac information and settings
- Preference Key Name: VideoCaptureAllowed
- Example value:
False
Back to top
권한을 요청하지 않고 비디오 캡처 장치에 액세스할 수 있는 사이트 (VideoCaptureAllowedUrls)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
URL 패턴을 기반으로 사용자의 사용 권한없이 비디오 캡처 장치를 사용할 수 있는 웹 사이트를 지정합니다. 목록의 패턴은 요청 URL의 보안 원점과 비교됩니다. 일치할 경우 사이트에 자동으로 비디오 캡처 장치에 대한 액세스 권한이 부여됩니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
Yes
Data Type:
List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: VideoCaptureAllowedUrls
- GP name: 권한을 요청하지 않고 비디오 캡처 장치에 액세스할 수 있는 사이트
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge\VideoCaptureAllowedUrls
- Path (Recommended):
N/A
- Value Name:
1, 2, 3, ...
- Value Type:
list of REG_SZ
Example value:
SOFTWARE\Policies\Microsoft\Edge\VideoCaptureAllowedUrls\0 = "https://www.contoso.com/"
SOFTWARE\Policies\Microsoft\Edge\VideoCaptureAllowedUrls\1 = "https://[*.]contoso.edu/"
Mac information and settings
- Preference Key Name: VideoCaptureAllowedUrls
- Example value:
<array>
<string>https://www.contoso.com/</string>
<string>https://[*.]contoso.edu/</string>
</array>
Back to top
WPAD 최적화 설정 (WPADQuickCheckEnabled)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
Microsoft Edge에서 WPAD(웹 프록시 자동 검색) 최적화를 끌 수 있도록 허용합니다.
이 정책을 사용하지 않으면 WPAD 최적화가 사용하지 않도록 설정되므로 브라우저에서 DNS 기반 WPAD 서버를 더 오래 기다릴 수 있습니다.
이 정책을 사용하거나 구성하지 않으면 WPAD 최적화가 사용하도록 설정됩니다.
이 정책을 사용하도록 설정했는지 여부 또는 방법에 관계 없이 WPAD 최적화 설정은 사용자가 변경할 수 없습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WPADQuickCheckEnabled
- GP name: WPAD 최적화 설정
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
WPADQuickCheckEnabled
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: WPADQuickCheckEnabled
- Example value:
True
Back to top
WebDriver가 호환되지 않는 정책을 재정의하도록 허용 (WebDriverOverridesIncompatiblePolicies)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
이 정책은 WebDriver 인터페이스의 사용자가 작업에 방해될 수 있는 정책을 무시할 수 있도록 합니다.
이 정책을 사용하면 호환되지 않는 정책을 무시하도록 WebDriver를 구성할 수 있습니다.
이 정책을 사용하지 않거나 구성하지 않으면 호환되지 않는 정책을 무시하도록 WebDriver를 구성할 수 없습니다.
참고: 현재 ''SitePerProcess' 및 'IsolateOrigins' 정책은 WebDriver 작업을 방해하는 것으로 확인되었습니다. 앞으로 WebDriver에 방해가 되는 추가 정책이 확인될 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
Boolean
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebDriverOverridesIncompatiblePolicies
- GP name: WebDriver가 호환되지 않는 정책을 재정의하도록 허용
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
WebDriverOverridesIncompatiblePolicies
- Value Type:
REG_DWORD
Example value:
True
Mac information and settings
- Preference Key Name: WebDriverOverridesIncompatiblePolicies
- Example value:
True
Back to top
WebRTC에 의한 로컬호스트 IP 주소 노출 제한 (WebRtcLocalhostIpHandling)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
WebRTC가 사용자의 localhost IP 주소를 노출하는지 여부를 설정할 수 있습니다.
이 정책을 "AllowAllInterfaces"('기본값') 또는 "AllowPublicAndPrivateInterfaces"('default_public_and_private_interfaces')로 설정하면 WebRTC가 로컬 호스트 IP 주소를 노출합니다.
이 정책을 "AllowPublicInterfaceOnly"('default_public_interface_only') 또는 "DisableNonProxiedUdp"('disable_non_proxied_udp')로 설정하면 WebRTC는 localhost IP 주소를 노출하지 않습니다.
이 정책을 설정하지 않거나 정책을 사용하지 않으면 WebRTC가 localhost IP 주소를 노출합니다.
* '기본값' = 모든 인터페이스를 허용합니다. localhost IP 주소를 노출합니다.
* default_public_and_private_interfaces' = http 기본 경로를 통한 공개 및 비공개 인터페이스를 허용합니다. localhost IP 주소를 노출합니다.
* 'default_public_interface_only' = http 기본 경로를 통한 공개 인터페이스를 허용합니다. localhost IP 주소를 노출하지 않습니다.
* 'disable_non_proxied_udp' = 프록시 서버에서 UDP를 지원하지 않으면 TCP를 사용합니다. localhost IP 주소를 노출하지 않습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebRtcLocalhostIpHandling
- GP name: WebRTC에 의한 로컬호스트 IP 주소 노출 제한
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
WebRtcLocalhostIpHandling
- Value Type:
REG_SZ
Example value:
"default"
Mac information and settings
- Preference Key Name: WebRtcLocalhostIpHandling
- Example value:
"default"
Back to top
WebRTC에서 사용하는 로컬 UDP 포트 범위 제한 (WebRtcUdpPortRange)
Supported Versions: Microsoft Edge on Windows and Mac since version 77 or later
Description
WebRTC에서 사용하는 UDP 포트 범위를 지정된 포트 간격 (끝점 포함)으로 제한합니다.
이 정책을 구성하지 않거나 빈 문자열 또는 잘못된 포트 범위로 설정하면 WebRTC는 사용 가능한 로컬 UDP 포트를 사용할 수 있습니다.
Supported features:
-
Can be mandatory:
Yes
-
Can be recommended:
No
-
Dynamic Policy Refresh:
No - Requires browser restart
Data Type:
String
Windows information and settings
Group Policy (ADMX) info
- GP unique name: WebRtcUdpPortRange
- GP name: WebRTC에서 사용하는 로컬 UDP 포트 범위 제한
- GP path (Mandatory):
Administrative Templates/Microsoft Edge/
- GP path (Recommended):
N/A
- GP ADMX file name: MSEdge.admx
Windows Registry Settings
- Path (Mandatory):
SOFTWARE\Policies\Microsoft\Edge
- Path (Recommended):
N/A
- Value Name:
WebRtcUdpPortRange
- Value Type:
REG_SZ
Example value:
"10000-11999"
Mac information and settings
- Preference Key Name: WebRtcUdpPortRange
- Example value:
"10000-11999"
Back to top