{"id":36992219,"url":"https://github.com/vianetz/secure-cookies-magento1","last_synced_at":"2026-01-13T23:44:22.755Z","repository":{"id":50423120,"uuid":"288639124","full_name":"vianetz/secure-cookies-magento1","owner":"vianetz","description":"This Magento 1 extension improves the default session cookies by setting the SameSite attribute.","archived":false,"fork":false,"pushed_at":"2022-04-12T06:23:06.000Z","size":19,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2024-05-14T23:24:56.820Z","etag":null,"topics":["magento-extension","magento1","magento1-module","openmage","openmage-module"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vianetz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-19T05:11:03.000Z","updated_at":"2023-07-02T13:03:31.000Z","dependencies_parsed_at":"2022-08-27T21:52:59.647Z","dependency_job_id":null,"html_url":"https://github.com/vianetz/secure-cookies-magento1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vianetz/secure-cookies-magento1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fsecure-cookies-magento1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fsecure-cookies-magento1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fsecure-cookies-magento1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fsecure-cookies-magento1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vianetz","download_url":"https://codeload.github.com/vianetz/secure-cookies-magento1/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vianetz%2Fsecure-cookies-magento1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento-extension","magento1","magento1-module","openmage","openmage-module"],"created_at":"2026-01-13T23:44:22.695Z","updated_at":"2026-01-13T23:44:22.744Z","avatar_url":"https://github.com/vianetz.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Secure Cookies Extension for Magento 1\n=======================================\n\nFacts\n-----\n- Extension key: `Vianetz_SecureCookies`\n\nDescription\n-----------\nThis extension for the Magento 1 online shop software improves the default Magento session cookies:\n- The `frontend` cookie will be set to `Secure` and `SameSite=Lax`\n- The `adminhtml` cookie will be set to `SameSite=Strict` (this cookie is by default set to `Secure` already)\n\nThis is required e.g. in Chrome and Firefox as described in [this Google blog post](https://web.dev/samesite-cookies-explained/).\n\nRequirements\n------------\n- PHP \u003e= 7.2.0\n- Magento \u003e= 1.9\n\nInstallation Instructions\n-------------------------\n\nFor installation notes please see also [our FAQ](https://www.vianetz.com/en/faq/how-to-install-the-magento-extension.html).\n\n#### Preparations\n1. Do a backup of your Magento installation for safety reasons.\n2. Disable Magento compilation feature (if activated): _System \u003e Tools \u003e Compiler_\n\n#### a) Installation with composer (recommended)\n3. Run `composer require vianetz/secure-cookies-magento1`\n\n#### or b) Installation with modman\n3. Clone this repository into your modman folder and run `modman deploy-all`\n\n#### or c) Manual Installation\n3. Unzip the setup package and copy the contents of the `src/` folder into the Magento root folder. (The folder structure\n   is the same as in your Magento installation. No files will be overwritten.)\n   Please assure that the files are uploaded with the same file user permissions as the Magento installation!\n\n#### Final Tasks\n4. Clear the Magento cache (and related caches like APC/FPC/Opcache if available)\n5. Logout from the admin panel and then login again\n6. Enable the Magento compilation feature (if it was activated before): _System \u003e Tools \u003e Compiler_\n\nWe also offer paid installation services. If you are interested please [contact me](https://www.vianetz.com/en/contacts).\n\nUninstallation\n--------------\n1. Remove the folder `app/code/community/Vianetz/SecureCookies`\n2. Remove the file `app/etc/modules/Vianetz_SecureCookies.xml`\n\nFrequently Asked Questions\n--------------------------\nPlease find the [Frequently Asked Questions on our website](https://www.vianetz.com/en/faq).\n\nSupport\n-------\nIf you have any issues or suggestions with this extension, please do not hesitate to [contact me](https://www.vianetz.com/en/contacts).\n\nDeveloper\n---------\nChristoph Massmann  \n[https://www.vianetz.com](https://www.vianetz.com)  \n[@vianetz](https://twitter.com/vianetz)\n\nLicense\n-------\n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n\nThis Magento Extension uses Semantic Versioning - please find more information at http://semver.org.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvianetz%2Fsecure-cookies-magento1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvianetz%2Fsecure-cookies-magento1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvianetz%2Fsecure-cookies-magento1/lists"}