Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for data:text/tml urls #20

Merged
merged 1 commit into from
May 27, 2017

Conversation

garci66
Copy link
Contributor

@garci66 garci66 commented Mar 20, 2017

Added Support for inline iframe content. This allows urls of type "data:text/html" to be specified in the URL field. The HTML of the iframe then follows in either URL-encoded format or base64 econded format.

For example, the url specified as

   data:text/html;charset=utf-8;base64, PGh0bWw+PGJvZHk+SGVsbG8gV29ybGQ8L2JvZHk+PC9odG1sPg==

Will add an iframe with the "hello world" text in it.

Added Support for inline iframe content. This allows urls of type "data:text/html" to be specified in the URL field. The HTML of the iframe then follows in either URL-encoded format or base64 econded format.

For example, the url specified as 
```
   data:text/html;charset=utf-8;base64, PGh0bWw+PGJvZHk+SGVsbG8gV29ybGQ8L2JvZHk+PC9odG1sPg==
```
Will add an iframe with the "hello world" text in it.
@mfrederickson mfrederickson added this to the concerto v2.3.5 milestone May 27, 2017
@mfrederickson mfrederickson merged commit c281930 into concerto:master May 27, 2017
@garci66 garci66 deleted the garci66-dataurl branch June 1, 2017 14:06
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants