Add checks for XHR redirects #101
Reference in New Issue
Block a user
Delete Branch "feature/detect-redirects"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #7
This checks for redirects by looking for the following, in sequence:
XMLHttpRequest.responseURLX-PJAX-URLheader (like jquery-pjax)X-XHR-Redirected-Toheader (like Turbolinks)