You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A filename including a double-quote " will generate a Content-Disposition header which is considered malformed by Chrome, see tracim/tracim#5220 for details.
Hapic should either mitigate the issue (by replacing double-quote characters in the filename parameter) or raise an exception in this case.
The text was updated successfully, but these errors were encountered:
A filename including a double-quote
"
will generate a Content-Disposition header which is considered malformed by Chrome, see tracim/tracim#5220 for details.Hapic should either mitigate the issue (by replacing double-quote characters in the
filename
parameter) or raise an exception in this case.The text was updated successfully, but these errors were encountered: