Commit graph

5 commits

Author SHA1 Message Date
Marc Durdin
aa4f1febe6 refactor(windows): use http instead of file for ui
Serve all Keyman Configuration dialogs over a local http server
instead of over file protocol. This is more secure and allows for
a bunch of things in the future, including simple online integration
and stable reporting.
2020-05-11 15:11:31 +10:00
Marc Durdin
a0001a7caa fix(developer/ide): model debugger mime type mismatch
Fixes #2630.

The MIME type for .js was being read from the registry, which on some
systems has been corrupted to text/plain, which causes Chrome to abort
loading the script. The fix is to avoid loading the system registered
MIME types, which we don't need anyway, because all the MIME types we
are using are in the default hard-coded list.
2020-02-11 20:10:22 +11:00
Marc Durdin
300de9c89b [Developer] Prevent web requests from breaking out of our root path with ../ 2018-09-04 11:18:17 +10:00
Marc Durdin
2a4b31508e [Developer] ACE initial build 2018-08-13 22:52:12 +10:00
Marc Durdin
bb0aaedb73 [developer] Refactor of project delivery via internal web server instead of file system 2018-07-09 21:07:42 +07:00