wouyang / module-disable-csp
Module to disable Csp functionality for those who does not need it.
Installs: 5 397
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- magento/module-csp: 100.4.*
This package is auto-updated.
Last update: 2024-11-19 20:28:46 UTC
README
This Magento 2 module provides a simple solution to disable the Content Security Policy (CSP) enforcement in the checkout process, which was introduced in the security update on 2024-06-11 and caused issues for many merchants.
Installation
Install the module via Composer:
composer require wouyang/module-disable-csp
How it Works
After installation, this module disables the specific event in module CSP. You can then effectively bypass the CSP enforcement without completely disabling the Module_Csp
, which may still be required for other functionalities or security measures in your Magento store.
Usage
No further configuration is required. The module will automatically disable the specified events upon installation.
Do not install it if you need to maintain PCI DSS compliance!
Compatibility
This module is compatible with Magento 2.4.7-p1, 2.4.6-p6, 2.4.5-p8, 2.4.4-p9 and later versions.
Support
If you encounter any issues or have questions, please open an issue on the GitHub repository.
License
This module is licensed under the MIT License.