0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/e2e-frontend
Rishabh 2c2099b87f Added homepage redirect for unsubscribe urls
refs https://github.com/TryGhost/Team/issues/1495

With multiple newsletters, members are allowed to manage their newsletter pref via email unsubscribe link with member uuid. Since Portal is now taking over handling unsubscribe for members, we don't need to keep the current `/unsubscribe` page as Portal can load the member's newsletter pref on site home page directly.
The redirect change is only enabled behind the `multipleNewslettersUI` flag as its in beta.
2022-04-28 11:49:20 +01:00
..
helpers 🐛 Fixed post access in the get helper (#14282) 2022-03-17 11:14:29 +01:00
advanced_url_config.test.js Switched AMP to be 'off' by default in all new Ghost instances (#13907) 2022-01-14 18:55:48 +02:00
custom_routes.test.js Removed unused sinon referece 2021-11-30 20:14:51 +13:00
default_routes.test.js 🐛 Fixed missing index page from pages sitemaps 2022-02-28 22:23:11 +07:00
email_routes.test.js Force start in email route tests to pick up stubbed API 2021-11-17 10:51:46 +00:00
members.test.js Added homepage redirect for unsubscribe urls 2022-04-28 11:49:20 +01:00
preview_routes.test.js