Daily Archives: September 11, 2025
we are developing a magento store using latest version 2.4.8 magento csp is not allowing external domain & js including knockoutjs,cloudflarejs etc.., in checkout page. To resolve this we have created a csp whitelist custome module in our store “app/code/” folder. please check our csp_whitelist.xml <csp_whitelist xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd”> requirejs/require.js knockout.js […]
Yesterday Magento release another patch for a critical RCE vulnerability in REST APIs. They automatically protected Cloud customers with WAF rules on Fastly, but left a hotfix patch for other customers. Hotfix patch that might affect complex api calls and take hours to fix and apply if endpoint is affected. […]
MSI enabled, but Magento_CatalogInventory observers still trigger (N+1 risk). Can we rely solely on MSI observers? Context We run with MSI enabled, yet Magento_CatalogInventory observers are still active: <!-- From CatalogInventory --> <event name="sales_quote_item_collection_products_after_load"> <observer name="add_stock_items" instance="MagentoCatalogInventoryObserverAddStockItemsObserver"/> </event> <event name="sales_quote_item_qty_set_after"> <observer name="inventory" instance="MagentoCatalogInventoryObserverQuantityValidatorObserver"/> </event> MSI also registers: <event name="sales_quote_item_collection_products_after_load"> <observer […]
Can anyone know about this warning : how can I remove this warning? I have already execute webhook:configure command and add webhook at stripe manually also and this is multiwebsite please help me about this
Magento 2 how to get payment method using jquery or knockout when customer click on payment method,need to get selected payment method code. requirejs-config.js var config = { map: { '*': { checkoutjs: 'Magento_Checkout/js/myfile' } } }; myfile.js define( [ 'jquery', 'ko', 'Magento_Checkout/js/model/quote', 'jquery/jquery-storageapi', ], function($, ko ,quote) { 'use […]
Situation During the day, I open the internet browser Edge several times. My mainly profile is the “Personal”. But once in a while I have to switch to “Work” to open an intranet or connect via Citrix(R) to some servers. Problem When the last Window I close is “Work” (“Work” […]
I have an HTML editor (CodeLobster IDE) and when I do ‘open file’ a whole gamut of file types appear in the file box – including jpg, gif, and several others. Not sure why it thinks I want to edit a picture using an HTML editor. I want the default […]
I just started working on a new home server using Ubuntu server and set up a SSH key for quick log in and security. I have set passwordautenticaction no, pubkeyaytentication yes and permitrootlogin no in the sshd_config file but it is still possible to log in to the server with […]