We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to run ace from from file:/// url, you need to enable local XMLHttpRequests
file:///
firefox: from about:config set security.fileuri.strict_origin_policy=false
about:config
security.fileuri.strict_origin_policy=false
opera: opera:config#UserPrefs|AllowFileXMLHttpRequest
opera:config#UserPrefs|AllowFileXMLHttpRequest
chrome: start it with --allow-file-access --allow-file-access-from-files --always-enable-dev-tools flags
--allow-file-access --allow-file-access-from-files --always-enable-dev-tools
ie: ?