punchout-catalogs / magento2-cookie
PunchOut Cookie 扩展程序
0.15.0
2022-02-17 18:41 UTC
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0
- ext-dom: *
- ext-json: *
- ext-simplexml: *
- magento/framework: 100.1.*|101.0.*|102.0.*|103.0.*
This package is not auto-updated.
Last update: 2024-09-14 05:41:58 UTC
README
Punchout_Cookie module allows Magento2 untill `2.4.3` version to work in iframe by setting `SameSite=Note` parameter to cookies. Installation: composer require punchout-catalogs/magento2-cookie dev-master OR composer require punchout-catalogs/magento2-cookie release-version Example: composer require punchout-catalogs/magento2-cookie 0.15.0 Known Issues: 1) There are issues with Safari - as it failed SameSite=None implementation for older Safari versions. It is possible to avoid the issue by Disabling the "Prevent Cross-Site Tracking" setting.