Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add restrictions to allowed extensions for File System Access API
These restrictions apply to showOpenFilePicker and showSaveFilePicker. Existing restriction: - Extension must start with "." New restrictions: - Allowed code points: [A-Za-z0-9+.] - Extension length cannot exceed to 16, inclusive of leading "." - Extension cannot end with "." - Extension cannot end with "local" or "lnk" Bug: 1137247, 1140410, 1140417, 1152327 Change-Id: I593f7ca60e05177402885bd3026add16b3a07d0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568534 Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Cr-Commit-Position: refs/heads/master@{#833695}
- Loading branch information