TiddlyWiki5/core/modules/savers
Simon Baird 7f2ab57f78
Fix invalid accept header in put saver (#8547)
IIUC the charset doesn't belong in the Accept header. It does belong
in a Content-Type header though, see [1] and [2].

FYI this header causes problems for Tiddlyhost which must work around
the invalid mime type, see [3] for the nitty-gritty.

[1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept
[2] https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type
[3] 10cd353552
2024-09-06 19:55:51 +01:00
..
andtidwiki.js
custom.js
download.js
fsosaver.js
gitea.js
github.js Fix encodebase64 and decodebase64 filters (#7683) 2023-10-18 16:08:56 +01:00
gitlab.js
manualdownload.js
msdownload.js
put.js Fix invalid accept header in put saver (#8547) 2024-09-06 19:55:51 +01:00
tiddlyfox.js
tiddlyie.js
twedit.js
upload.js