Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Jan 9, 2025
1 parent 360aa1d commit d4815c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
1 change: 0 additions & 1 deletion agent/main/lib/Console.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ function injectedScript(): void {
// By using document.url.origin we avoid all content security problems
const url = `${new URL(document.URL).origin}/heroInternalUrl?secretKey=${this.secretKey}&action=registerConsoleClientId&clientId=${clientId}`

// const url = `${this.host}:${this.port}?secret=${this.secret}&clientId=${clientId}`;
// This will signal to network manager we are trying to make websocket connection
// This is needed later to map clientId to frameId
void fetch(url, { mode: 'no-cors' }).catch(() => undefined);
Expand Down
214 changes: 0 additions & 214 deletions agent/main/lib/WebsocketSession.ts

This file was deleted.

0 comments on commit d4815c5

Please sign in to comment.