security-package
security-package copied to clipboard
Magento Security Extensions
### Description (*) reCaptcha remote files will be loaded only if customer (visitor) focus on the fields for the form for which reCaptcha is enabled. This will reduce loaded files...
Fix typo
Simple typo fix: `Two-Factory Authorization` -> `Two-Factor Authorization`. The bug in action:  ### Contribution checklist (*) - [x] Author has signed the [Adobe CLA](https://opensource.adobe.com/cla.html) - [x] Pull...
### Description (*) On all frontend pages of the website with Magento 2.4.5-p2, with enabled invisible reCapcha, we see the following jQuery migrate warning: This happens because in Magneto 2.4.5...
### Description (*) If reCaptcha is enabled, this few additional JS files are loaded automatically with the page loading. This reflects to the page speed of the site and of...
Duplicate reCAPTCHA validation breaks checkout success redirect after initial server error response
### Preconditions (*) 1. Magento 2.4.3-p1 2. Enable for Checkout/Placing Order - reCAPTCHA v3 invisible ### Steps to reproduce (*) 1. Trigger a server side error on initial place order...
The link to recaptchs js is added several times to head, which slightly delays the loading time of the captcha on required pages. ### Preconditions 1. Magento 2.3.2 vanilla install...
Hi, https://web.dev/sms-otp-form/ recommends that autocomplete="off" is replaced with autocomplete="one-time-code" so that the browser doesn't ask the user if they want to replace their current password with the autocomplete. See also...
### Preconditions (*) ### Steps to reproduce (*) 1. Disabled the Recaptcha for the Product Review section 2. On the product page it's loading JS recaptcha_en.js multiple time ### Expected...
### Description (*) This prevents unnecessary duplicated CSS from showing in all stylesheets. For example styles-m.css and styles-l.css ### Fixed Issues (if relevant) 1. Fixes #325 ### Manual testing scenarios...