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:
Chocobo1
2024-02-09 14:56:17 +08:00
parent f7e9ff0fb0
commit 8ef99b336c
20 changed files with 15 additions and 36 deletions

View File

@@ -44,7 +44,6 @@
new Request({
url: 'api/v2/rss/addFolder',
noCache: true,
method: 'post',
data: {
path: path ? (path + '\\' + folderName) : folderName