After a button is clicked in my app I use window.history.back()
but I would like to write in some logic to check what that back history (previous page URL) is and see if it was I expect before executing that back function. If the previous page URL is not what I am expecting I want to redirect the user to my homepage.
Is there a good way to do this?