ioweb/module-disable-customer-address-upload
最新稳定版本:1.0.1
Composer 安装命令:
composer require ioweb/module-disable-customer-address-upload
包简介
Disable customer address file upload controller in Magento 2.
README 文档
README
Disables the customer address file upload endpoint in Magento 2 by intercepting the controller and returning 403 Forbidden.
Module Identity
- Magento module name:
Ioweb_DisableCustomerAddressUpload - Composer package:
ioweb-gr/m2_disablecustomeraddressupload - Module root in this repo: repository root
What It Does
- Intercepts:
Magento\\Customer\\Controller\\Address\\File\\Upload::execute - Prevents controller execution
- Returns HTTP
403with a short error message
Requirements
- Magento 2
magento/module-customer
Installation
Option A: Composer (recommended)
composer require ioweb-gr/m2_disablecustomeraddressupload bin/magento setup:upgrade bin/magento cache:flush
Option B: Manual (app/code)
- Copy module to:
<magento_root>/app/code/Ioweb/DisableCustomerAddressUpload
- Run:
bin/magento setup:upgrade bin/magento setup:di:compile bin/magento cache:flush
Uninstall
bin/magento module:disable Ioweb_DisableCustomerAddressUpload bin/magento setup:upgrade bin/magento cache:flush
Then remove module files (or remove package if installed via Composer).
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-01-24