Open myrdd opened 7 years ago
The URL in the browser's address bar can be changed using window.history.pushState(). RP doesn't handle these manipulations properly, see e.g. https://github.com/RequestPolicyContinued/requestpolicy/issues/850.
window.history.pushState()
The URL in the browser's address bar can be changed using
window.history.pushState()
. RP doesn't handle these manipulations properly, see e.g. https://github.com/RequestPolicyContinued/requestpolicy/issues/850.