URL 목록에 대한 액세스 차단
지원되는 버전
- Windows 및 MacOS (77 이상)
- 30 이상 이후 Android에서
- 85 이상 이후 iOS에서
설명
차단된 URL 패턴(사용자가 로드할 수 없음)을 기반으로 사이트 목록을 정의합니다.
https://go.microsoft.com/fwlink/?linkid=2095322에 따라 URL 패턴의 형식을 지정합니다.
URLAllowlist 정책에서 예외를 정의할 수 있습니다. 해당 정책은 1000개의 항목으로 제한됩니다. 이후의 항목은 무시됩니다.
내부 'edge://*' URL을 차단하지 않는 것이 좋습니다. 이 경우 예기치 않은 오류가 발생할 수 있다는 점에 유의하세요.
해당 정책은 페이지가 JavaScript를 통해 동적으로 업데이트되는 것을 방지하지 않습니다. 예를 들어 'contoso.com/abc'를 차단하는 경우 사용자는 'contoso.com'을 방문하고 링크를 클릭하여 페이지가 새로고침되지 않는 한 'contoso.com/abc'를 계속 방문할 수 있습니다.
해당 정책을 구성하지 않으면 URL은 차단되지 않습니다.
이 정책은 file://* 와일드카드에서 예상대로 작동하지 않습니다.
지원되는 기능
- 필수 사항: 예
- 권장 사항: 아니요
- 동적 정책 새로 고침: 예
- 프로필별: 예
- Microsoft 계정으로 로그인한 프로필에 적용: 아니요
데이터 형식
- 문자열 목록
Windows 정보 및 설정
그룹 정책(ADMX) 정보
- GP 고유 이름: URLBlocklist
- GP 이름: URL 목록에 대한 액세스 차단
- GP 경로(필수): 관리 템플릿/Microsoft Edge
- GP 경로 (권장): 해당 없음
- GP ADMX 파일 이름: MSEdge.admx
예제 값
contoso.com
https://ssl.server.com
hosting.com/bad_path
https://server:8080/path
.exact.hostname.com
custom_scheme:*
*
레지스트리 설정
- 경로 (필수): SOFTWARE\정책\Microsoft\Edge\URLBlocklist
- 경로 (권장): 해당 없음
- 값 이름: 1, 2, 3, ...
- 값 형식: REG_SZ 목록
레지스트리 값 예제
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\1 =
contoso.com
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\2 =
https://ssl.server.com
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\3 =
hosting.com/bad_path
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\4 =
https://server:8080/path
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\5 =
.exact.hostname.com
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\6 =
custom_scheme:*
SOFTWARE\Policies\Microsoft\Edge\URLBlocklist\7 =
*
Mac 정보 및 설정
- 기본 설정 키 이름: URLBlocklist
- 예제 값:
<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>custom_scheme:*</string>
<string>*</string>
</array>
Android 정보 및 설정
- 기본 설정 키 이름: URLBlocklist
- 예제 값:
["contoso.com", "https://ssl.server.com", "hosting.com/bad_path", "https://server:8080/path", ".exact.hostname.com", "custom_scheme:*", "*"]
iOS 정보 및 설정
- 기본 설정 키 이름: URLBlocklist
- 예제 값:
<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>custom_scheme:*</string>
<string>*</string>
</array>