mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Remove 'no cache' directive for POST requests
The response for POST request is only cachable under a specific condition and qbt doesn't use it. https://developer.mozilla.org/en-US/docs/Glossary/Cacheable
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
|
||||
new Request({
|
||||
url: 'api/v2/rss/addFolder',
|
||||
noCache: true,
|
||||
method: 'post',
|
||||
data: {
|
||||
path: path ? (path + '\\' + folderName) : folderName
|
||||
|
||||
Reference in New Issue
Block a user