Ghost/core/test/regression/site
Hannah Wolfe ce563179b8 🐛 Fixed infinite redirect for amp when disabled
fixes 10883

- fixed an issue where /amp/ pages would cause an infinite redirect loop
- this only occurred when amp was disabled, and query params were passed to the /amp/ url
- this fix resolves the issue by not assuming /amp/ is the end of the URL
- it also checks for `/amp/` (both slashes) and replaces one
2019-07-08 17:32:12 +01:00
..
dynamic_routing_spec.js
frontend_spec.js 🐛 Fixed infinite redirect for amp when disabled 2019-07-08 17:32:12 +01:00
site_spec.js Corrected regression test for dynamic routing 2019-07-04 15:43:19 +02:00
UrlService_spec.js