5f368bc56d
* Use ContentDisposition instead of ContentType to control download Fixes #1197. Previously we were using a funky ContentType to attempt to force a file download rather than display in browser, but this conflicted with attempts to save UTF-8 which was outside the Basic Multilingual Plane (BMP). By switching to ContentDisposition: attachment, which has been the preferred method for a number of years, we can avoid this conflict. As part of this, switch to using the "preview" param consistently to control preview vs download rather than the content type. * Switch content type to text/plain Now that we don't need to use ContentType to control download behavior, we can use something more reasonable. |
||
---|---|---|
.. | ||
clustering-dialog.html | ||
clustering-dialog.js | ||
column-reordering-dialog.html | ||
column-reordering-dialog.js | ||
custom-tabular-exporter-dialog.html | ||
custom-tabular-exporter-dialog.js | ||
export-project-dialog.html | ||
expression-column-dialog.html | ||
expression-column-dialog.js | ||
expression-preview-dialog.html | ||
expression-preview-dialog.js | ||
extend-data-preview-dialog.js | ||
http-headers-dialog.html | ||
http-headers-dialog.js | ||
scatterplot-dialog.html | ||
scatterplot-dialog.js | ||
sql-exporter-dialog.html | ||
sql-exporter-dialog.js | ||
templating-exporter-dialog.html | ||
templating-exporter-dialog.js |