Open
Bug 1638323
Opened 8 months ago
Updated 14 days ago
Downloads for CORP-protected resources fail
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
NEW
People
(Reporter: bz, Unassigned)
Details
Attachments
(1 file)
8.95 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
With reference to bug 1459573
- Clone https://github.com/lol768/corp-pdf-testcase and run the test server
- Navigate to http://localhost:8080
- Open main.pdf by clicking the link
- pdf.js will render the PDF
- Now attempt to download the PDF by clicking the download icon or using save-as
Actual results:
- Download fails, despite the download being initiated from (at least, from the user's perspective!) the same origin as to the one that the resource is served from
Expected results:
- Download succeeded
Reporter | ||
Comment 1•8 months ago
|
||
Reporter | ||
Comment 2•8 months ago
|
||
Correction:
Now attempt to download the PDF by clicking the download icon or using save-as
The former works, the latter fails.
Reporter | ||
Updated•8 months ago
|
Component: Untriaged → DOM: Core & HTML
OS: Unspecified → Linux
Product: Firefox → Core
Hardware: Unspecified → x86_64
Reporter | ||
Updated•8 months ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•