Skip to content

Instantly share code, notes, and snippets.

@chinthakagodawita
Last active February 13, 2019 13:29
Show Gist options
  • Save chinthakagodawita/fe6264f4e91a65d61dd1ce4e8ad062cd to your computer and use it in GitHub Desktop.
Save chinthakagodawita/fe6264f4e91a65d61dd1ce4e8ad062cd to your computer and use it in GitHub Desktop.
document.addEventListener("DOMContentLoaded", function(event) {
if ((document.referrer.endsWith('display/redirect') || document.referrer.endsWith('/tests')) && window.location.pathname === '/') {
console.log('Redirecting back to original URL to fix OAUth issue: ', document.referrer);
window.location = document.referrer;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment