Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 813 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 813 Bytes

Openframe-CORS-Proxy

This is an Openframe hardware extension which adds a CORS proxy to your openframe. The proxy will by started by Openframe and be accessible to your artworks via https://localhost:8425/

Because this extension uses a self-signed certificate, if accessing this proxy from a website artwork you will need to add the --allow-insecure-localhost chromium flag. You can do this by adding a config property to your artwork like so: "config":{"flags":"--allow-insecure-localhost"}

This extension is a wrapper for cors-anywhere. Reference that module's documentation for usage details.

installation

Install this extension by running openframe -i openframe-cors-proxy on your Openframe computer.