<!--- recaptcha_en.js must be included once on the Page but it loads multiple times. Also if i have disabled frontend recaptcha on the product review section then also captcha JS is loaded on the page --> ### Preconditions (*) <!--- Provide the exact Magento version (example: 2.2.5) and any important information on the environment where the bug is reproducible. I am using Magento ver. 2.4.2-p1. --> ### Steps to reproduce (*) <!--- Disabled the Recaptcha for the Product Review section --> 1. Disabled the Recaptcha for the Product Review section 2. On the product page it's loading JS recaptcha_en.js multiple time ### Expected result (*) <!--- Tell us what do you expect to happen. --> 1. Should not Load JS on the product page when disable recaptcha for the Product Review 2. Should not Load JS multiple times. ### Actual result (*) <!--- Tell us what happened instead. Include error messages and issues. --> 1. Review JS loaded on the product page when disable recaptcha for the Product Review 2. Should Loading JS multiple times. 3. 