Closed
Bug 797474
Opened 12 years ago
Closed 12 years ago
iframe inclusion view for live samples
Categories
(developer.mozilla.org Graveyard :: Editing, defect)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: lorchard, Assigned: lorchard)
References
Details
(Whiteboard: p=2 s=2012-10-16)
Once we have a content model for live samples, we can then implement a view that builds an iframe-ready HTML document for the sample. That's basically what jsFiddle does.
For bonus points (but maybe worth separate bugs):
* Allow <iframe> through bleach, but only for the origin at which live samples will live.
Updated•12 years ago
|
Component: Landing pages → Editing
Whiteboard: p=2
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → lorchard
Comment 2•12 years ago
|
||
As we discussed yesterday, this is lower priority than the other tasks in the Sprint. If we can, let's try to finish those other tasks before we get to this one.
Assignee | ||
Updated•12 years ago
|
Whiteboard: p=2 → p=2 s=2012-10-16
Assignee | ||
Comment 3•12 years ago
|
||
progress: https://github.com/mozilla/kuma/pull/648
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/df832470297152732a25e6e67dcf494b6c04412d
bug 797474: Initial stab at iframe-ready code sample view
https://github.com/mozilla/kuma/commit/3903d642290fce2eed59eb1aa8df3b778e80266d
bug 797474: Restrict rendering of live code samples to certain hosts
Comment 5•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/2d2d8f37f7a034e3e08b076f185b31ab1f1125e0
fix bug 797474: allow <iframe> with URLs that match a whitelist of hosts
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•