mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07: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
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ var initializeWindows = function() {
|
||||||
url: 'api/v2/auth/logout',
|
url: 'api/v2/auth/logout',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
onSuccess: function() {
|
onSuccess: function() {
|
||||||
window.location.reload();
|
window.location.reload(true);
|
||||||
}
|
}
|
||||||
}).send();
|
}).send();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue