chromium/components/policy/resources/templates/policy_definitions/ContentSettings/DefaultFileSystemReadGuardSetting.yaml

caption: Control use of the File System API for reading
default: null
desc: |-
  Setting the policy to 3 lets websites ask for read access to files and directories in the host operating system's file system via the File System API. Setting the policy to 2 denies access.

        Leaving it unset lets websites ask for access, but users can change this setting.
example_value: 2
features:
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Do not allow any site to request read access to files and directories via
    the File System API
  name: BlockFileSystemRead
  value: 2
- caption: Allow sites to ask the user to grant read access to files and directories
    via the File System API
  name: AskFileSystemRead
  value: 3
owners:
- [email protected]
- file://content/browser/file_system_access/OWNERS
schema:
  enum:
  - 2
  - 3
  type: integer
supported_on:
- chrome_os:86-
- chrome.*:86-
tags:
- website-sharing
type: int-enum