You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Magento 2.4.7-p1
2.Default CSP config and whitelisting, no customizations. Please notice that default CSP policies blocks inline scripts in the checkout page.
3.Block for newsletter signup is shown in every page, including checkout. Block has a recaptcha validation.
Steps to reproduce (*)
1.Go to checkout.
2.Check browser console.
3.Notice the CSP warnings, attached screenshots in the following points.
Expected result (*)
Module should use the rendertag function to deal with CSP default requirements, instead of inserting inline scripts. This would allow the script to be executed.
No warnings should be shown by CSP policies in the browser console.
Actual result (*)
Module is inserting inline scripts, detected by the CSP policies and generating unwanted warnings.
2.This is ocurring because of the following code:
The text was updated successfully, but these errors were encountered:
Hi @PachisPachis. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Preconditions (*)
1.Magento 2.4.7-p1
2.Default CSP config and whitelisting, no customizations. Please notice that default CSP policies blocks inline scripts in the checkout page.
3.Block for newsletter signup is shown in every page, including checkout. Block has a recaptcha validation.
Steps to reproduce (*)
1.Go to checkout.
2.Check browser console.
3.Notice the CSP warnings, attached screenshots in the following points.
Expected result (*)
Actual result (*)
2.This is ocurring because of the following code:
The text was updated successfully, but these errors were encountered: