WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Running Ace from file

Harutyun Amirjanyan edited this page Oct 9, 2018 · 2 revisions

to run ace from from file:/// url, you need to enable local XMLHttpRequests

firefox: from about:config set security.fileuri.strict_origin_policy=false

opera: opera:config#UserPrefs|AllowFileXMLHttpRequest

chrome: start it with --allow-file-access --allow-file-access-from-files flags

safari: Enable Develop menu (Safari->Preferences->Advanced->Show Develop menu in menu bar), then turn off local file restrictions (Develop->Disable Local File Restrictions)

ie: ?

Clone this wiki locally