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
@@ -108,6 +110,12 @@ export function LoadFromProsperity(): ReactNode {
108
110
download algorithm logs and results. The visualizer communicates directly with the API used by the Prosperity
109
111
website and never sends data to other servers.
110
112
</Text>
113
+
{/* prettier-ignore */}
114
+
<Text>
115
+
By default the "Open in visualizer" button routes the HTTP request to download the algorithm's logs through a <Anchorhref="https://github.com/Rob--W/cors-anywhere"target="_blank"rel="noreferrer">CORS Anywhere</Anchor> instance hosted by the creator of this visualizer.
116
+
This is necessary because the logs need to be downloaded from an AWS S3 endpoint without <Anchorhref="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin"target="_blank"rel="noreferrer">Access-Control-Allow-Origin</Anchor> headers that allow downloads from this visualizer.
117
+
While I promise no log data is persisted server-side, you are free to change the proxy to one hosted by yourself.
0 commit comments