beechit / fal-securedownload
资产的安全下载。通过为 fe_groups 设置文件夹/文件的权限,使得资产/文件的 FE 使用变得安全。
5.0.7
2024-06-11 11:59 UTC
Requires
- typo3/cms-core: ^11.5 || ^12.4
Replaces
- typo3-ter/fal-securedownload: 5.0.7
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- dev-master / 2.x-dev
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.2.x-dev
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.4
- 1.0.2
- 1.0.1
- dev-233-fix-public-file-folder-in-private-storage
- dev-231-fix-table-reference
- dev-229-backend-preview-non-admin
- dev-221-typerror-in-ModifyFileDumpEventListener
- dev-219-kesearch-hook-error
- dev-220-missing-table-fields
- dev-206-exception-folder-name-does-not-exist-in-pathtoparentname-when-cut-and-paste-a-folder
- dev-typo3-10
- dev-188-download-via-filelist-fails-once-filesfolders-are-restricted-to-fe-groups
- dev-patch-1
- dev-184-more-php-errors
- dev-178-access-group-lost-after-rename-a-folder
- dev-181-uncaught-typeerror-toprawurlencode-is-not-a-function
- dev-version-2.0.1
- dev-beechit-patch-1
- dev-tests
- dev-core-57273
- dev-typo3-core-27760
This package is auto-updated.
Last update: 2024-09-23 10:51:01 UTC
README
此TYPO3扩展(fal_securedownload)旨在为您提供一种通用的资产安全解决方案。
当您的存储被标记为非公开时,所有来自该存储的文件链接都将被替换(包括处理后的文件)。
可以通过在文件模块中设置 fe_groups 的访问权限,在文件夹/文件级别上设置对资产的访问权限。
如何使用
- 下载并安装 fal_securedownload
- 取消选中文件存储中的“公开”复选框
- 在文件存储根目录中添加一个包含 "Require all denied" 的 .htaccess 文件,或将您的存储移动到您的 webroot 外部
- 转到文件列表,并添加对文件/文件夹的访问限制
功能
- 在文件夹级别上限制 FE 访问
- 在文件级别上限制 FE 访问
- 允许编辑在文件列表中设置权限
- 强制所有文件下载(适用于受保护的文件存储)
- 强制特定文件扩展名下载(适用于受保护的文件存储)
- 跟踪请求的下载(按用户和文件统计下载次数)
要求
- TYPO3 11 LTS 或 TYPO3 12 LTS
建议
- EXT:ke_search v4.3.1
- EXT:solrfal v4.1.0