Open
Bug 1430555
Opened 8 years ago
Updated 3 years ago
iframe not displaying
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: arnold, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20180104101725
Steps to reproduce:
Apache CSP: child-src 'self' 'unsafe-inline' blob: data: *.example.com;
HTML : <iframe frameBorder="0" id="iframe" name="iframe" src="about:blank"></iframe>
Firefox debugger: blob://example.com/(uuid)
Tested on multiple websites on diverend servers running different apache / php versions.
Actual results:
iframe is not displaying.
Firefox debugger gives: Could not load the source for blob:https://example.com/(uuid)
[Exception... "Failed to open input source 'file:////example.com/(uuid)'" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)"
Stack: mainThreadFetch@resource://devtools/shared/base-loader.js -> resource://devtools/shared/DevToolsUtils.js:547:5
Expected results:
Display an iframe in the browser as it dit in previous firefox versions.
No sorry, they are all webapps with login, or apps on a private VPN
Nothing public accessible i'm afraid.
Flags: needinfo?(arnold)
okey found a site with similar results.
https://stamboek.info
despite the iframe is commented out. the firefox debugger gives the same blob fail.
right, euh never mind. it works again.
updated Ubuntu yesterday, with these packages:
gir1.2-gdkpixbuf-2.0:amd64 (2.36.11-1, 2.36.11-1ubuntu0.1), libgdk-pixbuf2.0-0:amd64 (2.36.11-1, 2.36.11-1ubuntu0.1), libgdk-pixbuf2.0-bin:amd64 (2.36.11-1, 2.36.11-1ubuntu0.1), libgdk-pixbuf2.0
and rebooted the pc again.
Updated•7 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•