uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
131 stars 13 forks source link

Ensure that setting the moviePath from script doesn't let through remote/local paths #75

Closed uliwitness closed 8 years ago

uliwitness commented 8 years ago

If you open a project from a URL, we set a flag to mark this fact and prohibit any access to local file:/// URLs or file paths outside the project's file package. Currently, when setting a path via script, the CMacMoviePart doesn't examine that flag.