Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Removing these 2 lines from js/xenforo/xenforo.js might be a safer workaround, as it will prevent the loop from happening (ie, for people that already triggered it):[code]location += (location.indexOf('?') >= 0 ? '&' : '?') + 'redirect=' + escape(window.location);window.location = XenForo.canonicalizeUrl(location);[/code]
Removing these 2 lines from js/xenforo/xenforo.js might be a safer workaround, as it will prevent the loop from happening (ie, for people that already triggered it):
[code]location += (location.indexOf('?') >= 0 ? '&' : '?') + 'redirect=' + escape(window.location);
window.location = XenForo.canonicalizeUrl(location);
[/code]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences