Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 firefox 设置为我的标准 pdf 查看器,因为我对 pdf.js 的体验非常好。不幸的是,某些 pdf 文件无法打开,而是显示“另存为”对话框。为什么会发生这种情况,我该如何解决?
很可能是因为服务器显式发送Content-Disposition: attachment.
Content-Disposition: attachment
不幸的是,目前没有合理的方法来覆盖它。