Skip to content

Commit 3ca9c6e

Browse files
author
Joost de Vries
committed
Fixup readme + Version bump
1 parent ec3d1ea commit 3ca9c6e

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ An ember cli like web based javascript sharing tool. http://ember-twiddle.com
77

88
### Browser support
99

10-
To make using Ember Twiddle secure, we use the [sandbox](http://caniuse.com/#feat=iframe-sandbox) and [srcdoc](http://caniuse.com/#feat=iframe-srcdoc) attributes of the `<iframe>` element. These are not supported by any version of IE at the moment and older versions of other browsers also lack support. Furthermore, the sandbox prohibits the use of cookies, localstorage, indexdb, WebWoker etc.
10+
To make using Ember Twiddle secure, we use the [sandbox](http://caniuse.com/#feat=iframe-sandbox) and [srcdoc](http://caniuse.com/#feat=iframe-srcdoc) attributes of the `<iframe>` element. Especially `srcdoc` is not supported by any version of IE at the moment and older versions of other browsers also lack support for `sandbox`. Furthermore, the sandbox prohibits the use of cookies, localstorage, indexdb, WebWoker etc.
11+
12+
We are planning to move to a secure solution with better compatibility soon (most likely one where the twiddle is run on a different domain).
1113

1214
## Feedback
1315

blueprints/twiddle.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.0",
2+
"version": "0.4.5",
33
"dependencies": {
44
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
55
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.5/ember.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-twiddle",
3-
"version": "0.4.0",
3+
"version": "0.4.5",
44
"description": "Small description for ember-twiddle goes here",
55
"private": true,
66
"directories": {

0 commit comments

Comments
 (0)