File Handling API 사용 제어

정책을 AskFileHandling으로 설정하면 웹 앱에서 File Handling API를 통해 파일 형식 액세스 권한을 요청할 수 있습니다. BlockFileHandling으로 설정하면 파일 형식에 액세스할 수 없습니다.

설정하지 않으면 웹 앱에서 액세스 권한을 요청할 수 있으나, 사용자가 설정을 변경하는 것도 가능합니다.

지원: Microsoft Windows 7 또는 Windows Server 2008 이상 제품군
File Handling API 사용 제어


  1. 웹 앱에서 File Handling API를 통해 파일 형식에 액세스하도록 허용 안함
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultFileHandlingGuardSetting
    Value TypeREG_DWORD
    Value2
  2. 웹 앱에서 사용자에게 File Handling API를 통해 파일 형식 액세스 권한을 요청하도록 허용
    Registry HiveHKEY_LOCAL_MACHINE or HKEY_CURRENT_USER
    Registry PathSoftware\Policies\Google\Chrome
    Value NameDefaultFileHandlingGuardSetting
    Value TypeREG_DWORD
    Value3


chrome.admx

관리 템플릿(컴퓨터)

관리 템플릿(사용자)