Disables Content Security Policy (CSP) enforcement during checkout. Bypasses CSP restrictions introduced in the 2024-06-11 security update without fully disabling the CSP module.
No Errors Modules
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds a button to refresh invalidated cache types in Magento admin. Can also be configured to automatically refresh invalidated cache types via cron.
Integrates with the MageSpecialist Chrome Toolbar for enhanced Magento 2 debugging. Provides theme, controller, block, UI component, and profiler information within the toolbar.
This extension provides the ability to use special characters in controller or action names.
Module adds a navigation link between order, shipment, invoice and credit memo items and its related products.
Changes the order status column color in the admin order grid. Color is based on the current order status, improving visual identification.
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Apollo-compatible automatic persisted queries, to improve GraphQL network performance.
Removes the default store code from URLs in Magento 2. Simplifies URLs and can improve SEO by avoiding duplicate content.
Calculates image dimensions (width and height) using PHP. Supports various image formats and falls back to a fast image size library if needed.
Enables the use of Twig template engine for Magento 2, allowing developers to write templates using the `.twig` file extension. It dispatches events for modifying Twig's loader and environment.