Skip to content

Provides OpenSphere configuration specific to Electron builds.

Notifications You must be signed in to change notification settings

jsalankey/opensphere-config-electron

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenSphere Electron Configuration

Provides OpenSphere configuration specific to Electron builds. This project should be cloned alongside opensphere and opensphere-electron.

These settings are primarily intended to:

  • Disable the proxy: CORS has been disabled in opensphere-electron, so a proxy is not needed for network requests.
  • Enable mixed content: Electron can access the local file system via file:// URL's, as well as remote resources.
  • Provide a scheme for network-path references: URL's beginning with // are intended to use the app's URL scheme, but for Electron that will be file:// and break the URL.

About

Provides OpenSphere configuration specific to Electron builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published