You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/development-guide/2019-09-05-how-to-use-exokit-web.md
-17
Original file line number
Diff line number
Diff line change
@@ -139,20 +139,3 @@ The service worker loaded by the browser points to use Exokit Web's `sw.js`.
139
139
```js
140
140
importScripts('https://web.exokit.org/sw.js');
141
141
```
142
-
143
-
# Cross-origin setup
144
-
145
-
To access web origins Exokit Web can use a proxy. This requires setting an API key.
146
-
147
-
*note: you do not need an API key to [access the proxy on localhost via dev.exokit.org](https://github.com/exokitxr/exokit-web/blob/master/index.js#L11-L17).*
148
-
## 1. Get an API key
149
-
150
-
API keys are used to whitelist your domain on the proxy, and are free. Get one in our [Discord](https://discord.gg/zgYEJgS).
0 commit comments