kopia lustrzana https://github.com/backface/turtlestitch
added a slash-suffix to the EDC url allow-list entry
rodzic
1b3e6d5e78
commit
66e9ead7a5
|
@ -56,6 +56,9 @@
|
|||
* **Translation Updates:**
|
||||
* German
|
||||
|
||||
### 2022-07-01
|
||||
* extensions: added a slash-suffix to the EDC url allow-list entry
|
||||
|
||||
### 2022-06-30
|
||||
* MQTT extension update, thanks, Simon and Xavier!
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<script src="src/sketch.js?version=2021-11-03"></script>
|
||||
<script src="src/video.js?version=2019-06-27"></script>
|
||||
<script src="src/maps.js?version=2021-06-15"></script>
|
||||
<script src="src/extensions.js?version=2022-06-29"></script>
|
||||
<script src="src/extensions.js?version=2022-07-01"></script>
|
||||
<script src="src/xml.js?version=2021-07-05"></script>
|
||||
<script src="src/store.js?version=2022-04-26"></script>
|
||||
<script src="src/locale.js?version=2022-06-28"></script>
|
||||
|
|
|
@ -34,7 +34,7 @@ SVG_Costume, newCanvas, WatcherMorph*/
|
|||
|
||||
/*jshint esversion: 11, bitwise: false*/
|
||||
|
||||
modules.extensions = '2022-June-29';
|
||||
modules.extensions = '2022-July-01';
|
||||
|
||||
// Global stuff
|
||||
|
||||
|
@ -46,7 +46,7 @@ var SnapExtensions = {
|
|||
'libraries/',
|
||||
'https://snap.berkeley.edu/',
|
||||
'https://ecraft2learn.github.io/ai/', // Uni-Oxford, Ken Kahn
|
||||
'https://microworld.edc.org' // EDC, E. Paul Goldenberg
|
||||
'https://microworld.edc.org/' // EDC, E. Paul Goldenberg
|
||||
]
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue