This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump uppy version to fix crash on chrome browser (#900)
#### What type of PR is this? /kind bug #### What this PR does / why we need it: 修复在非安全情况下(非 HTTPS 环境或本地环境),在 [Chromium](https://www.chromium.org/) 内核的浏览器下拖拽文件上传出现浏览器崩溃的问题。 修复来源: - https://github.com/transloadit/uppy/releases/tag/uppy%403.6.0 - transloadit/uppy#4310 #### Which issue(s) this PR fixes: Fixes halo-dev/halo#3017 #### Screenshots: before: ![2023-03-08 10 59 02](https://user-images.githubusercontent.com/21301288/223609341-222f62d2-630a-4ee8-ba8f-2fb3c78fcca7.gif) after: ![2023-03-08 11 00 06](https://user-images.githubusercontent.com/21301288/223609353-857f6559-cc9c-482f-9b46-713430621bb6.gif) #### Special notes for your reviewer: 测试方式: 1. 需要先执行 `make -C console install` 以更新 Console 的依赖。 2. 使用非 localhost 或者 127.0.0.1 访问 Halo 后台,本地环境可以使用 192.168.x.x 访问。 3. 在 Console 的附件管理测试拖拽文件上传,观察浏览器是否崩溃。 #### Does this PR introduce a user-facing change? ```release-note 修复非 HTTPS 环境下,在 Chromium 内核浏览器拖拽上传文件时出现浏览器崩溃的问题。 ```
- Loading branch information