punchout-catalogs / magento2-cookie
PunchOut Cookie Extension
Installs: 6 662
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 0
Open Issues: 1
Type:magento2-module
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-10-26 06:09:44 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.