mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
Use force refresh on WebUI logout
Regardless of the cache header settings, the logout action should never be allowed to load from cache.
This commit is contained in:
parent
6e1e7a45a1
commit
d022457e0c
@ -788,7 +788,7 @@ var initializeWindows = function() {
|
||||
url: 'api/v2/auth/logout',
|
||||
method: 'post',
|
||||
onSuccess: function() {
|
||||
window.location.reload();
|
||||
window.location.reload(true);
|
||||
}
|
||||
}).send();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user