Rob--W / open-in-browser

A browser extension that offers the ability to open files directly in the browser instead of downloading them.
Other
83 stars 15 forks source link

content-disposition parser bug? #83

Open def00111 opened 2 months ago

def00111 commented 2 months ago

The following link returns a Content-Disposition header with the value: "inline; filename=6%2Fdokus%2F60417.docx"

Your content-disposition parser returns "6%2Fdokus%2F60417.docx" and the browser returns "6_dokus_60417.docx".